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