summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
* C files should not use C++ style comments.Bob Friesenhahn2010-06-211-2/+2
* * libtiff 3.9.4 released.v3.9.4Release-v3-9-4Bob Friesenhahn2010-06-151-2/+2
* avoid recreate jpegtables unnecessarily (#2135, gdal#3633)Frank Warmerdam2010-06-141-7/+11
* fixed bad handling of out of order tags defined late by codecs (#2210)Frank Warmerdam2010-06-141-27/+78
* fixed inadequate validation of SubjectDistance (#2212)Frank Warmerdam2010-06-141-1/+8
* * tools/tiff2rgba.c: Applied portion of patch (from Tom Lane)Bob Friesenhahn2010-06-121-2/+2
* * libtiff 3.9.3 released.v3.9.3Release-v3-9-3Bob Friesenhahn2010-06-111-9/+2
* * libtiff/tiffiop.h (TIFFSafeMultiply): Work properly ifBob Friesenhahn2010-06-101-2/+2
* * libtiff/tif_dir.h: Restore ReferenceBlackWhite as a non-customBob Friesenhahn2010-06-094-33/+49
* * libtiff/tif_fax3.c (Fax3SetupState): Yesterday's fix forBob Friesenhahn2010-06-092-6/+22
* * libtiff/tif_read.c (TIFFReadBufferSetup): Skip allocatingBob Friesenhahn2010-06-091-2/+3
* * tools/tiffcrop.c: Removed duplicated macros such asBob Friesenhahn2010-06-085-9/+18
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Produce a fully detailedBob Friesenhahn2010-06-081-2/+4
* * Add an emacs formatting mode footer to all source files so thatBob Friesenhahn2010-06-0861-273/+600
* ensure quality always set in JPEGPreEncode (gdal #3539)Frank Warmerdam2010-05-071-3/+3
* * libtiff/tif_print.c: Have TIFFTAG_REFERENCEBLACKWHITE always print 6Olivier Paquet2010-05-061-2/+2
* Since the 3.8 days sometime it's been sp->line and not line.Lee Howard2010-02-221-2/+2
* * libtiff/tif_fax3.c: Don't return error on badly-terminated MMRLee Howard2010-02-221-3/+3
* * libtiff/tif_jpeg.c: Do not generate a JPEGTables tag when creatingLee Howard2010-02-221-1/+8
* ensure tile and strip sizes are reset when loading new directory (#1936)Frank Warmerdam2010-01-071-1/+6
* 1) Reset tif->tif_curstrip to -1 at the end of the JPEGFixupTestSubsampling()Frank Warmerdam2009-12-041-3/+15
* * libtiff 3.9.2 released.v3.9.2Release-v3-9-2Bob Friesenhahn2009-11-041-2/+2
* * libtiff/tif_dirwrite.c (TIFFWriteAnyArray): Add missing breakBob Friesenhahn2009-10-311-1/+2
* * libtiff/tif_dirread.c: Eliminate GCC "dereferencing type-punnedBob Friesenhahn2009-10-291-2/+9
* Quench some warnings under MSVC by including <string.h>.Bob Friesenhahn2009-09-172-3/+4
* * libtiff/tif_ojpeg.c (OJPEGWriteHeaderInfo): IJG JPEG 7 needsBob Friesenhahn2009-09-031-1/+4
* * contrib/iptcutil/iptcutil.c,Bob Friesenhahn2009-08-303-10/+10
* * libtiff 3.9.1 released.v3.9.1Release-v3-9-1Bob Friesenhahn2009-08-281-2/+2
* regress old 'fix' that was resulting in strips sometimes not being written (#...Frank Warmerdam2009-08-281-8/+3
* * libtiff/tif_write.c (TIFFAppendToStrip): Remove cast whichBob Friesenhahn2009-08-281-2/+2
* * libtiff/tif_config.vc.h: tiffiop.h needs the TIFF_INT64_T andBob Friesenhahn2009-08-271-0/+6
* * libtiff 3.9.0 released.v3.9.0Release-v3-9-0Bob Friesenhahn2009-08-202-5/+5
* * libtiff/tif_print.c (TIFFPrintDirectory): Applied patch for "tagBob Friesenhahn2009-08-201-2/+2
* * tools/{rgb2ycbcr.c, tiff2rgba.c}: Applied patch forBob Friesenhahn2009-08-201-2/+2
* * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11,Bob Friesenhahn2009-08-202-86/+172
* correct return codes from encode row to 1 on success instead of zero (#2069)Frank Warmerdam2009-06-301-6/+6
* fixed buffer underflow bug (#2065)Frank Warmerdam2009-06-221-2/+3
* do not override planar config if set (#2057)Frank Warmerdam2009-06-031-2/+3
* fixed handling of tiled logluv images (#2005)Frank Warmerdam2009-02-121-3/+9
* added 32bit horizontal predictor support (#1911)Frank Warmerdam2009-01-231-3/+63
* * libtiff/tiffiop.h: Add private type declarations for int64, andBob Friesenhahn2009-01-061-17/+18
* * configure.ac: Updated to test for 64-bit types. This version ofBob Friesenhahn2009-01-013-1/+49
* * Update to use current FSF autotools versions.Bob Friesenhahn2009-01-012-48/+88
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2009-01-0110-130/+138
* avoid errors writing to last partial strip (#1981)Frank Warmerdam2008-12-211-1/+5
* Removed SubsamplingHor/Ver from TIFFRGBAImage structure to avoid ABI changes ...Frank Warmerdam2008-12-212-10/+10
* removed UaToAa, and Bitmap16to8 items from TIFFRGBAImage (#1979)Frank Warmerdam2008-12-182-147/+61
* avoid printing c->name if it does not existFrank Warmerdam2008-12-181-3/+6
* Support the JBIG-KIT 2.0 (compatibility with the older versions retained).Andrey Kiselev2008-10-211-3/+13
* Properly zero out the codetable. As per bugAndrey Kiselev2008-09-031-2/+20