summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog and general.texi to reflectJai Menon2008-08-194-2/+6
* Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini2008-08-192-2/+6
* alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDERJai Menon2008-08-191-2/+2
* Implement av_fifo_realloc2().Stefano Sabatini2008-08-193-2/+17
* 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
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-191-2/+71
* Add regression tests for F32LE, F64BE and F64LE PCM codecs.Peter Ross2008-08-193-0/+27
* Make AIFF demuxer handle F32BE and F64BE PCM audio.Peter Ross2008-08-191-0/+2
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-192-0/+8
* Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross2008-08-191-1/+9
* Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.Peter Ross2008-08-191-0/+3
* 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
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-181-9/+74
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-184-84/+138
* Set AVStream.discard, so that demuxers can choose which stream to select if t...Ronald S. Bultje2008-08-181-0/+3
* Support Electronic Arts files containing MP3 audio.Peter Ross2008-08-181-2/+10
* 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
* Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer2008-08-172-12/+14
* Add missing header includes to fix 'make checkheaders'.Diego Biurrun2008-08-171-1/+2
* Add missing stdint.h header to fix 'make checkheaders'.Diego Biurrun2008-08-171-0/+2
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-173-5/+5
* Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun2008-08-171-1/+1
* restore alphabetical order of TESTSMichael Niedermayer2008-08-171-1/+1
* Add PCA to TESTS.Michael Niedermayer2008-08-171-1/+1
* fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles2008-08-171-12/+17
* Add multiple inclusion guards for consistency and to avoid them beingMichael Niedermayer2008-08-171-0/+5
* Move context struct to c file.Michael Niedermayer2008-08-172-8/+7
* Add prototypes to header (based on code by ramiro)Michael Niedermayer2008-08-171-0/+6
* Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer2008-08-171-11/+14
* Do not mix declarations and statements (by ramiro).Michael Niedermayer2008-08-171-2/+2
* put testing code under #ifdef TESTMichael Niedermayer2008-08-171-1/+1
* Testing code uses random().Michael Niedermayer2008-08-171-0/+1
* fix includesMichael Niedermayer2008-08-171-2/+1
* Principal component analysisMichael Niedermayer2008-08-172-0/+262
* alacenc: NULL_IF_CONFIG_SMALL long_name.Ramiro Polla2008-08-171-1/+1
* G.729 decoder main codeVladimir Voroshilov2008-08-172-0/+104