summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Record changes for libtiff 4.0.1bfriesen2012-02-183-4/+117
* Strip out antique instructions about unsupported build targets.bfriesen2012-02-181-434/+78
* * libtiff/tiffio.h: Use double-underbar syntax in GCC printfbfriesen2012-02-182-5/+11
* Clarify the fix applied for bug 1994 with a comment.fwarmerdam2012-02-011-1/+7
* adjustments for security/null pointer issues - I do not think any of them are...fwarmerdam2012-02-014-32/+48
* * configure.ac: Add support for using library symbol versioning onbfriesen2012-01-228-10/+137
* * libtiff/tif_win32.c: Eliminate some minor 64-bit warnings inbfriesen2011-12-222-3/+6
* * configure.ac: Add libtiff private dependency on -llzma forbfriesen2011-12-2225-346/+492
* Released libtiff 4.0.0.Release-v4-0-0bfriesen2011-12-229-33/+33
* more cautious testing of _TIFFFillStriles() results (gdal #4372)fwarmerdam2011-12-093-12/+26
* fix crash with invalid files, strip chopping and deferred strile loading (gda...fwarmerdam2011-12-082-3/+8
* fix error reporting when there is no tag information struct and name (gdal #4...fwarmerdam2011-12-082-9/+22
* * Update GNU libtool to 2.4.2.bfriesen2011-10-226-194/+426
* * tools/tiffsplit.c (tiffcp): TIFFGetField count field should bebfriesen2011-10-222-2/+8
* Add defines missing from VC configuration template.bfriesen2011-09-071-0/+15
* Use "codec" rather than "coded"bfriesen2011-08-021-2/+2
* fix TIFFMergeFieldInfo typo.fwarmerdam2011-06-211-1/+1
* restore TIFFMergeFieldInfo in libtiff.def (#42)fwarmerdam2011-06-212-0/+5
* * libtiff/tif_dirread.c (TIFFFetchStripThing): Free "data" alsobfriesen2011-05-313-5/+12
* * libtiff/tif_ojpeg.c: plug leaks on OJPEG read failure pathbfriesen2011-05-312-2/+6
* * tools/rgb2ycbcr.c (cvtRaster): unchecked mallocbfriesen2011-05-312-1/+3
* * libtiff/tif_jpeg.c, tools/tiff2pdf.c, tools/tiff2ps.c: markbfriesen2011-05-314-3/+9
* * tools/tiff2pdf.c: remove decl+set of set-but-not-used local, "written"bfriesen2011-05-312-3/+3
* * libtiff/tif_jpeg.c (JPEGInitializeLibJPEG): Remove declarationbfriesen2011-05-312-21/+3
* * libtiff/tif_jpeg.c (JPEGDecodeRaw) [JPEG_LIB_MK1_OR_12BIT]:bfriesen2011-05-312-1/+12
* improve error report with zero tag directoriesfwarmerdam2011-05-242-1/+12
* restore TIFFMergeFieldInfo (#2315)fwarmerdam2011-05-173-2/+97
* remove use of memory.h, it is unneeded and does not exist everywherefwarmerdam2011-05-081-2/+1
* Remove obsolete field info api, add missing items in libtiff.def (#2315, #2316)fwarmerdam2011-04-204-167/+21
* Mention 4.0.0beta7.bfriesen2011-04-091-2/+2
* Release v4-0-0beta7.Release-v4-0-0beta7bfriesen2011-04-099-44/+76
* Reference 3.9.5 release.bfriesen2011-04-092-2/+272
* Fix spelling typo in tiff2ps.bfriesen2011-04-091-4/+4
* Fix test warnings from tiff2ps.bfriesen2011-04-094-4/+4
* * configure.ac: Should use AC_CANONICAL_HOST since host specifiesbfriesen2011-04-0924-155/+14
* * configure.ac: Support configuring TIFF_INT64_FORMAT andbfriesen2011-04-0212-45/+89
* * libtiff/tif_ojpeg.c: Fixes to compile with MinGW32 GCC.bfriesen2011-04-023-6/+24
* Add -d and -sd switches to tiffset to allow operation on a particularfwarmerdam2011-03-263-2/+41
* ignore output filesfwarmerdam2011-03-261-1/+2
* Correct potential buffer overflow with thunder encoded files with wrongfwarmerdam2011-03-212-7/+40
* allow zero length runs at start of fax3 linesfwarmerdam2011-03-102-3/+10
* incorporate a fix for possible fax3 decoding overflow (CVE-2011-0192)fwarmerdam2011-03-032-1/+16
* avoid divide by zero in degenerate case (#2296)fwarmerdam2011-02-232-1/+6
* avoid leaks if TIFFRGBAImageBegin() fails (#2295)fwarmerdam2011-02-233-15/+33
* fix rawcp/rawcc maintinance for lzma compressorfwarmerdam2011-02-222-1/+13
* Make sure that configure timestamps are good.bfriesen2011-02-191-0/+5
* fix for deferred strile loadingfwarmerdam2011-02-181-1/+3
* fix macro set for chunky-read-supportfwarmerdam2011-02-183-3/+3
* fix bug with chunk read support and deferred strile loading.fwarmerdam2011-02-181-2/+3
* Move _TIFFFillStriles() call down to avoid being ahead of variablefwarmerdam2011-02-181-4/+4