summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik2008-08-19
| | | | | | specification Originally committed as revision 14841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik2008-08-19
| | | | | | highest number of blocks per macroblock Originally committed as revision 14840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-19
| | | | Originally committed as revision 14839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add regression tests for F32LE, F64BE and F64LE PCM codecs.Peter Ross2008-08-19
| | | | Originally committed as revision 14838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AIFF demuxer handle F32BE and F64BE PCM audio.Peter Ross2008-08-19
| | | | Originally committed as revision 14837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-19
| | | | Originally committed as revision 14836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross2008-08-19
| | | | Originally committed as revision 14835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.Peter Ross2008-08-19
| | | | Originally committed as revision 14834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-19
| | | | Originally committed as revision 14833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-19
| | | | Originally committed as revision 14832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross2008-08-19
| | | | Originally committed as revision 14831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark init_vlcs function as av_cold.Diego Biurrun2008-08-19
| | | | Originally committed as revision 14830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed AAC decoder code hunksRobert Swain2008-08-18
| | | | Originally committed as revision 14829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed AAC decoder code hunksRobert Swain2008-08-18
| | | | Originally committed as revision 14828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-18
| | | | Originally committed as revision 14827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-18
| | | | | | Patch by zhentan feng. Originally committed as revision 14826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set AVStream.discard, so that demuxers can choose which stream to select if ↵Ronald S. Bultje2008-08-18
| | | | | | that is a serverside option (as is the case for RTSP). See "Realmedia patch" thread on mailinglist. Originally committed as revision 14825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support Electronic Arts files containing MP3 audio.Peter Ross2008-08-18
| | | | Originally committed as revision 14824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark SAMPLE_FMT_S24 as deprecated.Peter Ross2008-08-18
| | | | Originally committed as revision 14823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add okayed chunks of AAC encoder psychoacoustic modelKostya Shishkov2008-08-18
| | | | Originally committed as revision 14822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add okayed parts for AAC encoderKostya Shishkov2008-08-18
| | | | Originally committed as revision 14821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import more ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-17
| | | | Originally committed as revision 14820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some unneeded header includesJustin Ruggles2008-08-17
| | | | Originally committed as revision 14819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer2008-08-17
| | | | | | version. Originally committed as revision 14818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing header includes to fix 'make checkheaders'.Diego Biurrun2008-08-17
| | | | Originally committed as revision 14817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing stdint.h header to fix 'make checkheaders'.Diego Biurrun2008-08-17
| | | | Originally committed as revision 14816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
| | | | Originally committed as revision 14815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun2008-08-17
| | | | | | | a value. Fixes the warning: adxdec.c:36: warning: 'return' with a value, in function returning void Originally committed as revision 14814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore alphabetical order of TESTSMichael Niedermayer2008-08-17
| | | | Originally committed as revision 14813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PCA to TESTS.Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles2008-08-17
| | | | Originally committed as revision 14811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add multiple inclusion guards for consistency and to avoid them beingMichael Niedermayer2008-08-17
| | | | | | forgotten in case they ever become neccessary. Originally committed as revision 14810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move context struct to c file.Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add prototypes to header (based on code by ramiro)Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer2008-08-17
| | | | | | one (more robust ABI wise). Originally committed as revision 14807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not mix declarations and statements (by ramiro).Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put testing code under #ifdef TESTMichael Niedermayer2008-08-17
| | | | Originally committed as revision 14805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Testing code uses random().Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix includesMichael Niedermayer2008-08-17
| | | | Originally committed as revision 14803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Principal component analysisMichael Niedermayer2008-08-17
| | | | | | (will be cleaned up in next commits) Originally committed as revision 14802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc: NULL_IF_CONFIG_SMALL long_name.Ramiro Polla2008-08-17
| | | | Originally committed as revision 14801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* G.729 decoder main codeVladimir Voroshilov2008-08-17
| | | | | | (just skeleton, contains only parts, explicitly ok'ed by Michael) Originally committed as revision 14800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More okayed chunks of AAC encoderKostya Shishkov2008-08-17
| | | | Originally committed as revision 14799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-17
| | | | Originally committed as revision 14798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-16
| | | | Originally committed as revision 14797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use range of lpc orders in ORDER_METHOD_ESTJustin Ruggles2008-08-16
| | | | Originally committed as revision 14796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-16
| | | | Originally committed as revision 14795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-16
| | | | Originally committed as revision 14794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* struct timeval requires #include <sys/time.h>Dave Yeo2008-08-16
| | | | | | patch by Dave Yeo daveryeo _at_ telus _dot_ net Originally committed as revision 14793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-16
| | | | Originally committed as revision 14792 to svn://svn.ffmpeg.org/ffmpeg/trunk