summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
Commit message (Expand)AuthorAge
* dnxhddec: handle cid change in bitstream.Baptiste Coudurier2011-10-10
* Fix 'heigth' vs. 'height' typos.Diego Biurrun2011-10-05
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* dnxhddec: avoid a branch in 10-bit decode_dct_block()Mans Rullgard2011-07-22
* dnxhddec: optimise dnxhd_decode_dct_block()Mans Rullgard2011-07-21
* dnxhd: 10-bit supportJoseph Artsimovich2011-07-21
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* In dnxhd decoder, set key_frame on decoded frameBaptiste Coudurier2011-01-06
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix interlaced vc-3 decoding, issue #1753Baptiste Coudurier2010-03-09
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-26
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* 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