Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * refresh autoconf/make stuff with what is on Ubuntu 16.04 (minor changes) | Even Rouault | 2017-07-11 | 1 | -0/+1 |
| | |||||
* | * man: update documentation regarding SubIFD tag and | Even Rouault | 2017-06-30 | 3 | -6/+6 |
| | | | | | | TIFFSetSubDirectory() data type. Patch by Eric Piel Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2671 | ||||
* | libtiff 4.0.8 releasedv4.0.8Release-v4-0-8 | Bob Friesenhahn | 2017-05-21 | 1 | -2/+0 |
| | |||||
* | html/v4.0.8.html: Add description of changes targeting the 4.0.8 release. | Bob Friesenhahn | 2017-05-21 | 1 | -2/+0 |
| | |||||
* | * man/Makefile.am: remove thumbnail.1 and rgb2ycbcr.1 from installed man | Even Rouault | 2016-12-03 | 1 | -2/+0 |
| | | | | | | pages since the corresponding utilities are no longer installed. Reported by Havard Eidnes Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2606 | ||||
* | * html: Change as many remotesensing.org broken links to a working | Bob Friesenhahn | 2016-09-25 | 62 | -124/+124 |
| | | | | URL as possible. | ||||
* | * tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff, | Bob Friesenhahn | 2016-06-05 | 8 | -515/+3 |
| | | | | | | | | | ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden. | ||||
* | * html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn for | Bob Friesenhahn | 2016-04-08 | 1 | -7/+19 |
| | | | | purposes of security issue reporting. | ||||
* | * libtiff/*.c: fix clang -Wshorten-64-to-32 warnings | Even Rouault | 2015-11-18 | 1 | -18/+7 |
| | |||||
* | * Makefile.am (distcheck-hook), configure.ac: Applied patches by | Bob Friesenhahn | 2015-09-01 | 1 | -0/+1 |
| | | | | | | Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue with BSD make and to make use of cmake in 'distcheck' target conditional on if cmake is available. | ||||
* | All the CMakeLists.txt files were missing from the distribution tarball. | Bob Friesenhahn | 2015-08-30 | 2 | -0/+6 |
| | |||||
* | * CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to | Bob Friesenhahn | 2015-06-25 | 1 | -0/+104 |
| | | | | | | | libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several corrections to ensure that the autotools build still works were added by me. I have not yet tested the build using 'cmake' or MSVC with 'nmake'. | ||||
* | * tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logical | Bob Friesenhahn | 2015-05-28 | 1 | -1/+0 |
| | | | | vs. bitwise operator". | ||||
* | * automake: updated to 1.15 | Even Rouault | 2015-01-26 | 1 | -7/+19 |
| | | | | * libtool: updated to 2.4.5 | ||||
* | * Update bundled libtool to 2.4.4 release. | Bob Friesenhahn | 2014-12-29 | 1 | -47/+61 |
| | |||||
* | * tools/tiffdump.c: Fix double-free bug. | Bob Friesenhahn | 2014-12-06 | 1 | -61/+47 |
| | |||||
* | * automake: updated to 1.14.1 | Even Rouault | 2014-11-20 | 1 | -47/+61 |
| | | | | | * libtool: updated to 2.4.3 * HOWTO-RELEASE: small update about autotools building order | ||||
* | Sync tool usage printouts and man pages with reality. | Tom Lane | 2013-03-06 | 3 | -15/+50 |
| | |||||
* | * tools/tiffset.c: tiffset now supports a -u option to unset a | Bob Friesenhahn | 2012-12-04 | 1 | -4/+7 |
| | | | | | tag. Patch by Zach Baker. See http://bugzilla.maptools.org/show_bug.cgi?id=2419 | ||||
* | * automake: Update Automake to 1.12.5 release. | Bob Friesenhahn | 2012-11-18 | 1 | -1/+1 |
| | |||||
* | * Makefile.am: Update to Automake 1.12.4 | Bob Friesenhahn | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | * Makefile.in: Update to Automake 1.12.3 | Bob Friesenhahn | 2012-08-19 | 1 | -18/+66 |
| | |||||
* | * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add | Bob Friesenhahn | 2012-08-19 | 1 | -5/+11 |
| | | | | | | | | | | 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 | ||||
* | Add accessor functions for the opaque type TIFFField. | Tom Lane | 2012-07-29 | 8 | -1/+415 |
| | |||||
* | fix stdarg mispelling (#2322) | Frank Warmerdam | 2012-06-01 | 1 | -2/+2 |
| | |||||
* | * man/TIFFGetField.3tiff: Correct the 'count' field type in the | Bob Friesenhahn | 2012-05-19 | 1 | -9/+6 |
| | | | | example for how to retreive the value of unsupported tags. | ||||
* | * Update automake used to 1.11.3. | Bob Friesenhahn | 2012-02-18 | 1 | -5/+5 |
| | |||||
* | * configure.ac: Add libtiff private dependency on -llzma for | Bob Friesenhahn | 2011-12-22 | 1 | -13/+20 |
| | | | | | pkg-config. Patch by Mark Brand. Updated Automake to 1.11.2. | ||||
* | Use "codec" rather than "coded" | Bob Friesenhahn | 2011-08-02 | 1 | -2/+2 |
| | |||||
* | * configure.ac: Should use AC_CANONICAL_HOST since host specifies | Bob Friesenhahn | 2011-04-09 | 1 | -5/+0 |
| | | | | | | | 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". | ||||
* | Add -d and -sd switches to tiffset to allow operation on a particular | Frank Warmerdam | 2011-03-26 | 1 | -1/+15 |
| | | | | directory instead of just the first (jef) | ||||
* | Added support for specifying the compression level parameter (preset) for | Andrey Kiselev | 2010-12-23 | 1 | -8/+21 |
| | | | | Deflate and LZMA encoders, e.g "-c lzma:p1" or "-c zip:p9". | ||||
* | Needed to add tif_lzma.c to the Makefile. | Bob Friesenhahn | 2010-12-18 | 1 | -1/+2 |
| | |||||
* | Regenerate autotools stuff. | Andrey Kiselev | 2010-12-14 | 1 | -2/+1 |
| | |||||
* | Implement a new TIFF compression scheme LZMA reserving a new value 34925 for | Andrey Kiselev | 2010-12-14 | 1 | -10/+12 |
| | | | | Compression tag. As per bug http://bugzilla.maptools.org/show_bug.cgi?id=2221 | ||||
* | spelling fixes per | Lee Howard | 2010-12-12 | 3 | -9/+9 |
| | | | | http://bugzilla.maptools.org/show_bug.cgi?id=2144 | ||||
* | * tools/tiff2pdf.c: add fill-page option | Lee Howard | 2010-12-11 | 1 | -1/+4 |
| | | | | http://bugzilla.maptools.org/show_bug.cgi?id=2051 | ||||
* | * libtiff-4.pc.in: Added libtiff pkg-config .pc file support. | Bob Friesenhahn | 2010-11-27 | 1 | -1/+4 |
| | | | | Patch by Vincent Torri. | ||||
* | * tools/tiffcrop.c: Patch from Richard Nolde to avoid a | Bob Friesenhahn | 2010-07-13 | 1 | -1/+1 |
| | | | | | potentially unterminated buffer due to using an exceptionally long file name. | ||||
* | * tools/tiffcrop.c: Applied patch from Richard Nolde: Corrected | Bob Friesenhahn | 2010-06-11 | 1 | -569/+571 |
| | | | | | | | | European page size dimensions. Added an option to allow the user to specify a custom page size on the command line. Fix the case where a page size specified with a fractional part was being coerced to an integer by retyping the variables that define the paper size. | ||||
* | * Update libtool to version 2.2.8. | Bob Friesenhahn | 2010-06-08 | 1 | -1/+0 |
| | | | | | | | | | | | * libtiff/tif_fax3.c (Fax3SetupState): Avoid under-allocation of buffer due to integer overflow in TIFFroundup() and several other potential overflows. In conjunction with the fix to TIFFhowmany(), fixes CVE-2010-1411. * libtiff/tiffiop.h (TIFFhowmany): Return zero if parameters would result in an integer overflow. This causes TIFFroundup() to also return zero if there would be an integer overflow. | ||||
* | added -x switch to tiffcp to (re)number allt he pages (#2203) | Frank Warmerdam | 2010-06-03 | 1 | -1/+4 |
| | |||||
* | * man/TIFFGetField.3tiff, man/TIFFSetField.3tiff: Fixed doc to reflect the | Olivier Paquet | 2010-05-06 | 2 | -4/+4 |
| | | | | fact that libtiff considers TIFFTAG_REFERENCEBLACKWHITE to be 6 floats. | ||||
* | Fixed "artist" field number properly (#2129). | Frank Warmerdam | 2009-12-03 | 1 | -2/+2 |
| | |||||
* | Make TIFFDisplay argument in TIFFCIELabToRGBInit const, and display_sRGB ↵ | Frank Warmerdam | 2009-11-30 | 1 | -2/+2 |
| | | | | static and const. | ||||
* | * tools/tiffcrop.c, man/tiffcrop.1: New tiffcrop from Richard | Bob Friesenhahn | 2009-09-24 | 1 | -536/+569 |
| | | | | | | Nolde. Major updates to add significant functionality for reading and writing tile based images with bit depths not a multiple of 8 which cannot be handled by tiffcp. | ||||
* | * man/{TIFFClose.3tiff,raw2tiff.1,tiffcmp.1,tiffsplit.1}: Applied | Bob Friesenhahn | 2009-08-24 | 4 | -8/+8 |
| | | | | | fixes for "Bug 2023 - nroff errors in manual pages". http://bugzilla.maptools.org/show_bug.cgi?id=2023 | ||||
* | * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11, | Bob Friesenhahn | 2009-08-20 | 1 | -90/+132 |
| | | | | | | | libtool 2.2.6. Enabled support for silent build rules (--enable-silent-rules or 'make V=0') and colorized tests. * html/{index.html, v3.9.0.html}: Update for 3.9.0 release. | ||||
* | Updates for tiff2ps.1 | Bob Friesenhahn | 2009-01-12 | 1 | -3/+15 |
| | |||||
* | * tools/tiff2ps.c: Incorporated significant functionality update | Bob Friesenhahn | 2009-01-11 | 1 | -95/+76 |
| | | | | | | | | | | | | from Richard Nolde. In particular, support for rotating the image by 90, 180, 270, and 'auto' has been added. Still waiting for documentation patch to man/tiff2ps.1. * man/tiffcrop.1: Incorporated documentation updates from Richard Nolde. * tools/tiffcrop.c: Incorporated significant functionality update from Richard Nolde. |