- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 12 Sep, 2013 1 commit
-
-
Timothy Gu authored
Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 May, 2013 1 commit
-
-
Claudio Freire authored
This was due to a miscomputation of s->cur_channel, which led to psy-based encoders using the psy coefficients for the wrong channel. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 12 May, 2013 1 commit
-
-
Claudio Freire authored
This was due to a miscomputation of s->cur_channel, which led to psy-based encoders using the psy coefficients for the wrong channel. Test sample attached on the bug tracker had the peculiar case of all other channels being silent, so the error was far more noticeable. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Mar, 2013 1 commit
-
-
Bojan Zivkovic authored
Signed-off-by:
Bojan Zivkovic <bojan@mips.com> Reviewed-by:
Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 06 Mar, 2013 1 commit
-
-
James Zern authored
- check ret < 0 - remove excessive error log Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 22 Jan, 2013 1 commit
-
-
Ronald S. Bultje authored
Now, nellymoserenc and aacenc no longer depends on dsputil. Independent of this patch, wmaprodec also does not depend on dsputil, so I removed it from there also.
-
- 14 Jan, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
This fixes segfault caused by 3d3cf674 when SingleChannelElement.ret was renamed to SingleChannelElement.ret_buf. Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 12 Nov, 2012 1 commit
-
-
Clément Bœsch authored
This is a workaround until a better solution is found.
-
- 29 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 26 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
The code would crash after printing the warning Fixes CID717903, CID717904 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Oct, 2012 1 commit
-
-
Justin Ruggles authored
-
- 04 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
The value used in allocation is based on a estimate of the maximum size of the spectral coefficients multiplied with 2 and rounded up. The exact or a tighter limit should be found and used instead. But this issue shouldnt be left open until someone works on that. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Sep, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 08 Jun, 2012 1 commit
-
-
Justin Ruggles authored
Move vector_fmul() from DSPContext to AVFloatDSPContext.
-
- 17 Apr, 2012 1 commit
-
-
Reimar Döffinger authored
Do not pointlessly call ff_alloc_packet multiple times, and fix an infinite loop by clamping the maximum number of bits to target in the algorithm that does not use lambda. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 07 Apr, 2012 1 commit
-
-
Reimar Döffinger authored
Do not pointlessly call ff_alloc_packet2 multiple times, and fix an infinite loop by clamping the maximum number of bits to target in the algorithm that does not use lambda. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 04 Apr, 2012 1 commit
-
-
Diego Biurrun authored
This fixes the warning: libavcodec/aacenc.c:524: warning: passing argument 2 of ‘deinterleave_input_samples’ discards qualifiers from pointer target type
-
- 26 Mar, 2012 1 commit
-
-
Clément Bœsch authored
-
- 23 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Mar, 2012 1 commit
-
-
Justin Ruggles authored
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 01 Feb, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Jan, 2012 2 commits
-
-
Justin Ruggles authored
Currently, any samples in the final frame are not decoded because they are only represented by one frame instead of two. So we encode two final frames to cover both the analysis delay and the MDCT delay.
-
Justin Ruggles authored
Fixes handling of CODEC_CAP_SMALL_LAST_FRAME.
-
- 29 Jan, 2012 1 commit
-
-
Mans Rullgard authored
Some compilers still do not support this syntax. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 Jan, 2012 2 commits
-
-
Nathan Caldwell authored
Forgot to add the equivalent amount to the incoming sample pointer as the output pointer. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Nathan Caldwell authored
10l: Forgot to adjust deinterleave for new location of incoming samples in 7946a5ac. This produced incorrect, but surprisingly listenable results. Thanks to Justin Ruggles for the report. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 24 Jan, 2012 3 commits
-
-
Alex Converse authored
-
Michael Niedermayer authored
When the length is the escape value (15), the new length is calculated by 15 + get_bits(8) - 1. Signed-off-by:
Alex Converse <alex.converse@gmail.com>
-
Michael Niedermayer authored
This reverts commit b3452771. A better solution was implemented by Nathan Caldwell. Conflicts: libavcodec/aacenc.c
-