summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Released libtiff 4.0.0.v4.0.0Release-v4-0-0Bob Friesenhahn2011-12-229-33/+33
|
* more cautious testing of _TIFFFillStriles() results (gdal #4372)Frank Warmerdam2011-12-093-12/+26
|
* fix crash with invalid files, strip chopping and deferred strile loading ↵Frank Warmerdam2011-12-082-3/+8
| | | | (gdal #4372)
* fix error reporting when there is no tag information struct and name (gdal ↵Frank Warmerdam2011-12-082-9/+22
| | | | #4373)
* * Update GNU libtool to 2.4.2.Bob Friesenhahn2011-10-226-194/+426
|
* * tools/tiffsplit.c (tiffcp): TIFFGetField count field should beBob Friesenhahn2011-10-222-2/+8
| | | | | uint32 type for TIFFTAG_JPEGTABLES. Patch by Christophe Deroulers.
* Add defines missing from VC configuration template.Bob Friesenhahn2011-09-071-0/+15
|
* Use "codec" rather than "coded"Bob Friesenhahn2011-08-021-2/+2
|
* fix TIFFMergeFieldInfo typo.Frank Warmerdam2011-06-211-1/+1
|
* restore TIFFMergeFieldInfo in libtiff.def (#42)Frank Warmerdam2011-06-212-0/+5
|
* * libtiff/tif_dirread.c (TIFFFetchStripThing): Free "data" alsoBob Friesenhahn2011-05-313-5/+12
| | | | | | upon failure to allocate "resizeddata". * tools/tiff2ps.c (PSDataBW): Zero buffer *after* checking for allocation failure, not before.
* * libtiff/tif_ojpeg.c: plug leaks on OJPEG read failure pathBob Friesenhahn2011-05-312-2/+6
|
* * tools/rgb2ycbcr.c (cvtRaster): unchecked mallocBob Friesenhahn2011-05-312-1/+3
|
* * libtiff/tif_jpeg.c, tools/tiff2pdf.c, tools/tiff2ps.c: markBob Friesenhahn2011-05-314-3/+9
| | | | NULL-deref and possible overflow
* * tools/tiff2pdf.c: remove decl+set of set-but-not-used local, "written"Bob Friesenhahn2011-05-312-3/+3
|
* * libtiff/tif_jpeg.c (JPEGInitializeLibJPEG): Remove declarationBob Friesenhahn2011-05-312-21/+3
| | | | and set of otherwise unused local, data_is_empty.
* * libtiff/tif_jpeg.c (JPEGDecodeRaw) [JPEG_LIB_MK1_OR_12BIT]:Bob Friesenhahn2011-05-312-1/+12
| | | | | Diagnose out-of-memory failure and return 0 rather than dereferencing NULL.
* improve error report with zero tag directoriesFrank Warmerdam2011-05-242-1/+12
|
* restore TIFFMergeFieldInfo (#2315)Frank Warmerdam2011-05-173-2/+97
|
* remove use of memory.h, it is unneeded and does not exist everywhereFrank Warmerdam2011-05-081-2/+1
|
* Remove obsolete field info api, add missing items in libtiff.def (#2315, #2316)Frank Warmerdam2011-04-204-167/+21
|
* Mention 4.0.0beta7.Bob Friesenhahn2011-04-091-2/+2
|
* Release v4-0-0beta7.v4.0.0beta7Release-v4-0-0beta7Bob Friesenhahn2011-04-099-44/+76
|
* Reference 3.9.5 release.Bob Friesenhahn2011-04-092-2/+272
|
* Fix spelling typo in tiff2ps.Bob Friesenhahn2011-04-091-4/+4
|
* Fix test warnings from tiff2ps.Bob Friesenhahn2011-04-094-4/+4
|
* * configure.ac: Should use AC_CANONICAL_HOST since host specifiesBob Friesenhahn2011-04-0924-155/+14
| | | | | | | the run-time target whereas target is used to specify the final output target if the package is a build tool (like a compiler), which libtiff is not. Resolves libtiff bug 2307 "Use AC_CANONICAL_HOST macro".
* * configure.ac: Support configuring TIFF_INT64_FORMAT andBob Friesenhahn2011-04-0212-45/+89
| | | | | | | | | | | | | | TIFF_UINT64_FORMAT appropriately for MinGW32. * tools/tiffdump.c (ReadDirectory): MinGW32 needs to use WIN32 printf conventions for 64-bit types because it uses the WIN32 CRT. * libtiff/{tif_dumpmode.c,tif_luv.c,tif_lzw.c,tif_print.c, tif_read.c,tif_strip.c,tif_thunder.c}: MinGW32 needs to use WIN32 printf conventions for 64-bit types because it uses the WIN32 CRT. * tools/tiff2pdf.c (t2p_write_pdf_string): Fix printf syntax not understood by WIN32 CRT.
* * libtiff/tif_ojpeg.c: Fixes to compile with MinGW32 GCC.Bob Friesenhahn2011-04-023-6/+24
| | | | | | * tools/fax2ps.c (main): Use tmpfile() rather than mkstemp() since it is much more portable. Tmpfile is included in ISO/IEC 9899:1990 and the WIN32 CRT.
* Add -d and -sd switches to tiffset to allow operation on a particularFrank Warmerdam2011-03-263-2/+41
| | | | directory instead of just the first (jef)
* ignore output filesFrank Warmerdam2011-03-261-1/+2
|
* Correct potential buffer overflow with thunder encoded files with wrongFrank Warmerdam2011-03-212-7/+40
| | | | | bitspersample set (CVE-2011-1167) http://bugzilla.maptools.org/show_bug.cgi?id=2300
* 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 divide by zero in degenerate case (#2296)Frank Warmerdam2011-02-232-1/+6
|
* avoid leaks if TIFFRGBAImageBegin() fails (#2295)Frank Warmerdam2011-02-233-15/+33
|
* fix rawcp/rawcc maintinance for lzma compressorFrank Warmerdam2011-02-222-1/+13
|
* Make sure that configure timestamps are good.Bob Friesenhahn2011-02-191-0/+5
|
* fix for deferred strile loadingFrank Warmerdam2011-02-181-1/+3
|
* fix macro set for chunky-read-supportFrank Warmerdam2011-02-183-3/+3
|
* fix bug with chunk read support and deferred strile loading.Frank Warmerdam2011-02-181-2/+3
|
* Move _TIFFFillStriles() call down to avoid being ahead of variableFrank Warmerdam2011-02-181-4/+4
| | | | declaration.
* added a configure option to enable CHUNKY_STRIP_READ support ↵Frank Warmerdam2011-02-184-6/+64
| | | | (--enable-chunky-strip-read)
* implement optional support for deferred strip/tile offset/size loadingFrank Warmerdam2011-02-1812-33/+176
|
* remove unused variableFrank Warmerdam2011-02-112-3/+5
|
* fix buffer overrun problem with error/warning report in non-console win32 ↵Frank Warmerdam2011-02-092-7/+23
| | | | builds (popups) (#2293)
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveOlivier Paquet2011-01-249-24/+221
| | | | | | | different values for each sample. Presents the min/max of all samples by default for compatibility. TIFFSetField/TIFFGetField can be made to handle those tags as arrays by changing the new TIFFTAG_PERSAMPLE pseudo tag. http://www.asmail.be/msg0055458208.html
* fix tif_rawcp/rawcc handling for zip, note it is missing for pixarlogFrank Warmerdam2011-01-063-3/+19
|
* ensure rawcp and rawcc are maintained by JPEG decoder, improve read ahead ↵Frank Warmerdam2011-01-063-18/+44
| | | | for CHUNKY_STRIP_READ_SUPPORT
* Another regression fix.Lee Howard2011-01-042-4/+4
|