summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * 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
* tiffsplit.c: fix sampleformat to be shortv instead of longvFrank Warmerdam2009-01-212-2/+6
* * tools/tiff2ps.c: Remove spurious message printed to stderr.Bob Friesenhahn2009-01-122-2/+6
* Updates for tiff2ps.1Bob Friesenhahn2009-01-122-5/+16
* * tools/tiff2ps.c: Incorporated significant functionality updateBob Friesenhahn2009-01-113-210/+435
* * libtiff/tiffiop.h: Add private type declarations for int64, andBob Friesenhahn2009-01-062-17/+24
* Ensure that installed header files are not used in the build.Bob Friesenhahn2009-01-0120-7/+20
* * configure.ac: Updated to test for 64-bit types. This version ofBob Friesenhahn2009-01-0110-14/+1615
* * Update to use current FSF autotools versions.Bob Friesenhahn2009-01-0135-5047/+7677
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2009-01-0139-1579/+1600
* major update from Richard NoldeFrank Warmerdam2008-12-313-1843/+6194
* avoid errors writing to last partial strip (#1981)Frank Warmerdam2008-12-212-1/+11
* Removed SubsamplingHor/Ver from TIFFRGBAImage structure to avoid ABI changes ...Frank Warmerdam2008-12-213-10/+16
* removed UaToAa, and Bitmap16to8 items from TIFFRGBAImage (#1979)Frank Warmerdam2008-12-183-147/+67
* drinking beer irresponsible, remove step 17Frank Warmerdam2008-12-181-4/+0
* test commitFrank Warmerdam2008-12-181-0/+3
* avoid printing c->name if it does not existFrank Warmerdam2008-12-182-3/+17
* Support the JBIG-KIT 2.0 (compatibility with the older versions retained).Andrey Kiselev2008-10-212-3/+18
* *** empty log message ***Andrey Kiselev2008-09-051-0/+5
* Use dynamically allocated array instead of static when constructingAndrey Kiselev2008-09-051-3/+14
* Bugzilla links updated; added list of maintainers.Andrey Kiselev2008-09-031-5/+15
* *** empty log message ***Andrey Kiselev2008-09-031-0/+15
* Get rid of unsafe strcpy()/strcat() calls when doing the filename/pathAndrey Kiselev2008-09-031-7/+10
* More appropriate format string in t2p_write_pdf_string(); avoidAndrey Kiselev2008-09-031-4/+3