summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Update libtool to version 2.2.10.Bob Friesenhahn2010-06-117-20/+19
* * libtiff/tiffiop.h (TIFFSafeMultiply): Work properly ifBob Friesenhahn2010-06-108-87/+32
* * libtiff/tif_dir.h: Restore ReferenceBlackWhite as a non-customBob Friesenhahn2010-06-095-33/+55
* * libtiff/tif_fax3.c (Fax3SetupState): Yesterday's fix forBob Friesenhahn2010-06-094-8/+35
* * libtiff/tif_read.c (TIFFReadBufferSetup): Skip allocatingBob Friesenhahn2010-06-092-2/+8
* * tools/tiffcrop.c: Removed duplicated macros such asBob Friesenhahn2010-06-0839-1951/+2621
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Produce a fully detailedBob Friesenhahn2010-06-082-2/+7
* * Add an emacs formatting mode footer to all source files so thatBob Friesenhahn2010-06-08138-331/+1201
* add -x switch to renumber pages to tiffcp (#2203Frank Warmerdam2010-06-044-7/+42
* ensure quality always set in JPEGPreEncode (gdal #3539)Frank Warmerdam2010-05-072-3/+12
* * libtiff/tif_print.c: Have TIFFTAG_REFERENCEBLACKWHITE always print 6Olivier Paquet2010-05-061-0/+8
* * libtiff/tif_print.c: Have TIFFTAG_REFERENCEBLACKWHITE always print 6Olivier Paquet2010-05-061-2/+2
* * man/TIFFGetField.3tiff, man/TIFFSetField.3tiff: Fixed doc to reflect theOlivier Paquet2010-05-062-4/+4
* * tools/ppm2tiff.c (main): While case for parsing comment lineBob Friesenhahn2010-04-102-2/+8
* 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-222-3/+7
* Add bugzilla link.Lee Howard2010-02-221-0/+1
* * libtiff/tif_jpeg.c: Do not generate a JPEGTables tag when creatingLee Howard2010-02-223-2/+22
* ensure tile and strip sizes are reset when loading new directory (#1936)Frank Warmerdam2010-01-072-1/+12
* 1) Reset tif->tif_curstrip to -1 at the end of the JPEGFixupTestSubsampling()Frank Warmerdam2009-12-042-3/+22
* * libtiff 3.9.2 released.v3.9.2Release-v3-9-2Bob Friesenhahn2009-11-0413-26/+156
* * tools/tiffcrop.c: Updated tiffcrop from Richard Nolde. ThisBob Friesenhahn2009-11-032-415/+179
* * port/libport.h: Added header file for porting prototypes andBob Friesenhahn2009-11-024-2/+58
* file libport.h was added on branch branch-3-9 on 2009-11-02 14:47:41 +0000Bob Friesenhahn2009-11-020-0/+0
* * libtiff/tif_dirwrite.c (TIFFWriteAnyArray): Add missing breakBob Friesenhahn2009-10-312-1/+7
* * libtiff/tif_dirread.c: Eliminate GCC "dereferencing type-punnedBob Friesenhahn2009-10-292-2/+14
* * html/tools.html: Add manual page links, and a summaryBob Friesenhahn2009-10-282-31/+45
* * configure.ac: x86_64 should use the same fill order as i386.Bob Friesenhahn2009-10-076-5/+9
* * tools/tiffcrop.c, man/tiffcrop.1: New tiffcrop from RichardBob Friesenhahn2009-09-243-1665/+2771
* 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-032-1/+11
* * contrib/iptcutil/iptcutil.c,Bob Friesenhahn2009-08-307-18/+25
* * libtiff 3.9.1 released.v3.9.1Release-v3-9-1Bob Friesenhahn2009-08-2811-54/+105
* regress old 'fix' that was resulting in strips sometimes not being written (#...Frank Warmerdam2009-08-282-8/+9
* Initial HTML updates to prepare for 3.9.1 release.Bob Friesenhahn2009-08-282-2/+118
* * libtiff/tif_write.c (TIFFAppendToStrip): Remove cast whichBob Friesenhahn2009-08-282-2/+7
* * libtiff/tif_config.vc.h: tiffiop.h needs the TIFF_INT64_T andBob Friesenhahn2009-08-272-0/+12
* * test/Makefile.am (AUTOMAKE_OPTIONS): Colorized tests was notBob Friesenhahn2009-08-215-99/+270
* * libtiff 3.9.0 released.v3.9.0Release-v3-9-0Bob Friesenhahn2009-08-2020-230/+304
* * libtiff/tif_print.c (TIFFPrintDirectory): Applied patch for "tagBob Friesenhahn2009-08-202-2/+6
* * tools/{rgb2ycbcr.c, tiff2rgba.c}: Applied patch forBob Friesenhahn2009-08-207-14/+50
* * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11,Bob Friesenhahn2009-08-2031-13550/+8716
* correct return codes from encode row to 1 on success instead of zero (#2069)Frank Warmerdam2009-06-302-6/+12
* fixed buffer underflow bug (#2065)Frank Warmerdam2009-06-222-2/+8
* do not override planar config if set (#2057)Frank Warmerdam2009-06-032-2/+9
* fixed handling of tiled logluv images (#2005)Frank Warmerdam2009-02-122-3/+14
* added 32bit horizontal predictor support (#1911)Frank Warmerdam2009-01-232-3/+68