log iff.c @ 11692:5eb6d3cbf257 libavcodec

age author description
Sun, 09 May 2010 16:24:20 +0000 mru IFF: decode last 8 pixels per line libavcodec
Sat, 08 May 2010 21:48:44 +0000 rbultje Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec
Wed, 05 May 2010 17:02:55 +0000 cehoyos Align plane size to word-boundary. libavcodec
Mon, 03 May 2010 22:08:31 +0000 rbultje Revert r22974 int->unsigned parts that don't have any meaningful effect. libavcodec
Mon, 26 Apr 2010 22:39:08 +0000 rbultje Reidnent after r22795. libavcodec
Mon, 26 Apr 2010 22:38:41 +0000 rbultje Move some branches outside looped code. Should improve the generated asm (and libavcodec
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