log tiff.c @ 12501:b3f9612d4ea7 libavcodec

age author description
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
Wed, 06 May 2009 06:49:04 +0000 kostya Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' message libavcodec
Fri, 24 Apr 2009 14:09:24 +0000 kostya Remove useless assignment during initialization for some decoders libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Fri, 26 Dec 2008 18:42:26 +0000 michael Enable faxcompr. libavcodec
Mon, 22 Dec 2008 06:50:18 +0000 kostya Decode TIFF image only after all tags have been decoded libavcodec
Mon, 22 Dec 2008 06:47:51 +0000 kostya Some TIFFs declare -1 for the single strip height libavcodec
Mon, 22 Dec 2008 06:43:14 +0000 kostya Add monochrome TIFF support libavcodec
Mon, 22 Dec 2008 06:39:31 +0000 kostya Calculate line size variable correctly for lower bitdepths and use it for raw data copying libavcodec
Wed, 17 Dec 2008 17:39:35 +0000 kostya 4l: TIFF stores short strings inside tag, do not interpret it is as an offset libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 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
Fri, 01 Feb 2008 14:28:22 +0000 michael const libavcodec