summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * tools/tiffcrop.c: new release by Richard Noldefaxguy2010-12-142-48/+75
* * tools/tiff2pdf.c: fix colors for images with RGBAfaxguy2010-12-132-6/+11
* * tools/tiff2pdf.c: remove invalid duplication for Labfaxguy2010-12-122-9/+6
* * libtiff/tif_jpeg.c: fix use of clumplines calculationfaxguy2010-12-122-2/+7
* spelling fixes perfaxguy2010-12-123-9/+9
* * tools/fax2ps.c: replace unsafe tmpfile() with mkstemp()faxguy2010-12-122-4/+10
* * tools/tiff2pdf.c: add fill-page optionfaxguy2010-12-113-5/+31
* * libtiff/tif_dirread.c: modify warningsfaxguy2010-12-112-6/+19
* * libtiff/tif_ojpeg.c: fix buffer overflow on problem datafaxguy2010-12-112-3/+12
* 2010-12-08 Lee Howard <faxguy@howardsilvan.com>faxguy2010-12-113-4/+23
* fix crash when reading a badly-constructed TIFF perfaxguy2010-12-082-2/+31
* Apply Tom Lane's partial-patch and fix for CVE-2010-3087.faxguy2010-12-082-17/+19
* Tom Lane didn't like this... so I guess it wasn't so brain-dead.faxguy2010-12-061-2/+1
* From SUSE SRPM:faxguy2010-12-061-1/+2
* Man-page typo fix found in SUSE SRPM.faxguy2010-12-061-2/+2
* Fix mode check before opening a file.faxguy2010-12-061-2/+2
* If it doesn't fail then it succeeds.faxguy2010-11-281-1/+2
* Further improvements by Richard Nolde.faxguy2010-11-261-92/+120
* See: http://bugzilla.maptools.org/show_bug.cgi?id=1983faxguy2010-09-262-460/+1141
* * tools/tiffcrop.c: Patch from Richard Nolde to avoid abfriesen2010-07-132-14/+46
* Fixed ID buffer filling in t2p_write_pdf_trailer(), thanks to Dmitry V. Levin.dron2010-07-082-3/+7
* Really reset the tag count in CheckDirCount() to expected value as the warningdron2010-07-072-1/+6
* Avoid integer overflows computing the buffer size for large directories. Asdron2010-07-072-3/+14
* Properly handle TIFFTAG_PAGENUMBER, TIFFTAG_HALFTONEHINTS,dron2010-07-062-20/+19
* Don't use assertions in _TIFFFieldWithTag() and _TIFFFieldWithName() if thedron2010-07-062-6/+7
* Properly handle "DotRange" tag as it can be either byte or short size anddron2010-07-063-18/+43
* Avoid wrong math du to the signed/unsigned integer type conversions. As perdron2010-07-022-5/+11
* Fix the count for WhitePoint tag as per bugdron2010-07-024-6/+10
* *** empty log message ***dron2010-07-021-0/+4
* Use PrintData() function instead of PrintByte/Short/Long(). Should fix andron2010-07-021-81/+10
* *** empty log message ***dron2010-07-022-2/+6
* *** empty log message ***dron2010-07-022-2/+13
* *** empty log message ***dron2010-06-302-27/+15
* *** empty log message ***dron2010-06-302-2/+5
* *** empty log message ***dron2010-06-302-209/+118
* *** empty log message ***dron2010-06-252-13/+64
* It seems that stdio.h is needed as wellbfriesen2010-06-211-1/+3
* Need to include tif_config.hbfriesen2010-06-211-1/+3
* C files should not use C++ style comments.bfriesen2010-06-213-6/+6
* * tools/tiffcrop.c: Patch from Richard Nolde. Reject YCbCrbfriesen2010-06-162-121/+133
* * libtiff 3.9.4 released.Release-v3-9-4bfriesen2010-06-1511-22/+151
* avoid recreate jpegtables unnecessarily (#2135, gdal#3633)fwarmerdam2010-06-142-7/+14
* fixed bad handling of out of order tags defined late by codecs (#2210)fwarmerdam2010-06-142-27/+81
* fixed inadequate validation of SubjectDistance (#2212)fwarmerdam2010-06-142-1/+11
* various fixes for tiff2pdf (#2211)fwarmerdam2010-06-132-8/+18
* * tools/tiff2rgba.c: Applied portion of patch (from Tom Lane)bfriesen2010-06-123-7/+34
* * tools/tiffcrop.c: Applied patch from Richard Nolde: Correctedbfriesen2010-06-113-603/+746
* * libtiff 3.9.3 released.Release-v3-9-3bfriesen2010-06-1111-29/+184
* * tools/tiffcp.c (tiffcp): Applied Tom Lane's patch to rejectbfriesen2010-06-112-20/+29
* Back out accidental commit of a working copy.bfriesen2010-06-111-20/+2