summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhddec.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-2/+2
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-6/+6
* dnxhddec: handle cid change in bitstream.Baptiste Coudurier2011-10-101-5/+11
* Fix 'heigth' vs. 'height' typos.Diego Biurrun2011-10-051-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* dnxhddec: avoid a branch in 10-bit decode_dct_block()Mans Rullgard2011-07-221-1/+1
* dnxhddec: optimise dnxhd_decode_dct_block()Mans Rullgard2011-07-211-37/+67
* dnxhd: 10-bit supportJoseph Artsimovich2011-07-211-21/+36
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-5/+5
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* In dnxhd decoder, set key_frame on decoded frameBaptiste Coudurier2011-01-061-0/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix interlaced vc-3 decoding, issue #1753Baptiste Coudurier2010-03-091-3/+15
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-1/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-261-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* 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