summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Add okayed parts for AAC encoderKostya Shishkov2008-08-18
* Import more ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-17
* remove some unneeded header includesJustin Ruggles2008-08-17
* Add missing header includes to fix 'make checkheaders'.Diego Biurrun2008-08-17
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
* Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun2008-08-17
* fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles2008-08-17
* alacenc: NULL_IF_CONFIG_SMALL long_name.Ramiro Polla2008-08-17
* G.729 decoder main codeVladimir Voroshilov2008-08-17
* More okayed chunks of AAC encoderKostya Shishkov2008-08-17
* Import ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-17
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-16
* use range of lpc orders in ORDER_METHOD_ESTJustin Ruggles2008-08-16