summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-16
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-16
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-16
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-16
* flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla2008-08-16
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16
* Revert r14260Michael Niedermayer2008-08-16
* Synchronize AAC encoder with renamings in aac.hKostya Shishkov2008-08-16
* Add approved chunks to AAC encoderKostya Shishkov2008-08-16
* Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross2008-08-16
* Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain2008-08-15
* More OKed AAC decoder hunksRobert Swain2008-08-15
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-15
* document some dsp alignmentsLoren Merritt2008-08-15
* More OKed sections of AAC decoder codeRobert Swain2008-08-15
* The ff_sine_#[] should be aligned as they will commonly be used in dsputilRobert Swain2008-08-14
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
* mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla2008-08-14
* Remove not OKed parts from AAC encoderKostya Shishkov2008-08-14