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-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-02Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer
2012-10-01mpc7/8: use planar sample formatJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06mpc7: remove duplicated definitionsPaul B Mahol
2012-07-26mpc7: Initialize AVFrame properlyMichael Niedermayer
2012-06-03mpc7: fix handling of last frameMichael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-11mpc: pad mpc_CC/SCF[] tables to allow for negative indices.Ronald S. Bultje
2012-03-11mpc7: check subband indexMichael Niedermayer
2012-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-18mpc7: assign an error level + context to av_log() msg.Ronald S. Bultje
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-02mpc7: use av_fast_padded_malloc()Justin Ruggles
2012-02-02mpc7: simplify handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles
2012-01-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-31mpc7: check for allocation failureJustin Ruggles
2012-01-31mpc7: align local temp bufferJustin Ruggles
2012-01-19Use av_fast_padded_malloc in fraps and mpc decoders.Reimar Döffinger
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-11mpc7: only support stereo input.Justin Ruggles
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10mpc7: Fix memset call in mpc7_decode_frame functionAlex Converse
2011-10-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-02mpc7: return error if packet is too small.Justin Ruggles
2011-10-02mpc7: check output buffer size before decodingJustin Ruggles
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans 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-21Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov
2010-11-1516l trocadero: Musepack SV7 decoder may skip more than 16 bits at theKostya Shishkov
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun