log targaenc.c @ 9530:dbb16aa52d43 libavcodec

age author description
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Wed, 28 May 2008 11:33:28 +0000 michael set coded_frame libavcodec
Sun, 11 May 2008 22:28:43 +0000 cehoyos Replace some occurrences of -1 with PIX_FMT_NONE. libavcodec
Sun, 04 May 2008 20:04:00 +0000 ramiro Prevent targaenc.c from outputting trash byte. libavcodec
Tue, 29 Apr 2008 21:31:21 +0000 diego Add long names to some AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Tue, 03 Apr 2007 06:40:21 +0000 michael Changed the rle encoder a little and made it more universal. libavcodec
Tue, 03 Apr 2007 01:01:46 +0000 michael generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl libavcodec
Sat, 17 Mar 2007 14:59:58 +0000 diego Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. libavcodec
Sat, 17 Mar 2007 13:16:18 +0000 diego Move the encoding of the image data to its own function. libavcodec
Sat, 17 Mar 2007 12:56:34 +0000 diego Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. libavcodec
Thu, 15 Mar 2007 12:23:08 +0000 gpoirier Targa (.tga) encoder, libavcodec