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
Sat, 01 Dec 2007 15:41:35 +0000 kostya TIFF may omit compression tag. libavcodec
Mon, 09 Jul 2007 00:08:47 +0000 mru use correct type for palette libavcodec
Sun, 08 Jul 2007 23:15:04 +0000 mru kill warnings libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Wed, 04 Apr 2007 11:43:08 +0000 diego Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. libavcodec
Tue, 03 Apr 2007 13:43:57 +0000 michael tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodec
Thu, 25 Jan 2007 06:44:53 +0000 kostya Some TIFFs do not set rows per strip for single strip. libavcodec
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
Mon, 13 Nov 2006 11:39:28 +0000 kostya Support for 16-bit grayscale libavcodec
Mon, 13 Nov 2006 11:38:42 +0000 kostya Give error about planar RGB libavcodec
Mon, 13 Nov 2006 11:36:22 +0000 kostya Update error message libavcodec
Mon, 13 Nov 2006 11:34:46 +0000 kostya Use table for determining type sizes libavcodec
Mon, 13 Nov 2006 11:27:36 +0000 kostya Decoder can decode many ZLib-packed strips libavcodec
Mon, 13 Nov 2006 11:20:50 +0000 kostya Print error message for unsupported mode (RGB planar,CMYK,YCrCb) libavcodec
Mon, 13 Nov 2006 05:32:10 +0000 kostya 8-bit images support for TIFF libavcodec
Mon, 13 Nov 2006 05:30:50 +0000 kostya Rows per strip may be >= height libavcodec
Mon, 13 Nov 2006 05:29:45 +0000 kostya Warn about JPEG in TIFF libavcodec
Mon, 13 Nov 2006 05:28:55 +0000 kostya Correctly detect 4-component images libavcodec
Thu, 26 Oct 2006 04:15:48 +0000 kostya LZW decoder as separate module plus TIFF LZW support libavcodec
Thu, 26 Oct 2006 04:06:08 +0000 kostya 10l predictor should not skip first line libavcodec
Fri, 13 Oct 2006 10:48:29 +0000 kostya TIFF decoder libavcodec