summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-231-1/+1
* add more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-231-0/+80
* cosmetics: indentationJustin Ruggles2008-08-231-9/+9
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-231-7/+64
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-222-27/+24
* Whitespace cosmetics after the last commitRobert Swain2008-08-221-12/+14
* Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain2008-08-221-19/+24
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-221-1/+5
* alacenc : perform decorrelation only for stereo samplesJai Menon2008-08-221-1/+2
* Make equation in doxy of ff_acelp_weighted_vector_sum() more readable byMichael Niedermayer2008-08-211-1/+1
* doxygen consistencyMichael Niedermayer2008-08-211-26/+26
* Make comments doxygen compatible.Michael Niedermayer2008-08-211-4/+4
* Doxygen syntax consistency.Michael Niedermayer2008-08-211-19/+19
* Mention cut-off freq of ff_acelp_high_pass_filter() instead of someMichael Niedermayer2008-08-211-1/+1
* Remove mathops.h dependancy.Michael Niedermayer2008-08-211-4/+2
* vertical alignMichael Niedermayer2008-08-211-1/+1
* Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer2008-08-212-26/+0
* Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer2008-08-212-6/+6
* rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer2008-08-211-3/+3
* Try to improve parameter doxy of ff_acelp_interpolate().Michael Niedermayer2008-08-211-3/+3
* Clarify how generic ff_acelp_interpolate() is.Michael Niedermayer2008-08-211-1/+1
* Correct incorrect length parameter doxy for ff_acelp_interpolate().Michael Niedermayer2008-08-211-1/+1
* Right half is clearer than positive half for specifying which part ofMichael Niedermayer2008-08-211-1/+1
* Mention the fixed-point scale of the FIR filter coefficients.Michael Niedermayer2008-08-211-1/+2
* Cleanup comment for ff_acelp_interp_filter.Michael Niedermayer2008-08-211-48/+5
* Make doxygen comments consistent with the rest of FFmpeg.Michael Niedermayer2008-08-211-35/+35
* Document code, do not document difference to a irrelevant reference implement...Michael Niedermayer2008-08-211-2/+1
* Remove some irrelevant comments.Michael Niedermayer2008-08-211-8/+1
* first and second stage LSP codebooks for G.729Vladimir Voroshilov2008-08-211-0/+204
* Reindent after last commitRobert Swain2008-08-211-16/+16
* Work around GCC variable may be used uninitialised warningRobert Swain2008-08-211-3/+2
* Remove unused variableRobert Swain2008-08-211-1/+1
* cosmetics: Fix incorrect indentation.Diego Biurrun2008-08-211-32/+32
* ReindentRobert Swain2008-08-211-9/+9
* The comment about channel order for AAC 5.1 audio was not correct, fix it.Andreas Ă–man2008-08-211-1/+1
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-214-2/+40
* Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer2008-08-202-2/+21
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-203-4/+4
* cosmetics: comment spelling/grammar fixesDiego Biurrun2008-08-202-63/+62
* Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars d...Peter Ross2008-08-201-2/+3
* cosmetics: indentationJustin Ruggles2008-08-201-24/+24
* commit the OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-202-9/+55
* get data size based on the actual data array instead of coding-in the calcula...Justin Ruggles2008-08-201-1/+1
* rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the sizeJustin Ruggles2008-08-201-4/+4
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-194-34/+33
* cosmetics: s/const static/static const/gMathieu Malaterre2008-08-191-3/+3
* Update changelog and general.texi to reflectJai Menon2008-08-191-1/+1
* alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDERJai Menon2008-08-191-2/+2
* alacenc: last few hunks approved by michaelJai Menon2008-08-193-1/+112
* alacenc: Use user-specified min and max prediction order.Ramiro Polla2008-08-191-1/+1
OpenPOWER on IntegriCloud