summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 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
* 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
* Add missing header includes to fix 'make checkheaders'.Diego Biurrun2008-08-17
| | | | Originally committed as revision 14817 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
* 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
* 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
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-16
| | | | Originally committed as revision 14792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-16
| | | | Originally committed as revision 14790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla2008-08-16
| | | | Originally committed as revision 14789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16
| | | | Originally committed as revision 14788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r14260Michael Niedermayer2008-08-16
| | | | | | | | | Log: Free in avcodec_close() avctx->rc_eq. Fix a memory leak. Reason running free() on random pointers. Originally committed as revision 14787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synchronize AAC encoder with renamings in aac.hKostya Shishkov2008-08-16
| | | | Originally committed as revision 14786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add approved chunks to AAC encoderKostya Shishkov2008-08-16
| | | | Originally committed as revision 14785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine ↵Peter Ross2008-08-16
| | | | | | byte-order. Originally committed as revision 14784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain2008-08-15
| | | | Originally committed as revision 14775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed AAC decoder hunksRobert Swain2008-08-15
| | | | Originally committed as revision 14774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-15
| | | | Originally committed as revision 14772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document some dsp alignmentsLoren Merritt2008-08-15
| | | | Originally committed as revision 14771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed sections of AAC decoder codeRobert Swain2008-08-15
| | | | Originally committed as revision 14770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The ff_sine_#[] should be aligned as they will commonly be used in dsputilRobert Swain2008-08-14
| | | | | | functions Originally committed as revision 14767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
| | | | Originally committed as revision 14766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla2008-08-14
| | | | Originally committed as revision 14763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove not OKed parts from AAC encoderKostya Shishkov2008-08-14
| | | | Originally committed as revision 14762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-14
| | | | | | | 256, 512, 1024 and 2048) to mdct.c. Make them accessible via dsputil.h. Make wma.c use these shared tables. Originally committed as revision 14758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change wma.c to use the ff_sine_window_init() from mdct.cRobert Swain2008-08-14
| | | | Originally committed as revision 14757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Okayed parts of AAC encoderKostya Shishkov2008-08-14
| | | | Originally committed as revision 14752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* file which should have been added in r14749Loren Merritt2008-08-14
| | | | Originally committed as revision 14751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing prototypeLoren Merritt2008-08-14
| | | | Originally committed as revision 14750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ↵Loren Merritt2008-08-14
| | | | | | inside HAVE_7REGS), so write it in yasm Originally committed as revision 14749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a ↵Loren Merritt2008-08-14
| | | | | | little Originally committed as revision 14748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla2008-08-14
| | | | Originally committed as revision 14747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* special case 6 channel version of float_to_int16_interleaveLoren Merritt2008-08-13
| | | | | | 5% faster ac3 Originally committed as revision 14744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simd int->floatLoren Merritt2008-08-13
| | | | | | 20% faster ac3 if downmixing, 15% if not Originally committed as revision 14743 to svn://svn.ffmpeg.org/ffmpeg/trunk