summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhddec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-1/+1
* Use ISO C printf conversion specifiers where appropriateDiego Biurrun2016-10-281-5/+5
* Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-281-5/+5
* dnxhddec: Enable frame threadingVittorio Giovara2015-09-291-8/+11
* dnxhddec: Decode and use interlace mb flagChristophe Gisquet2015-09-291-4/+19
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* dnxhd: Print unknown header when foundVittorio Giovara2015-05-121-1/+3
* dnxhddec: Fix pixel format changeCarl Eugen Hoyos2015-05-011-4/+5
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-5/+5
* dnxhd: Log the selected profile idVittorio Giovara2015-04-091-0/+1
* DNxHD: Add support for id 1258 (DNx100 960x720@8)Vittorio Giovara2015-01-291-0/+9
* DNxHD: Simplify pixel format detectionVittorio Giovara2015-01-291-25/+20
* DNxHD: More verbose error messagesVittorio Giovara2015-01-291-3/+9
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-26/+26
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-2/+7
* DNxHD: K&R formatting cosmeticsVittorio Giovara2014-04-111-22/+31
* dnxhd: Support DNx444Kostya Shishkov2014-02-091-22/+75
* dnxhddec: return proper error codeAlexandra Khirnova2014-02-091-11/+11
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* dnxhddec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+3
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-3/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-31/+27
* Drop DCTELEM typedefDiego Biurrun2013-01-221-7/+7
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-9/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* 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
OpenPOWER on IntegriCloud