summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhddec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* use dsp clear_blockBaptiste Coudurier2008-12-111-3/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-051-1/+0
* constMichael Niedermayer2008-02-011-3/+3
* fix field order exportBaptiste Coudurier2008-01-311-1/+1
* typo weigth->weightBaptiste Coudurier2007-10-081-2/+2
* preliminary 10 bit depth decoding support, still miss generic api to export p...Baptiste Coudurier2007-10-081-6/+12
* mergeBaptiste Coudurier2007-10-081-2/+1
* 10l, check 'i' validity before using itBaptiste Coudurier2007-10-081-6/+5
* fix 10 bit per comp detectionBaptiste Coudurier2007-10-081-1/+1
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-041-49/+2
* dnxhd 120 progressive supportBaptiste Coudurier2007-08-041-0/+6
* indentationBaptiste Coudurier2007-08-041-6/+6
* dnxhd 185 interlaced supportBaptiste Coudurier2007-08-041-10/+35
* cosmeticBaptiste Coudurier2007-08-041-1/+1
* no need to duplicate cid table vars in contextBaptiste Coudurier2007-08-041-20/+7
* 10l, use correct cid tableBaptiste Coudurier2007-08-041-13/+13
* add coding unit size for interlaced decodingBaptiste Coudurier2007-08-041-3/+4
* should be more correctBaptiste Coudurier2007-08-041-1/+3
* actually return bytes readBaptiste Coudurier2007-03-251-1/+1
* 10l, fix debug, dprintf does not have log levelBaptiste Coudurier2007-03-191-5/+5
* dnxhd decoderBaptiste Coudurier2007-03-181-0/+368
OpenPOWER on IntegriCloud