]> git.sesse.net Git - ffmpeg/history - libavcodec/kmvc.c
kmvc decoder uses get_buffer, set CODEC_CAP_DR1
[ffmpeg] / libavcodec / kmvc.c
2009-06-05 Baptiste Coudurierkmvc decoder uses get_buffer, set CODEC_CAP_DR1
2009-04-24 Kostya ShishkovRemove useless assignment during initialization for...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-03-27 Kostya ShishkovRemove redundant assign
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-09 Kostya ShishkovDrop unneeded checks before av_free() and change to...
2006-05-31 Kostya ShishkovPalette support for newer KMVC
2006-04-07 Kostya ShishkovKMVC (used in Worms games) decoder. Works fine with...