summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * libtiff 3.9.6 released.v3.9.6Release-v3-9-6Bob Friesenhahn2012-02-189-20/+22
* Add release page for v3.9.6Bob Friesenhahn2012-02-1829-286/+467
* Strip out antique instructions about unsupported build targets.Bob Friesenhahn2012-02-181-434/+78
* * libtiff/tiffio.h: Use double-underbar syntax in GCC printfBob Friesenhahn2012-02-182-5/+11
* Make sure that autotools are up to date.Bob Friesenhahn2012-01-233-3/+3
* * configure.ac: Add support for using library symbol versioning onBob Friesenhahn2012-01-2331-370/+653
* file libtiffxx.map was added on branch branch-3-9 on 2012-01-23 15:06:34 +0000Bob Friesenhahn2012-01-220-0/+0
* file libtiff.map was added on branch branch-3-9 on 2012-01-23 15:06:34 +0000Bob Friesenhahn2012-01-220-0/+0
* * Update GNU libtool to 2.4.2.Bob Friesenhahn2011-10-229-197/+429
* * tools/tiffsplit.c (tiffcp): TIFFGetField count field should beBob Friesenhahn2011-10-222-2/+8
* Use "codec" rather than "coded"Bob Friesenhahn2011-08-021-2/+2
* updated Changelog for Bug 2247 fixDwight Kelly2011-06-081-0/+5
* fix for Bug 2247 - tif_apple.c _tiffSizeProc() does not pass enough arguments...Dwight Kelly2011-06-081-2/+2
* * libtiff 3.9.5 released.v3.9.5Release-v3-9-5Bob Friesenhahn2011-04-0911-31/+302
* Fix spelling typo in tiff2ps.Bob Friesenhahn2011-04-091-4/+4
* * configure.ac: Should use AC_CANONICAL_HOST since host specifiesBob Friesenhahn2011-04-0931-2151/+4177
* * tools/fax2ps.c (main): Use tmpfile() rather than mkstemp() sinceBob Friesenhahn2011-04-022-5/+9
* avoid declaring uint64/int64 on AIX where it is already available (#2301)Frank Warmerdam2011-03-212-3/+9
* Correct potential buffer overflow with thunder encoded files with wrongFrank Warmerdam2011-03-212-7/+40
* allow zero length runs at start of fax3 linesFrank Warmerdam2011-03-102-3/+10
* incorporate a fix for possible fax3 decoding overflow (CVE-2011-0192)Frank Warmerdam2011-03-032-1/+16
* Avoid undefined behaviour when casting from float to unsigned integer inAndrey Kiselev2011-02-252-5/+11
* One more regression fix.Lee Howard2011-01-042-4/+4
* * libtiff/tif_jpeg.c: Fix regression with 3 band image caused byLee Howard2011-01-042-2/+8
* * libtiff/tif_dirread.c: Allow reading directories whereOlivier Paquet2010-12-312-16/+28
* * libtiff/tif_dirread.c: tolerate some cases whereLee Howard2010-12-152-3/+15
* * libtiff/tif_strip.c: use TIFFGetFieldDefaulted insteadLee Howard2010-12-152-10/+16
* * tools/gif2tiff.c: fix buffer overrunLee Howard2010-12-152-2/+11
* * libtiff/tif_jpeg.c: reduce usage of JCS_UNKNOWN in orderLee Howard2010-12-142-3/+16
* * tools/fax2ps.c: be consistent with page-numberingLee Howard2010-12-142-3/+8
* * libtiff/tif_dirread.c: fix needless tag ordering warningLee Howard2010-12-142-5/+12
* * libtiff/tif_color.c: prevent crash in handling bad TIFFsLee Howard2010-12-142-5/+16
* * 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