]> git.sesse.net Git - ffmpeg/history - libavcodec/targaenc.c
DCA: ARM/NEON optimised lfe_fir
[ffmpeg] / libavcodec / targaenc.c
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-08 Alexis Balliertargeenc: fix rgb555 encoding on big endian systems.
2009-10-01 Benoit FouetFix indentation after last commit.
2009-10-01 Anne-Laure de SmitAdd support for TARGA images without RLE compression.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
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-05-28 Michael Niedermayerset coded_frame
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-04 Ramiro PollaPrevent targaenc.c from outputting trash byte.
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-04-03 Xiaohui SunChanged the rle encoder a little and made it more unive...
2007-04-03 Michael Niedermayergeneric rle encoder by Bartlomiej Wolowiec b.wolowiec...
2007-03-17 Bobby BinghamAdd RLE encoding support, patch by Bobby Bingham, uhmmm...
2007-03-17 Bobby BinghamMove the encoding of the image data to its own function.
2007-03-17 Bobby BinghamAdd 15 bit support, patch by Bobby Bingham, uhmmmm...
2007-03-15 Bobby BinghamTarga (.tga) encoder,