- 27 Nov, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Oct, 2011 2 commits
-
-
Anton Khirnov authored
They are used in lavf.
-
Anton Khirnov authored
Specifically, ff_mpeg4audio_sample_rates, ff_mpeg4audio_get_config and ff_copy_pce_data
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 14 Aug, 2011 2 commits
-
-
Nathan Caldwell authored
The spec states: * Only the lowest 12 spectral coefficients of any LFE may be non-zero We were using the 12 lowest *bands*.
-
Nathan Caldwell authored
10l: Forgot about TYPE_LFE being after TYPE_CPE. Which causes a segfault when encoding 5.1
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 29 Jun, 2011 4 commits
-
-
Nathan Caldwell authored
In adjust_frame_information(), msc is incremented for each sfb in each sub-window then compared against max_sfb which is for a single sub-window. This resulted in frames using EIGHT_SHORT_SEQUENCE where the first few sub-windows increment msc to a value that results in ms_mode == 2. Even though only some of the bands are actually using Mid/Side.
-
Nathan Caldwell authored
-
Nathan Caldwell authored
aacenc: Implement dummy channel group analysis that just calls the single channel analysis for each channel.
-
Nathan Caldwell authored
-
- 28 Jun, 2011 1 commit
-
-
Nathan Caldwell authored
-
- 15 Jun, 2011 2 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Fixes ticket 55.
-
- 02 Jun, 2011 1 commit
-
-
Nathan Caldwell authored
ms_off is the default, until Mid/Side is no longer buggy. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 08 May, 2011 2 commits
-
-
Nathan Caldwell authored
Instead use the function pointers directly.
-
Nathan Caldwell authored
-
- 23 Apr, 2011 1 commit
-
-
Nathan Caldwell authored
There is still are still a few sections missing relating to TNS (not present) and mid/side (contains other bugs). Overall this improves quality, and vastly improves rate-control. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 20 Mar, 2011 1 commit
-
-
Mans Rullgard authored
These windows do not really belong in fft/mdct files and were easily confused with the similarly named tables used by rdft. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 Mar, 2011 3 commits
-
-
Mans Rullgard authored
This function is not tightly coupled to mdct, and it's in the way of making a fixed-point mdct implementation. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This removes the rather pointless wrappers (one not even inline) for calling the fft_calc and related function pointers. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 08 Mar, 2011 3 commits
-
-
Nathan Caldwell authored
This reverts the removal of scoefs from AACEncContext. It resulted in scoefs being a NULL pointer when search_for_quantizers() is called. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Nathan Caldwell authored
This reverts the removal of scoefs from AACEncContext. It resulted in scoefs being a NULL pointer when search_for_quantizers() is called. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Young Han Lee authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 2790d7a9)
-
- 07 Mar, 2011 1 commit
-
-
Young Han Lee authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 28 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f)
-
- 26 Jan, 2011 2 commits
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
(cherry picked from commit 2fd9035d)
-
- 23 Jan, 2011 3 commits
-
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 6eabb0d3)
-
Alex Converse authored
Use backwards compatible explicit signalling to denote the absence of SBR. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 8ae0fa24)
-
Janne Grunau authored
-
- 22 Jan, 2011 2 commits
-
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Alex Converse authored
Use backwards compatible explicit signalling to denote the absence of SBR. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
- 12 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2010 2 commits
-
-
Alex Converse authored
Originally committed as revision 25002 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
In general s->cur_channel should be phased out. Originally committed as revision 25001 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2010 2 commits
-
-
Alex Converse authored
Originally committed as revision 25000 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Originally committed as revision 24998 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2010 1 commit
-
-
Nathan Caldwell authored
Patch by Nathan Caldwell <saintdev@gmail.com> Originally committed as revision 24332 to svn://svn.ffmpeg.org/ffmpeg/trunk
-