summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
Commit message (Expand)AuthorAge
* dnxhddec: Enable frame threadingVittorio Giovara2015-09-29
* dnxhddec: Decode and use interlace mb flagChristophe Gisquet2015-09-29
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* dnxhd: Print unknown header when foundVittorio Giovara2015-05-12
* dnxhddec: Fix pixel format changeCarl Eugen Hoyos2015-05-01
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* dnxhd: Log the selected profile idVittorio Giovara2015-04-09
* DNxHD: Add support for id 1258 (DNx100 960x720@8)Vittorio Giovara2015-01-29
* DNxHD: Simplify pixel format detectionVittorio Giovara2015-01-29
* DNxHD: More verbose error messagesVittorio Giovara2015-01-29
* 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