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
2012-06-17lavc: build some codecs only if they are actually enabledPaul B Mahol
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-09iac: generate codec tables as they are supposed to beKostya Shishkov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05Indeo Audio decoderKostya Shishkov
2012-06-05imc: make IMDCT support stereo outputKostya Shishkov
2012-06-05imc: move channel-specific data into separate contextKostya Shishkov
2012-05-25Merge remote-tracking branch 'qatar/master'n0.12-devMichael Niedermayer
2012-05-25imc: some cosmeticsKostya Shishkov
2012-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-20fix typo in commentKostya Shishkov
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-17get_bits: remove A32 variantMans Rullgard
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-03imc: return error codes instead of 0 for error conditions.Justin Ruggles
2011-11-03imc: return meaningful error codes instead of -1Justin Ruggles
2011-11-03imc: do not set channel layout for stereoJustin Ruggles
2011-11-03imc: validate channel countJustin Ruggles
2011-11-03imc: check for ff_fft_init() failureJustin Ruggles
2011-11-03imc: check output buffer size before decodingJustin Ruggles
2011-11-03imc: use DSPContext.bswap16_buf() to byte-swap packet dataJustin Ruggles
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-08-19imc: fix undefined float to int conversionMåns Rullgård
2010-07-16Make Intel Music Coder output SAMPLE_FMT_FLTVitor Sessak
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann