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-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23tqi: Pass errors from the MB decoderMichael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23eatqi: replace break by goto.Michael Niedermayer
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-01eatqi: use av_fast_padded_malloc()Reimar Döffinger
2012-01-17Add and use av_fast_padded_malloc.Reimar Döffinger
2011-12-19tqi: Fix passing errors from the MB decode. This silences some valgrind warni...Michael Niedermayer
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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-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-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-05-24eatqi: move "block" variable into context to ensure sufficient alignment forReimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-12Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger
2009-04-12Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decodersReimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-08remove warning about incompatible pointerBaptiste Coudurier
2009-02-05Electronic Arts TQI decoderPeter Ross