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
2009-08-26Remove some unnecessary alignment specifiersMå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
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-11use dsp clear_blockBaptiste Coudurier
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-01constMichael Niedermayer
2008-01-31fix field order exportBaptiste Coudurier
2007-10-08typo weigth->weightBaptiste Coudurier
2007-10-08preliminary 10 bit depth decoding support, still miss generic api to export p...Baptiste Coudurier
2007-10-08mergeBaptiste Coudurier
2007-10-0810l, check 'i' validity before using itBaptiste Coudurier
2007-10-08fix 10 bit per comp detectionBaptiste Coudurier
2007-08-04move dnxhd data tables to separate fileBaptiste Coudurier
2007-08-04dnxhd 120 progressive supportBaptiste Coudurier
2007-08-04indentationBaptiste Coudurier
2007-08-04dnxhd 185 interlaced supportBaptiste Coudurier
2007-08-04cosmeticBaptiste Coudurier
2007-08-04no need to duplicate cid table vars in contextBaptiste Coudurier
2007-08-0410l, use correct cid tableBaptiste Coudurier
2007-08-04add coding unit size for interlaced decodingBaptiste Coudurier
2007-08-04should be more correctBaptiste Coudurier
2007-03-25actually return bytes readBaptiste Coudurier
2007-03-1910l, fix debug, dprintf does not have log levelBaptiste Coudurier
2007-03-19dnxhd decoderBaptiste Coudurier