summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-18
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-18
* Set AVStream.discard, so that demuxers can choose which stream to select if t...Ronald S. Bultje2008-08-18
* Support Electronic Arts files containing MP3 audio.Peter Ross2008-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
* Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer2008-08-17
* Add missing header includes to fix 'make checkheaders'.Diego Biurrun2008-08-17
* Add missing stdint.h header 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
* restore alphabetical order of TESTSMichael Niedermayer2008-08-17
* Add PCA to TESTS.Michael Niedermayer2008-08-17
* fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles2008-08-17
* Add multiple inclusion guards for consistency and to avoid them beingMichael Niedermayer2008-08-17
* Move context struct to c file.Michael Niedermayer2008-08-17
* Add prototypes to header (based on code by ramiro)Michael Niedermayer2008-08-17
* Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer2008-08-17
* Do not mix declarations and statements (by ramiro).Michael Niedermayer2008-08-17
* put testing code under #ifdef TESTMichael Niedermayer2008-08-17
* Testing code uses random().Michael Niedermayer2008-08-17
* fix includesMichael Niedermayer2008-08-17
* Principal component analysisMichael Niedermayer2008-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
* struct timeval requires #include <sys/time.h>Dave Yeo2008-08-16
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-16
* Use correct asm object type and necessary -DPIC for yasm on 64-bit DarwinDavid Conrad2008-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
* Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun2008-08-15
* Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun2008-08-15