summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_color.c: prevent crash in handling bad TIFFsLee Howard2010-12-141-5/+10
* * libtiff/tif_jpeg.c: fix use of clumplines calculationLee Howard2010-12-121-2/+2
* * libtiff/tif_dirread.c: modify warningsLee Howard2010-12-111-6/+14
* * libtiff/tif_ojpeg.c: fix buffer overflow on problem dataLee Howard2010-12-111-2/+6
* 2010-12-08 Lee Howard <faxguy@howardsilvan.com>Lee Howard2010-12-111-1/+7
* fix crash when reading a badly-constructed TIFF perLee Howard2010-12-081-2/+15
* Apply Tom Lane's partial-patch and fix for CVE-2010-3087.Lee Howard2010-12-082-17/+19
* Tom Lane didn't like this... so I guess it wasn't so brain-dead.Lee Howard2010-12-061-2/+1
* From SUSE SRPM:Lee Howard2010-12-061-1/+2
* Fix mode check before opening a file.Lee Howard2010-12-061-2/+2
* Really reset the tag count in CheckDirCount() to expected value as the warningAndrey Kiselev2010-07-071-1/+2
* Don't use assertions in _TIFFFieldWithTag() and _TIFFFieldWithName() if theAndrey Kiselev2010-07-061-5/+1
* Properly handle "DotRange" tag as it can be either byte or short size andAndrey Kiselev2010-07-062-18/+36
* Avoid wrong math du to the signed/unsigned integer type conversions. As perAndrey Kiselev2010-07-021-5/+7
* *** empty log message ***Andrey Kiselev2010-07-021-2/+2
* *** empty log message ***Andrey Kiselev2010-07-021-2/+4
* 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