summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
* fix for Bug 2247 - tif_apple.c _tiffSizeProc() does not pass enough arguments...Dwight Kelly2011-06-081-2/+2
* * libtiff 3.9.5 released.v3.9.5Release-v3-9-5Bob Friesenhahn2011-04-091-2/+2
* * configure.ac: Should use AC_CANONICAL_HOST since host specifiesBob Friesenhahn2011-04-091-6/+3
* avoid declaring uint64/int64 on AIX where it is already available (#2301)Frank Warmerdam2011-03-211-2/+5
* Correct potential buffer overflow with thunder encoded files with wrongFrank Warmerdam2011-03-211-7/+31
* allow zero length runs at start of fax3 linesFrank Warmerdam2011-03-101-3/+5
* incorporate a fix for possible fax3 decoding overflow (CVE-2011-0192)Frank Warmerdam2011-03-031-1/+5
* Avoid undefined behaviour when casting from float to unsigned integer inAndrey Kiselev2011-02-251-2/+2
* One more regression fix.Lee Howard2011-01-041-2/+2
* * libtiff/tif_jpeg.c: Fix regression with 3 band image caused byLee Howard2011-01-041-2/+2
* * libtiff/tif_dirread.c: Allow reading directories whereOlivier Paquet2010-12-311-16/+22
* * libtiff/tif_dirread.c: tolerate some cases whereLee Howard2010-12-151-3/+9
* * libtiff/tif_strip.c: use TIFFGetFieldDefaulted insteadLee Howard2010-12-151-10/+10
* * libtiff/tif_jpeg.c: reduce usage of JCS_UNKNOWN in orderLee Howard2010-12-141-3/+10
* * libtiff/tif_dirread.c: fix needless tag ordering warningLee Howard2010-12-141-5/+7
* * 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