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-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
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-29Move variable declaration to block where it is used and simplify code.Reimar Döffinger
2010-01-28Extract duplicated code into a separate function.Reimar Döffinger
2009-11-30Fix an issue uncovered by commit 20623:Attila Kinali
2009-05-14Use skip_bits_long() for large skipsDavid Conrad
2009-04-20Compact and make constant two tables used by Musepack decodersKostya Shishkov
2009-04-17Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-08Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov