summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * libtiff 3.9.0 released.Release-v3-9-0bfriesen2009-08-2020-230/+304
* * libtiff/tif_print.c (TIFFPrintDirectory): Applied patch for "tagbfriesen2009-08-202-2/+6
* * tools/{rgb2ycbcr.c, tiff2rgba.c}: Applied patch forbfriesen2009-08-207-14/+50
* * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11,bfriesen2009-08-2031-13550/+8716
* correct return codes from encode row to 1 on success instead of zero (#2069)fwarmerdam2009-06-302-6/+12
* fixed buffer underflow bug (#2065)fwarmerdam2009-06-222-2/+8
* do not override planar config if set (#2057)fwarmerdam2009-06-032-2/+9
* fixed handling of tiled logluv images (#2005)fwarmerdam2009-02-122-3/+14
* added 32bit horizontal predictor support (#1911)fwarmerdam2009-01-232-3/+68
* tiffsplit.c: fix sampleformat to be shortv instead of longvfwarmerdam2009-01-212-2/+6
* * tools/tiff2ps.c: Remove spurious message printed to stderr.bfriesen2009-01-122-2/+6
* Updates for tiff2ps.1bfriesen2009-01-122-5/+16
* * tools/tiff2ps.c: Incorporated significant functionality updatebfriesen2009-01-113-210/+435
* * libtiff/tiffiop.h: Add private type declarations for int64, andbfriesen2009-01-062-17/+24
* Ensure that installed header files are not used in the build.bfriesen2009-01-0120-7/+20
* * configure.ac: Updated to test for 64-bit types. This version ofbfriesen2009-01-0110-14/+1615
* * Update to use current FSF autotools versions.bfriesen2009-01-0135-5047/+7677
* * libtiff/tiffio.h: GCC will now validate format specificationsbfriesen2009-01-0139-1579/+1600
* major update from Richard Noldefwarmerdam2008-12-313-1843/+6194
* avoid errors writing to last partial strip (#1981)fwarmerdam2008-12-212-1/+11
* Removed SubsamplingHor/Ver from TIFFRGBAImage structure to avoid ABI changes ...fwarmerdam2008-12-213-10/+16
* removed UaToAa, and Bitmap16to8 items from TIFFRGBAImage (#1979)fwarmerdam2008-12-183-147/+67
* drinking beer irresponsible, remove step 17fwarmerdam2008-12-181-4/+0
* test commitfwarmerdam2008-12-181-0/+3
* avoid printing c->name if it does not existfwarmerdam2008-12-182-3/+17
* Support the JBIG-KIT 2.0 (compatibility with the older versions retained).dron2008-10-212-3/+18
* *** empty log message ***dron2008-09-051-0/+5
* Use dynamically allocated array instead of static when constructingdron2008-09-051-3/+14
* Bugzilla links updated; added list of maintainers.dron2008-09-031-5/+15
* *** empty log message ***dron2008-09-031-0/+15
* Get rid of unsafe strcpy()/strcat() calls when doing the filename/pathdron2008-09-031-7/+10
* More appropriate format string in t2p_write_pdf_string(); avoiddron2008-09-031-4/+3
* Properly zero out the codetable. As per bugdron2008-09-031-2/+20
* Properly zero out the string table. Fixes CVE-2008-2327 security issue.dron2008-09-031-1/+5
* fix potential memory leakfwarmerdam2008-05-251-2/+5
* zero tif->tif_dir after freeing the directory in TIFFReadCustomDirectory().fwarmerdam2008-05-251-1/+5
* *** empty log message ***fwarmerdam2008-05-251-0/+7
* *** empty log message ***dron2008-01-301-0/+5
* Make find0span() and find1span() non-inline to make MSVC 6.0 happy.dron2008-01-301-3/+3
* fix leak of FAXCS state (per bug 1603)fwarmerdam2007-11-262-1/+8
* etter OpenVMS support. Patches from Alexey Chupahin.dron2007-11-233-147/+1012
* rework update-in-place logic substantially to make saferfwarmerdam2007-11-222-67/+61
* Try to avoid writing out a full readbuffer of tile data when writing thefwarmerdam2007-11-222-3/+15
* Use working buffer in PredictorEncodeTile to avoid odifying callers buffer.fwarmerdam2007-11-225-63/+120
* Fixed setting of alpha value per report on listfwarmerdam2007-10-052-2/+6
* Make all module name constants static.dron2007-09-223-7/+7
* Fix _TIFFMergeFields() so duplicates are ignored (#1585)fwarmerdam2007-09-132-15/+18
* *** empty log message ***dron2007-07-181-0/+7
* Do not distribute tiffconf.h, remove tif_config.h/tiffconf.h duringdron2007-07-182-13/+13
* libtiff 3.9.0beta released.Release-v3-9-0betadron2007-07-1382-956/+1589