]> git.sesse.net Git - ffmpeg/history - libavcodec/dnxhddec.c
dsputil: Split off IDCT bits into their own context
[ffmpeg] / libavcodec / dnxhddec.c
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-04-11 Vittorio GiovaraDNxHD: K&R formatting cosmetics
2014-02-09 Kostya Shishkovdnxhd: Support DNx444
2014-02-09 Alexandra Khirnovadnxhddec: return proper error code
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2013-10-31 Anton Khirnovdnxhddec: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2011-10-10 Baptiste Coudurierdnxhddec: handle cid change in bitstream.
2011-10-05 Diego BiurrunFix 'heigth' vs. 'height' typos.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-22 Mans Rullgarddnxhddec: avoid a branch in 10-bit decode_dct_block()
2011-07-21 Mans Rullgarddnxhddec: optimise dnxhd_decode_dct_block()
2011-07-21 Joseph Artsimovichdnxhd: 10-bit support
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-06 Baptiste CoudurierIn dnxhd decoder, set key_frame on decoded frame
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-09 Baptiste CoudurierFix interlaced vc-3 decoding, issue #1753
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-08-26 Måns RullgårdRemove some unnecessary alignment specifiers
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-11 Baptiste Coudurieruse dsp clear_block
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-01 Michael Niedermayerconst
2008-01-31 Baptiste Coudurierfix field order export
2007-10-08 Baptiste Couduriertypo weigth->weight
2007-10-08 Baptiste Coudurierpreliminary 10 bit depth decoding support, still miss...
2007-10-08 Baptiste Couduriermerge
2007-10-08 Baptiste Coudurier10l, check 'i' validity before using it
2007-10-08 Baptiste Coudurierfix 10 bit per comp detection
2007-08-04 Baptiste Couduriermove dnxhd data tables to separate file
2007-08-04 Baptiste Coudurierdnxhd 120 progressive support
2007-08-04 Baptiste Coudurierindentation
2007-08-04 Baptiste Coudurierdnxhd 185 interlaced support
2007-08-04 Baptiste Couduriercosmetic
2007-08-04 Baptiste Coudurierno need to duplicate cid table vars in context
2007-08-04 Baptiste Coudurier10l, use correct cid table
2007-08-04 Baptiste Coudurieradd coding unit size for interlaced decoding
2007-08-04 Baptiste Couduriershould be more correct
2007-03-25 Baptiste Coudurieractually return bytes read
2007-03-19 Baptiste Coudurier10l, fix debug, dprintf does not have log level
2007-03-18 Baptiste Coudurierdnxhd decoder