summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
Commit message (Expand)AuthorAge
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* DNxHD: K&R formatting cosmeticsVittorio Giovara2014-04-11
* dnxhd: Support DNx444Kostya Shishkov2014-02-09
* dnxhddec: return proper error codeAlexandra Khirnova2014-02-09
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* dnxhddec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* 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