summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
Commit message (Expand)AuthorAge
...
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* use dsp clear_blockBaptiste Coudurier2008-12-11
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* fix field order exportBaptiste Coudurier2008-01-31
* typo weigth->weightBaptiste Coudurier2007-10-08
* preliminary 10 bit depth decoding support, still miss generic api to export p...Baptiste Coudurier2007-10-08
* mergeBaptiste Coudurier2007-10-08
* 10l, check 'i' validity before using itBaptiste Coudurier2007-10-08
* fix 10 bit per comp detectionBaptiste Coudurier2007-10-08
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-04
* dnxhd 120 progressive supportBaptiste Coudurier2007-08-04
* indentationBaptiste Coudurier2007-08-04
* dnxhd 185 interlaced supportBaptiste Coudurier2007-08-04
* cosmeticBaptiste Coudurier2007-08-04
* no need to duplicate cid table vars in contextBaptiste Coudurier2007-08-04
* 10l, use correct cid tableBaptiste Coudurier2007-08-04
* add coding unit size for interlaced decodingBaptiste Coudurier2007-08-04
* should be more correctBaptiste Coudurier2007-08-04
* actually return bytes readBaptiste Coudurier2007-03-25
* 10l, fix debug, dprintf does not have log levelBaptiste Coudurier2007-03-19
* dnxhd decoderBaptiste Coudurier2007-03-18