log iff.c @ 11661:7a5f3c94b9ad libavcodec

age author description
Mon, 26 Apr 2010 22:37:13 +0000 rbultje Switch some ints to unsigned (they can only have positive values, this allows libavcodec
Mon, 26 Apr 2010 22:00:57 +0000 cehoyos Make two functions out of #define hackery. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sat, 13 Mar 2010 19:19:40 +0000 stefano Make iff.c:decode_init return the value returned by libavcodec
Mon, 08 Mar 2010 02:36:00 +0000 mru IFF: move ff_cmap_read_palette() prototype to a header file libavcodec
Wed, 03 Mar 2010 09:38:09 +0000 pross use intended const syntax libavcodec
Tue, 16 Feb 2010 09:33:59 +0000 pross Support <8-bit ILBM uncompressed bitmaps libavcodec
Mon, 15 Feb 2010 11:26:35 +0000 pross IFF bitmap n-bit color support libavcodec
Fri, 12 Feb 2010 18:18:35 +0000 reimar Use int8_t instead of char, the signedness of char can differ between systems. libavcodec
Wed, 03 Feb 2010 09:56:16 +0000 pross IFF PBM/ILBM bitmap decoder libavcodec