Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-20Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini
2008-08-20Ok-ed parts from patch by zhentan feng.Zhentan Feng
2008-08-20Remove useless #ifdef DEBUG (patch by Zhentan Feng).Zhentan Feng
2008-08-20Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer
2008-08-20Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun
2008-08-20cosmetics: s/const static/static const/gMathieu Malaterre
2008-08-19Update changelog and general.texi to reflectJai Menon
2008-08-19Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini
2008-08-19alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDERJai Menon
2008-08-19Implement av_fifo_realloc2().Stefano Sabatini
2008-08-19alacenc: last few hunks approved by michaelJai Menon
2008-08-19alacenc: Use user-specified min and max prediction order.Ramiro Polla
2008-08-19Import more OKed parts of ALAC encoder from GSoC repo.Ramiro Polla
2008-08-19Making block size in bits variable and dependent on the DV specRoman Shaposhnik
2008-08-19Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik
2008-08-19Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik
2008-08-19Ok-ed parts from patch by zhentan feng.Zhentan Feng
2008-08-19Add regression tests for F32LE, F64BE and F64LE PCM codecs.Peter Ross
2008-08-19Make AIFF demuxer handle F32BE and F64BE PCM audio.Peter Ross
2008-08-19Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross
2008-08-19Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross
2008-08-19Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.Peter Ross
2008-08-19Add F64BE, F64LE and F64BE PCM codecs.Peter Ross
2008-08-19Add SAMPLE_FMT_DBL.Peter Ross
2008-08-19Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross
2008-08-19Mark init_vlcs function as av_cold.Diego Biurrun
2008-08-19More OKed AAC decoder code hunksRobert Swain
2008-08-18More OKed AAC decoder code hunksRobert Swain
2008-08-18Ok-ed parts from patch by zhentan feng.Zhentan Feng
2008-08-18Factorize common code out of the mxf demuxer.Zhentan Feng
2008-08-18Set AVStream.discard, so that demuxers can choose which stream to select if t...Ronald S. Bultje
2008-08-18Support Electronic Arts files containing MP3 audio.Peter Ross
2008-08-18Mark SAMPLE_FMT_S24 as deprecated.Peter Ross
2008-08-18Add okayed chunks of AAC encoder psychoacoustic modelKostya Shishkov
2008-08-18Add okayed parts for AAC encoderKostya Shishkov
2008-08-18Import more ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla
2008-08-17remove some unneeded header includesJustin Ruggles
2008-08-17Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer
2008-08-17Add missing header includes to fix 'make checkheaders'.Diego Biurrun
2008-08-17Add missing stdint.h header to fix 'make checkheaders'.Diego Biurrun
2008-08-17use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles
2008-08-17Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun
2008-08-17restore alphabetical order of TESTSMichael Niedermayer
2008-08-17Add PCA to TESTS.Michael Niedermayer
2008-08-17fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles
2008-08-17Add multiple inclusion guards for consistency and to avoid them beingMichael Niedermayer
2008-08-17Move context struct to c file.Michael Niedermayer
2008-08-17Add prototypes to header (based on code by ramiro)Michael Niedermayer
2008-08-17Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer
2008-08-17Do not mix declarations and statements (by ramiro).Michael Niedermayer