summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import more OKed parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-191-0/+98
* Making block size in bits variable and dependent on the DV specRoman Shaposhnik2008-08-192-7/+18
* Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik2008-08-192-6/+11
* Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik2008-08-192-2/+5
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-194-1/+41
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-193-2/+15
* Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross2008-08-191-2/+2
* Mark init_vlcs function as av_cold.Diego Biurrun2008-08-191-1/+1
* More OKed AAC decoder code hunksRobert Swain2008-08-183-0/+104
* More OKed AAC decoder code hunksRobert Swain2008-08-182-0/+23
* Mark SAMPLE_FMT_S24 as deprecated.Peter Ross2008-08-181-1/+1
* Add okayed chunks of AAC encoder psychoacoustic modelKostya Shishkov2008-08-182-0/+154
* Add okayed parts for AAC encoderKostya Shishkov2008-08-181-4/+14
* Import more ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-171-15/+125
* remove some unneeded header includesJustin Ruggles2008-08-172-4/+0
* Add missing header includes to fix 'make checkheaders'.Diego Biurrun2008-08-171-1/+2
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-172-5/+4
* Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun2008-08-171-1/+1
* fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles2008-08-171-12/+17
* alacenc: NULL_IF_CONFIG_SMALL long_name.Ramiro Polla2008-08-171-1/+1
* G.729 decoder main codeVladimir Voroshilov2008-08-172-0/+104
* More okayed chunks of AAC encoderKostya Shishkov2008-08-171-2/+30
* Import ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-171-0/+197
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-164-4/+4
* use range of lpc orders in ORDER_METHOD_ESTJustin Ruggles2008-08-161-4/+4
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-163-8/+11
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-163-4/+4
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-162-8/+8
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-164-190/+253
* flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla2008-08-161-10/+11
* Fix rc_eq mem leak.Michael Niedermayer2008-08-162-2/+1
* Revert r14260Michael Niedermayer2008-08-161-1/+0
* Synchronize AAC encoder with renamings in aac.hKostya Shishkov2008-08-161-8/+8
* Add approved chunks to AAC encoderKostya Shishkov2008-08-161-2/+58
* Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross2008-08-161-31/+47
* Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain2008-08-151-2/+0
* More OKed AAC decoder hunksRobert Swain2008-08-154-5/+283
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-154-459/+506
* document some dsp alignmentsLoren Merritt2008-08-151-6/+7
* More OKed sections of AAC decoder codeRobert Swain2008-08-152-0/+347
* The ff_sine_#[] should be aligned as they will commonly be used in dsputilRobert Swain2008-08-141-5/+5
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-141-0/+4
* mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla2008-08-142-1/+4
* Remove not OKed parts from AAC encoderKostya Shishkov2008-08-141-56/+0
OpenPOWER on IntegriCloud