]> git.sesse.net Git - ffmpeg/history - libavcodec/dnxhddec.c
Remove use of the deprecated function avcodec_check_dimensions(), use
[ffmpeg] / libavcodec / dnxhddec.c
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