summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * libtiff 4.0.0alpha4 released.Release-v4-0-0alpha4bfriesen2009-08-2710-89/+187
* * man/{TIFFClose.3tiff,raw2tiff.1,tiffcmp.1,tiffsplit.1}: Appliedbfriesen2009-08-245-8/+12
* * tools/{rgb2ycbcr.c, tiff2rgba.c}: Applied fixes for "Bug 2079 -bfriesen2009-08-243-13/+49
* * libtiff/tif_print.c (TIFFPrintDirectory): Apply fix from Jaybfriesen2009-08-242-2/+7
* * libtiff/tif_dirread.c (TIFFReadCustomDirectory): Apply patchbfriesen2009-08-242-1/+10
* Utilities which write to stdout needed more attention.bfriesen2009-08-246-68/+89
* Add MEMCHECK to log messages so we can see that it is being applied.bfriesen2009-08-241-2/+2
* Fix typo.bfriesen2009-08-2452-12/+72
* Prefix test commands with MEMCHECKbfriesen2009-08-231-61/+61
* Export certain variables (MAKE, MAKEFLAGS, MEMCHECK) to tests andbfriesen2009-08-233-0/+33
* tiffcrop.sh into a collection of many specific tests. Re-wrotebfriesen2009-08-2372-362/+420
* * test/Makefile.am, test/tiffcrop*.sh: Split previously existingbfriesen2009-08-2335-103/+443
* Add start of XFAIL_TESTSbfriesen2009-08-222-0/+7
* * test/tiffcp-logluv.sh: Fix test so that it works with a VPATHbfriesen2009-08-212-1/+5
* * test/Makefile.am (AUTOMAKE_OPTIONS): Colorized tests was notbfriesen2009-08-215-99/+310
* * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11,bfriesen2009-08-2030-14375/+8422
* add -c sgilog to tiffcp, add minimal logluv testingfwarmerdam2009-06-306-1/+38
* fix logluv encoderow return values (#2069)fwarmerdam2009-06-301-6/+6
* back out patch from #2065 and apply patch from #1085 for a better underflow f...fwarmerdam2009-06-302-5/+11
* Remove an inappropriate assertion that often fails on oddly sized 12bitfwarmerdam2009-06-262-7/+11
* fix MK1 compatability per Adam's suggestionfwarmerdam2009-06-231-5/+16
* treat SOF1 like SOF0 when doing fixup subsamplesfwarmerdam2009-06-231-2/+2
* Added tif_jpeg_12fwarmerdam2009-06-231-1/+2
* fixed buffer underflow bug (#2065)fwarmerdam2009-06-222-2/+8
* add support for 8/12bit jpeg dual mode buildsfwarmerdam2009-06-214-11/+104
* Newfwarmerdam2009-06-201-0/+58
* do not override planar config if set (#2057)fwarmerdam2009-06-032-2/+9
* add TIFFUnsetField to .def filefwarmerdam2009-06-022-0/+5
* Fixed various errors reports to use %s as format string (gdal #2976)fwarmerdam2009-05-034-12/+18
* fix printdir chaining for some codecs. (#2020)fwarmerdam2009-03-134-3/+17
* ensure multi-sample (such as grey+alpha) are handled via separate interface (...fwarmerdam2009-02-131-21/+58
* added tiff2rgba testsfwarmerdam2009-02-135-3/+39
* fixed handling of tiled logluv images (#2005)fwarmerdam2009-02-122-3/+14
* improve tag buffer allocation safety (#1998)fwarmerdam2009-02-092-2/+7
* avoid defaulting image->res_unit to INCH in loadImage()fwarmerdam2009-02-062-2/+7
* reincorporate sanity check on tag size at 2GB to avoid 32bit system overflow ...fwarmerdam2009-02-052-5/+14
* removed another assertion that fires on corrupt filesfwarmerdam2009-02-052-2/+2
* remove assertions blown for corrupt files (#1995)fwarmerdam2009-02-052-6/+11
* fixed testing for failed TIFFReadDirectoryFindFieldInfo() results (#1992)fwarmerdam2009-02-052-8/+15
* added 32bit horizontal predictor support (#1911)fwarmerdam2009-01-232-3/+72
* fix byte swapping of next directory offset (#1924)fwarmerdam2009-01-232-1/+9
* initialize xres/yres values in case missing in filefwarmerdam2009-01-232-2/+4
* default srcdir to . in test scripts if not setfwarmerdam2009-01-2318-17/+19
* turn verbose on after common setupfwarmerdam2009-01-232-5/+8
* initialize tv variable to avoid warningfwarmerdam2009-01-231-2/+2
* avoid use of system lfind() due to type issues (#1889)fwarmerdam2009-01-232-9/+33
* ensure libport.h gets included in distributionfwarmerdam2009-01-221-1/+1
* include libport.h for getopt() prototypefwarmerdam2009-01-223-3/+15
* avoid 32/64bit casting warningsfwarmerdam2009-01-227-37/+40
* fix ordering to avoid getopt redeclarationfwarmerdam2009-01-221-5/+5