log targaenc.c @ 12514:e6d711ba5760 libavcodec

age author description
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Mon, 08 Mar 2010 08:43:20 +0000 benoit targeenc: fix rgb555 encoding on big endian systems. libavcodec
Thu, 01 Oct 2009 12:21:54 +0000 benoit Fix indentation after last commit. libavcodec
Thu, 01 Oct 2009 12:20:08 +0000 benoit Add support for TARGA images without RLE compression. libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
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