Fri, 06 Aug 2010 09:37:04 +0000 |
stefano |
Remove use of the deprecated function avcodec_check_dimensions(), use
libavcodec
|
Sat, 10 Jul 2010 22:09:01 +0000 |
mru |
bswap: change ME to NE in macro names
libavcodec
|
Wed, 30 Jun 2010 15:38:06 +0000 |
mru |
Fix grammar errors in documentation
libavcodec
|
Tue, 22 Jun 2010 12:41:17 +0000 |
pross |
IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com>
libavcodec
|
Tue, 01 Jun 2010 16:36:36 +0000 |
rbultje |
Move get_buffer() calls from decode_init() to decode_frame(). Anything else is
libavcodec
|
Sun, 16 May 2010 21:03:08 +0000 |
cehoyos |
Factorize code into a single function.
libavcodec
|
Thu, 13 May 2010 19:18:54 +0000 |
rbultje |
Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.
libavcodec
|
Thu, 13 May 2010 19:16:03 +0000 |
rbultje |
Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.
libavcodec
|
Thu, 13 May 2010 15:41:49 +0000 |
rbultje |
Reindent after r23112.
libavcodec
|
Thu, 13 May 2010 15:39:40 +0000 |
rbultje |
Move handling of paletted data to the IFF demuxer. This allows future
libavcodec
|
Thu, 13 May 2010 15:33:36 +0000 |
rbultje |
Handle palette underflows, fill remaining space with black (zero) data.
libavcodec
|
Thu, 13 May 2010 13:18:25 +0000 |
rbultje |
Move a while(..){..} -> do{..}while(..), slightly faster.
libavcodec
|
Mon, 10 May 2010 17:18:09 +0000 |
rbultje |
Optimize decodeplane32().
libavcodec
|
Mon, 10 May 2010 17:00:56 +0000 |
rbultje |
Ensure that width and height are > 0. avcodec_open() itself only checks that
libavcodec
|
Sun, 09 May 2010 20:08:13 +0000 |
rbultje |
Remove "bps" parameter to decodeplane8/32(), it's unused.
libavcodec
|
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
|