15414 Commits (b76e3424cac3fd8bfb1e9e63477aa1ed1a12a5e4)
 

Author SHA1 Message Date
Stefano Sabatini b76e3424ca Cosmetics: remove a redundant and misplaced doxy. 16 years ago
Stefano Sabatini e8e2b2ef17 Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead. 16 years ago
Zhentan Feng fda0d4afa7 Ok-ed parts from patch by zhentan feng. 16 years ago
Zhentan Feng 1b0732ea64 Remove useless #ifdef DEBUG (patch by Zhentan Feng). 16 years ago
Michael Niedermayer e9d4b8a533 Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__. 16 years ago
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
Stefano Sabatini 745b39d5f9 Replace invocations of av_fifo_realloc(), which is going to be 16 years ago
Jai Menon a1ab56c5a8 alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER 16 years ago
Stefano Sabatini 8257b835cf Implement av_fifo_realloc2(). 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
Zhentan Feng 2c8d438893 Ok-ed parts from patch by zhentan feng. 16 years ago
Peter Ross 6f18fe8ce7 Add regression tests for F32LE, F64BE and F64LE PCM codecs. 16 years ago
Peter Ross b1c00341a5 Make AIFF demuxer handle F32BE and F64BE PCM audio. 16 years ago
Peter Ross a1ef2c4bb3 Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. 16 years ago
Peter Ross 57406d8eb8 Make RIFF-based demuxers handle F32LE and F64LE PCM audio. 16 years ago
Peter Ross 7b21690a91 Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. 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
Zhentan Feng e48891bd9b Ok-ed parts from patch by zhentan feng. 16 years ago
Zhentan Feng c69968b4fe Factorize common code out of the mxf demuxer. 16 years ago
Ronald S. Bultje 3f3fe38d25 Set AVStream.discard, so that demuxers can choose which stream to select if that is a serverside option (as is the case for RTSP). See "Realmedia patch" thread on mailinglist. 16 years ago
Peter Ross fc7ed9a6f6 Support Electronic Arts files containing MP3 audio. 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
Michael Niedermayer a8aefc8aed Copy and paste LGPL from tree.h, the previous one referred to a non-existing 16 years ago
Diego Biurrun ee8cc834ae Add missing header includes to fix 'make checkheaders'. 16 years ago
Diego Biurrun 82ed0b763a Add missing stdint.h header 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
Michael Niedermayer 8cb2db4edb restore alphabetical order of TESTS 16 years ago
Michael Niedermayer 31bcb290cc Add PCA to TESTS. 16 years ago
Justin Ruggles f1f373c220 fix and simplify frame size check and reencoding in verbatim mode 16 years ago
Michael Niedermayer 4869f47eca Add multiple inclusion guards for consistency and to avoid them being 16 years ago
Michael Niedermayer ab1388e435 Move context struct to c file. 16 years ago
Michael Niedermayer f43ad0fe74 Add prototypes to header (based on code by ramiro) 16 years ago
Michael Niedermayer 6441737591 Make ff_pca_init() allocate it struct instead of letting the user provide 16 years ago