]> git.sesse.net Git - ffmpeg/history - libavcodec/targa.c
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.
[ffmpeg] / libavcodec / targa.c
2009-09-17 Kostya ShishkovRemove useless code causing crash in Targa decoder
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-06-05 Baptiste Couduriertarga image 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-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-03 Kostya ShishkovRGB32 support in Targa
2006-11-03 Kostya ShishkovUse bpp from header in error message
2006-10-11 Kostya ShishkovTarga image decoder