Tue, 07 Sep 2010 19:15:29 +0000 |
stefano |
Use new imgutils.h API names, fix deprecation warnings.
libavcodec
|
Fri, 06 Aug 2010 09:37:04 +0000 |
stefano |
Remove use of the deprecated function avcodec_check_dimensions(), use
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
|
Thu, 03 Dec 2009 19:19:57 +0000 |
bcoudurier |
lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
libavcodec
|
Mon, 09 Nov 2009 09:11:35 +0000 |
cehoyos |
Move ff_reverse in libavcodec to av_reverse in libavutil.
libavcodec
|
Thu, 01 Oct 2009 06:31:49 +0000 |
kostya |
Do not attempt to decode TIFF files containing fax data with uncompressed
libavcodec
|
Wed, 30 Sep 2009 05:49:18 +0000 |
kostya |
When BitsPerSample tag is not present in TIFF, that means file is
libavcodec
|
Mon, 28 Sep 2009 05:17:20 +0000 |
kostya |
Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them
libavcodec
|
Mon, 28 Sep 2009 05:15:27 +0000 |
kostya |
Make TIFF decoder load compression options only for corresponding codec
libavcodec
|
Sun, 27 Sep 2009 09:43:11 +0000 |
kostya |
Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is
libavcodec
|
Sun, 27 Sep 2009 07:01:01 +0000 |
kostya |
Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data,
libavcodec
|
Thu, 24 Sep 2009 18:30:28 +0000 |
kostya |
Support both LSB and MSB orders for TIFF CCITT G.x compressed data.
libavcodec
|
Fri, 05 Jun 2009 08:46:04 +0000 |
bcoudurier |
tiff image decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Tue, 02 Jun 2009 15:31:51 +0000 |
kostya |
Check combined depth and number of components in TIFF decoder, thus eliminating
libavcodec
|