- Nov 29, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 26, 2014
-
-
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.
-
- Jul 17, 2014
-
-
Diego Biurrun authored
-
- Jun 22, 2014
-
-
Diego Biurrun authored
-
- Jun 13, 2014
-
-
Diego Biurrun authored
-
- Mar 04, 2014
-
-
Vittorio Giovara authored
This requires adding includes to other files that relied on these being included implicitly.
-
- Aug 30, 2013
-
-
Thilo Borgmann authored
-
- Jun 08, 2012
-
-
Justin Ruggles authored
Move vector_fmul() from DSPContext to AVFloatDSPContext.
-
- Mar 20, 2012
-
-
Justin Ruggles authored
Update FATE references due to encoder delay.
-
- Nov 25, 2011
-
-
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>
-
- Oct 11, 2011
-
-
John Stebbins authored
The values were reversed. Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- Sep 05, 2011
-
-
Justin Ruggles authored
Update FATE references accordingly.
-
- Aug 12, 2011
-
-
Michael Niedermayer authored
User applications should by now be able to support float encoders. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 11, 2011
-
-
Justin Ruggles authored
-
- Aug 09, 2011
-
-
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.
-
- Jul 27, 2011
-
-
Justin Ruggles authored
-
- Jul 21, 2011
-
-
Justin Ruggles authored
-
- Jul 19, 2011
-
-
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.
-
- Jul 13, 2011
-
-
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
-
- Jul 01, 2011
-
-
Justin Ruggles authored
This ensures that any processing between the MDCT and exponent extraction will be using clipped coefficients.
-
- Jun 27, 2011
-
-
Justin Ruggles authored
This avoids using function pointers for quite a few small functions, most of which just call DSP functions.
-
- Jun 22, 2011
-
-
Justin Ruggles authored
quantized mantissas.
-
- Jun 15, 2011
-
-
Carl Eugen Hoyos authored
-
- Jun 13, 2011
-
-
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.
-
- Jun 07, 2011
-
-
Justin Ruggles authored
-
- Oct 28, 2002
-
-
Fabrice Bellard authored
Originally committed as revision 1089 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 08, 2002
-
-
Zdenek Kabelac authored
by Takashi Iwai <tiwai@suse.de> Originally committed as revision 383 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 22, 2001
-
-
Fabrice Bellard authored
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk
-