summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* 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
* The comment about channel order for AAC 5.1 audio was not correct, fix it.Andreas Ă–man2008-08-21
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-21
* Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer2008-08-20
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-20
* cosmetics: comment spelling/grammar fixesDiego Biurrun2008-08-20
* Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars d...Peter Ross2008-08-20
* cosmetics: indentationJustin Ruggles2008-08-20
* commit the OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-20
* get data size based on the actual data array instead of coding-in the calcula...Justin Ruggles2008-08-20
* rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the sizeJustin Ruggles2008-08-20
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-19
* cosmetics: s/const static/static const/gMathieu Malaterre2008-08-19
* Update changelog and general.texi to reflectJai Menon2008-08-19
* alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDERJai Menon2008-08-19
* alacenc: last few hunks approved by michaelJai Menon2008-08-19
* alacenc: Use user-specified min and max prediction order.Ramiro Polla2008-08-19
* Import more OKed parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-19
* Making block size in bits variable and dependent on the DV specRoman Shaposhnik2008-08-19
* Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik2008-08-19
* Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik2008-08-19
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-19
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-19
* Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross2008-08-19
* Mark init_vlcs function as av_cold.Diego Biurrun2008-08-19
* More OKed AAC decoder code hunksRobert Swain2008-08-18
* More OKed AAC decoder code hunksRobert Swain2008-08-18
* Mark SAMPLE_FMT_S24 as deprecated.Peter Ross2008-08-18
* Add okayed chunks of AAC encoder psychoacoustic modelKostya Shishkov2008-08-18