summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * libtiff 4.0.3 released.Release-v4-0-3bfriesen2012-09-2210-27/+157
|
* * Makefile.am: Update to Automake 1.12.4bfriesen2012-09-2029-38/+42
|
* * Makefile.in: Update to Automake 1.12.3bfriesen2012-08-1925-1269/+2691
|
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Addbfriesen2012-08-1931-526/+499
| | | | | | | | | | some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and also fixes an error in a comment. Adds the photometric values to tif_print.c, and fixes a bug. These changes are by Steve Underwood. * libtiff/tif_write.c: Fix bug rewriting image tiles in a
* fix bug rewriting image tiles in a compressed file (gdal #4771)fwarmerdam2012-08-132-9/+36
|
* warn when ignoring some corrupt tagsfwarmerdam2012-08-022-4/+17
|
* Push preliminary versions of new man page html files.tgl2012-07-296-0/+570
|
* Add new man pages to html/man/Makefile.am; also bmp2tiff.1.html.tgl2012-07-291-0/+7
|
* Add accessor functions for the opaque type TIFFField.tgl2012-07-2914-37/+521
|
* Fix a couple more tiff2pdf bugs.tgl2012-07-192-1/+9
|
* In tiff2pdf.c, fail when TIFFSetDirectory() fails.tgl2012-07-182-1/+8
|
* Eliminate GCC 4.7.0 gripe about potential use of uninitialized data.bfriesen2012-07-071-2/+2
|
* Used signed overflow checks rather than unsigned integer overflow checks ↵bfriesen2012-07-061-4/+9
| | | | since C language does not define signed overflow behavior
* Comment out set but not used variables which annoy GCC 4.7bfriesen2012-07-063-9/+9
|
* Fix warning about comparing signed and unsigned type.bfriesen2012-07-063-20/+25
|
* * test/raw_decode.c (main): Test fixes to work with IJG JPEG 7+.bfriesen2012-07-063-12/+39
| | | | | | | | IJG JPEG 7+ uses a different upsampling algorithm which produces different numeric results. * libtiff/tif_jpeg.c (JPEGPreDecode): Patch from Even Rouault to work with IJG JPEG 7+.
* test/raw_decode.c: Add changes so that test can run with build directory ↵bfriesen2012-07-042-2/+27
| | | | outside of source directory.
* Fix raw_decode test so it works on big-endian machines.tgl2012-07-031-13/+16
| | | | | | | | The test case was ignoring the documented API for TIFFReadRGBATile, namely that the output pixels are uint32's and the macros TIFFGetR etc should be used to fetch the pixel components. Original patch by Marcus Meissner, somewhat cleaned up by me.
* Fix handling when writing RGBA jpeg compressed imagery (gdal #4732)fwarmerdam2012-07-032-2/+7
|
* fix fax3 runs initialization sizingfwarmerdam2012-06-212-2/+5
|
* make tbuf large enough for one stride past the endfwarmerdam2012-06-212-2/+7
|
* Removed a TODO warning for the non-literal case as I think the "cc"fwarmerdam2012-06-201-2/+2
| | | | check is already done at the top of the loop.
* avoid read past end of source data buffer with corrupt datafwarmerdam2012-06-202-2/+12
|
* 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 ↵fwarmerdam2012-06-062-161/+166
| | | | DOTRANGE in non-image directories
* 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
|