summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add _TIFFCheckMallocRelease-v4-0-2fwarmerdam2012-06-161-0/+1
* ignore various windows intermediate filesfwarmerdam2012-06-163-0/+8
* updated for 4.0.2 releasefwarmerdam2012-06-1611-28/+152
* add new test scriptsfwarmerdam2012-06-155-0/+35
* newfwarmerdam2012-06-151-0/+1
* restore based on standard automake tool versionsfwarmerdam2012-06-151-5/+16
* avoid some clang warningsfwarmerdam2012-06-153-6/+11
* Fix CVE-2012-2113tgl2012-06-152-28/+112
* declare variables before any action statements for backwards compiler compat.fwarmerdam2012-06-141-2/+2
* unlink temp file when successful.fwarmerdam2012-06-131-2/+2
* updatefwarmerdam2012-06-131-22/+40
* be careful about printing corrupt inknames fieldsfwarmerdam2012-06-132-4/+19
* ensure fax3/4 runs array is initializedfwarmerdam2012-06-132-1/+6
* avoid pretty printing values without proper rawdatafwarmerdam2012-06-082-13/+39
* improve handling of PAGENUMBER, HALFTONEHINTS, YCBCRSUBSAMPLING and DOTRANGEfwarmerdam2012-06-062-44/+29
* nicer way to avoid reading data for non-image directoriesfwarmerdam2012-06-061-11/+8
* treat illegal ycbcrsubsampling as runtime error, not assertionfwarmerdam2012-06-063-9/+16
* avoid memory leakfwarmerdam2012-06-061-1/+2
* add custom directory read/write testingfwarmerdam2012-06-062-1/+249
* add TIFFCreate{Custom,EXIF}Directory() functionsfwarmerdam2012-06-063-3/+41
* avoid special handling of PAGENUMBER, HALFTONEHINTS, YCBCRSUBSAMPLING and DOT...fwarmerdam2012-06-062-161/+166
* remove unused variable in CMKY codefwarmerdam2012-06-061-2/+1
* avoid adjusting h/v_sampling in JPEGPreDecode()fwarmerdam2012-06-052-47/+16
* avoid reading imagery with -D in EXIF directoriesfwarmerdam2012-06-012-2/+8
* Added _SEPARATED CMKY support (#2379)fwarmerdam2012-06-012-48/+79
* fix stdarg mispelling (#2322)fwarmerdam2012-06-012-3/+3
* use strerror() for open error messages on unix (#2341)fwarmerdam2012-06-012-2/+10
* 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