7502 Commits (b76e3424cac3fd8bfb1e9e63477aa1ed1a12a5e4)

Author SHA1 Message Date
Diego Biurrun 0da49fca79 Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. 16 years ago
Mathieu Malaterre 7942269b71 cosmetics: s/const static/static const/g 16 years ago
Jai Menon 833e90ddf5 Update changelog and general.texi to reflect 16 years ago
Jai Menon a1ab56c5a8 alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER 16 years ago
Jai Menon e13894e80e alacenc: last few hunks approved by michael 16 years ago
Ramiro Polla cc940caf4d alacenc: Use user-specified min and max prediction order. 16 years ago
Ramiro Polla 0d962ecb70 Import more OKed parts of ALAC encoder from GSoC repo. 16 years ago
Roman Shaposhnik c89cb5894e Making block size in bits variable and dependent on the DV spec 16 years ago
Roman Shaposhnik 713c1aa9a6 Making the number of blocks per macroblock dependent on the DV stream 16 years ago
Roman Shaposhnik cb879ec2fb Introducing DV_MAX_BPM macro instead of a hardcoded value for the 16 years ago
Peter Ross 143a5d6f1f Add F64BE, F64LE and F64BE PCM codecs. 16 years ago
Peter Ross e06b00f3b6 Add SAMPLE_FMT_DBL. 16 years ago
Peter Ross 4efbd75583 Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659. 16 years ago
Diego Biurrun 6ec87fbd92 Mark init_vlcs function as av_cold. 16 years ago
Robert Swain 1dece0d2cd More OKed AAC decoder code hunks 16 years ago
Robert Swain c7f4d983a4 More OKed AAC decoder code hunks 16 years ago
Peter Ross 97ceb75218 Mark SAMPLE_FMT_S24 as deprecated. 16 years ago
Kostya Shishkov bf689db069 Add okayed chunks of AAC encoder psychoacoustic model 16 years ago
Kostya Shishkov b54bf2d6eb Add okayed parts for AAC encoder 16 years ago
Ramiro Polla ca04826627 Import more ok'd parts of ALAC encoder from GSoC repo. 16 years ago
Justin Ruggles 46dd2738ae remove some unneeded header includes 16 years ago
Diego Biurrun ee8cc834ae Add missing header includes to fix 'make checkheaders'. 16 years ago
Justin Ruggles ec0350c983 use LFG instead of Mersenne Twister for AC-3 PRNG 16 years ago
Diego Biurrun defa0cd6f5 Mark adx_decode_init() as type int instead of void, the function returns 16 years ago
Justin Ruggles f1f373c220 fix and simplify frame size check and reencoding in verbatim mode 16 years ago
Ramiro Polla 83e92ab6b8 alacenc: NULL_IF_CONFIG_SMALL long_name. 16 years ago
Vladimir Voroshilov 5209846850 G.729 decoder main code 16 years ago
Kostya Shishkov 720d52c678 More okayed chunks of AAC encoder 16 years ago
Ramiro Polla 6b93147684 Import ok'd parts of ALAC encoder from GSoC repo. 16 years ago
Justin Ruggles 38c1a5c4d9 update my email address to one which does not depend on my service provider 16 years ago
Justin Ruggles 81fc8a63c5 use range of lpc orders in ORDER_METHOD_EST 16 years ago
Justin Ruggles 9045f5e72d cosmetics: adjust line breaks and vertical alignment 16 years ago
Justin Ruggles 56c07e2989 use limited range of lpc orders when quantizing coefficients 16 years ago
Ramiro Polla e9e3c9801e lpc: cosmetics: vertically align declarations and definitions. 16 years ago
Ramiro Polla c50da3ad6c flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. 16 years ago
Ramiro Polla 51c796d012 flacenc: Allow more flexible shift calculation in LPC. 16 years ago
Michael Niedermayer 3cffbe090a Fix rc_eq mem leak. 16 years ago
Michael Niedermayer 847d05360b Revert r14260 16 years ago
Kostya Shishkov f5c3eae3cb Synchronize AAC encoder with renamings in aac.h 16 years ago
Kostya Shishkov 817015e4e2 Add approved chunks to AAC encoder 16 years ago
Peter Ross 38a1c7f2be Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order. 16 years ago
Robert Swain cce540c5e7 Don't try to free shared ff_sine_* tables pointed to by s->windows[] 16 years ago
Robert Swain 9ffd5c1cee More OKed AAC decoder hunks 16 years ago
Robert Swain 848a5815ce Synchronise AAC decoder code with that from SoC 16 years ago
Loren Merritt 2272e04aa7 document some dsp alignments 16 years ago
Robert Swain 62a57fae59 More OKed sections of AAC decoder code 16 years ago
Robert Swain 47698b83fd The ff_sine_#[] should be aligned as they will commonly be used in dsputil 16 years ago
Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
Ramiro Polla 1e8bd10c57 mlp: Define End-of-Stream code in common header file and use it in decoder. 16 years ago
Kostya Shishkov 07be55dc8b Remove not OKed parts from AAC encoder 16 years ago