summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix serious issues with JPEGDecodeRaw() (bug 2386) Also some whitespace refor...fwarmerdam2012-06-012-21/+26
* add jpeg in tiff decode testingfwarmerdam2012-06-013-3/+223
* Add self to committers list.tgl2012-06-011-2/+3
* fix buffer overrun in JPEGDecodeRaw() with mixed up samplingfwarmerdam2012-06-012-2/+11
* make sure tif_rawdatasize is zeroed when tif_rawdata is freed/clearedfwarmerdam2012-06-012-1/+6
* Add alpha grayscale image support to TIFFReadRGBAImagefwarmerdam2012-06-012-2/+31
* fix handling of tags in custom directories which happen to match standard tag...fwarmerdam2012-05-302-6/+32
* avoid inappropriate use of tif_rawdata when it is a pointer into mmaped filefwarmerdam2012-05-303-5/+41
* Allocate working buffer one word larger since we "forward accumulate" and ove...fwarmerdam2012-05-242-3/+8
* avoid accessing out of the lookup arrays for out of range inputs.fwarmerdam2012-05-242-39/+41
* avoid uninitialized variable for degenerate filesfwarmerdam2012-05-242-3/+5
* if OJPEGWriteHeader() fails once do not bother trying again on the same image.fwarmerdam2012-05-242-2/+7
* make things more resilient in the face of files without stripbytecounts or s...fwarmerdam2012-05-242-1/+9
* be careful about whether min/max values per singular or per samplefwarmerdam2012-05-242-3/+8
* fix crash with odd 16bit count types for some custom fieldsfwarmerdam2012-05-242-2/+16
* avoid one byte past end of ink names reading in some casesfwarmerdam2012-05-242-4/+13
* * man/TIFFGetField.3tiff: Correct the 'count' field type in thebfriesen2012-05-192-9/+11
* Fix size overflow (zdi-can-1221,CVE-2012-1173) care of Tom Lane @ Red Hat.fwarmerdam2012-04-063-7/+24
* note vs in topic and mailing list urlfwarmerdam2012-04-061-2/+4
* newfwarmerdam2012-03-301-0/+17
* Update to reference correct sample files.fwarmerdam2012-03-281-1/+1
* * libtiff 4.0.1 released.Release-v4-0-1bfriesen2012-02-186-19/+21
* * Update automake used to 1.11.3.bfriesen2012-02-1824-265/+337
* 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