summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* stricter constraints of asm() blocksAlexis Ballier2008-08-24
* Fix index to ff_sine_windows[]. Previously the index was usually in reverseRobert Swain2008-08-24
* okayed chunks of AAC encoderKostya Shishkov2008-08-24
* Correct scaling factor in DCA decoder synthesis.Alexander E. Patrakov2008-08-24
* change eac3dec.c license to LGPLJustin Ruggles2008-08-24
* document some dsp alignmentsLoren Merritt2008-08-24
* Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ...Peter Ross2008-08-23
* Remove unused variablesLuca Barbato2008-08-23
* Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato2008-08-23
* Introduce float_to_int16_one_altivecLuca Barbato2008-08-23
* Simple lowpass filter implementation.Kostya Shishkov2008-08-23
* Do not pass unnecessary arguments to AAC encoder functionsKostya Shishkov2008-08-23
* Remove redundant FFMIN().Michael Niedermayer2008-08-23
* Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmailAlexander E. Patrakov2008-08-23
* Remove unnecessary header inclusion from g729.hVladimir Voroshilov2008-08-23
* Move from g729.h all definitions which are used only in g729dec.cVladimir Voroshilov2008-08-23
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-23
* add more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-23
* cosmetics: indentationJustin Ruggles2008-08-23
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-23
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-22
* Whitespace cosmetics after the last commitRobert Swain2008-08-22
* Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain2008-08-22
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-22
* alacenc : perform decorrelation only for stereo samplesJai Menon2008-08-22
* Make equation in doxy of ff_acelp_weighted_vector_sum() more readable byMichael Niedermayer2008-08-21
* doxygen consistencyMichael Niedermayer2008-08-21
* Make comments doxygen compatible.Michael Niedermayer2008-08-21
* Doxygen syntax consistency.Michael Niedermayer2008-08-21
* Mention cut-off freq of ff_acelp_high_pass_filter() instead of someMichael Niedermayer2008-08-21
* Remove mathops.h dependancy.Michael Niedermayer2008-08-21
* vertical alignMichael Niedermayer2008-08-21
* Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer2008-08-21
* Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer2008-08-21
* rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer2008-08-21
* Try to improve parameter doxy of ff_acelp_interpolate().Michael Niedermayer2008-08-21
* Clarify how generic ff_acelp_interpolate() is.Michael Niedermayer2008-08-21
* Correct incorrect length parameter doxy for ff_acelp_interpolate().Michael Niedermayer2008-08-21
* Right half is clearer than positive half for specifying which part ofMichael Niedermayer2008-08-21
* Mention the fixed-point scale of the FIR filter coefficients.Michael Niedermayer2008-08-21
* Cleanup comment for ff_acelp_interp_filter.Michael Niedermayer2008-08-21
* Make doxygen comments consistent with the rest of FFmpeg.Michael Niedermayer2008-08-21
* Document code, do not document difference to a irrelevant reference implement...Michael Niedermayer2008-08-21
* Remove some irrelevant comments.Michael Niedermayer2008-08-21
* first and second stage LSP codebooks for G.729Vladimir Voroshilov2008-08-21
* Reindent after last commitRobert Swain2008-08-21
* Work around GCC variable may be used uninitialised warningRobert Swain2008-08-21
* Remove unused variableRobert Swain2008-08-21
* cosmetics: Fix incorrect indentation.Diego Biurrun2008-08-21
* ReindentRobert Swain2008-08-21