]> git.sesse.net Git - ffmpeg/history - libavcodec/targaenc.c
Simplify rms(): merge a few operations in the same statement
[ffmpeg] / libavcodec / targaenc.c
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,