- 29 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 Sep, 2014 2 commits
-
-
Tim Walker authored
This is actually defined in the A/52 specification.
-
Tim Walker authored
Some encoders already use this value even though it's reserved in the A/52 specification.
-
- 17 Jul, 2014 1 commit
-
-
Diego Biurrun authored
-
- 22 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 13 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 04 Mar, 2014 1 commit
-
-
Vittorio Giovara authored
This requires adding includes to other files that relied on these being included implicitly.
-
- 30 Aug, 2013 1 commit
-
-
Thilo Borgmann authored
-
- 08 Jun, 2012 1 commit
-
-
Justin Ruggles authored
Move vector_fmul() from DSPContext to AVFloatDSPContext.
-
- 20 Mar, 2012 1 commit
-
-
Justin Ruggles authored
Update FATE references due to encoder delay.
-
- 25 Nov, 2011 1 commit
-
-
Mans Rullgard authored
It makes more sense for a bit mask to use an unsigned type. The change should be source and binary compatible on all supported systems, hence micro version bump. Fixes a few invalid shifts. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 11 Oct, 2011 1 commit
-
-
John Stebbins authored
The values were reversed. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
- 05 Sep, 2011 1 commit
-
-
Justin Ruggles authored
Update FATE references accordingly.
-
- 12 Aug, 2011 1 commit
-
-
Michael Niedermayer authored
User applications should by now be able to support float encoders. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 11 Aug, 2011 1 commit
-
-
Justin Ruggles authored
-
- 09 Aug, 2011 2 commits
-
-
Justin Ruggles authored
channel.
-
Justin Ruggles authored
Move bit counting to the bit allocation function. Move exponent grouping to after bit allocation. This will allow for adjustment of bandwidth parameters during bit allocation without having to do exponent grouping multiple times.
-
- 27 Jul, 2011 1 commit
-
-
Justin Ruggles authored
-
- 21 Jul, 2011 1 commit
-
-
Justin Ruggles authored
-
- 19 Jul, 2011 1 commit
-
-
Justin Ruggles authored
This checks if the set of selected exponent strategies for all blocks in a channel are in the frame exponent strategy table, and if so, writes the table index instead of each strategy. This saves up to 7 bits per channel per frame, so the overall effect on quality is small.
-
- 13 Jul, 2011 2 commits
-
-
Justin Ruggles authored
Since both the fixed-point and floating-point encoders use the FFTContext, this no longer needs to be in a separate context. Also, when a short-transform context is added, the same MDCT window will be used.
-
Justin Ruggles authored
-
- 01 Jul, 2011 1 commit
-
-
Justin Ruggles authored
This ensures that any processing between the MDCT and exponent extraction will be using clipped coefficients.
-
- 27 Jun, 2011 1 commit
-
-
Justin Ruggles authored
This avoids using function pointers for quite a few small functions, most of which just call DSP functions.
-
- 22 Jun, 2011 1 commit
-
-
Justin Ruggles authored
quantized mantissas.
-
- 15 Jun, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 13 Jun, 2011 5 commits
-
-
Justin Ruggles authored
sizeof(SampleType) is different for fixed and float encoders.
-
Justin Ruggles authored
-
Justin Ruggles authored
Function pointers are used for templated functions instead of needlessly duplicating many functions.
-
Justin Ruggles authored
This will allow the same struct to be used for both the fixed and float ac3 encoders.
-
Justin Ruggles authored
functions.
-
- 07 Jun, 2011 1 commit
-
-
Justin Ruggles authored
-
- 28 Oct, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1089 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Apr, 2002 1 commit
-
-
Zdenek Kabelac authored
by Takashi Iwai <tiwai@suse.de> Originally committed as revision 383 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jul, 2001 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk
-