| d4dd6ccc | 25-Sep-2016 |
Bob Friesenhahn <[email protected]> |
* html: Change as many remotesensing.org broken links to a working URL as possible. |
| 30366c9f | 05-Jun-2016 |
Bob Friesenhahn <[email protected]> |
* tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff, ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built
* tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff, 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.
show more ...
|
| c7ff695d | 08-Apr-2016 |
Bob Friesenhahn <[email protected]> |
* html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn for purposes of security issue reporting. |
| 87f02eac | 18-Nov-2015 |
Even Rouault <[email protected]> |
* libtiff/*.c: fix clang -Wshorten-64-to-32 warnings |
| a9afad2a | 01-Sep-2015 |
Bob Friesenhahn <[email protected]> |
* Makefile.am (distcheck-hook), configure.ac: Applied patches by 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 conditiona
* Makefile.am (distcheck-hook), configure.ac: Applied patches by 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.
show more ...
|
| 1fea0da2 | 30-Aug-2015 |
Bob Friesenhahn <[email protected]> |
All the CMakeLists.txt files were missing from the distribution tarball. |
| 5b90af24 | 25-Jun-2015 |
Bob Friesenhahn <[email protected]> |
* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several corrections to ensure that the autotools build still works were added
* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to 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'.
show more ...
|
| 1752529e | 28-May-2015 |
Bob Friesenhahn <[email protected]> |
* tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logical vs. bitwise operator". |
| a17a6e5e | 26-Jan-2015 |
Even Rouault <[email protected]> |
* automake: updated to 1.15 * libtool: updated to 2.4.5 |
| 429b3fdc | 29-Dec-2014 |
Bob Friesenhahn <[email protected]> |
* Update bundled libtool to 2.4.4 release. |
| 3c92b0ef | 06-Dec-2014 |
Bob Friesenhahn <[email protected]> |
* tools/tiffdump.c: Fix double-free bug. |
| d1be5cb7 | 20-Nov-2014 |
Even Rouault <[email protected]> |
* automake: updated to 1.14.1 * libtool: updated to 2.4.3 * HOWTO-RELEASE: small update about autotools building order |
| feb6bd9f | 06-Mar-2013 |
Tom Lane <[email protected]> |
Sync tool usage printouts and man pages with reality. |
| 74295b74 | 04-Dec-2012 |
Bob Friesenhahn <[email protected]> |
* tools/tiffset.c: tiffset now supports a -u option to unset a tag. Patch by Zach Baker. See http://bugzilla.maptools.org/show_bug.cgi?id=2419 |
| 281ba91d | 18-Nov-2012 |
Bob Friesenhahn <[email protected]> |
* automake: Update Automake to 1.12.5 release. |
| f458c103 | 20-Sep-2012 |
Bob Friesenhahn <[email protected]> |
* Makefile.am: Update to Automake 1.12.4 |
| ec5ce9c2 | 19-Aug-2012 |
Bob Friesenhahn <[email protected]> |
* Makefile.in: Update to Automake 1.12.3 |
| 7d38024b | 19-Aug-2012 |
Bob Friesenhahn <[email protected]> |
* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and al
* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add 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
show more ...
|
| 84595b4f | 29-Jul-2012 |
Tom Lane <[email protected]> |
Add accessor functions for the opaque type TIFFField. |
| bd0ea9c5 | 01-Jun-2012 |
Frank Warmerdam <[email protected]> |
fix stdarg mispelling (#2322) |
| b298ae25 | 19-May-2012 |
Bob Friesenhahn <[email protected]> |
* man/TIFFGetField.3tiff: Correct the 'count' field type in the example for how to retreive the value of unsupported tags. |
| d766e7c5 | 18-Feb-2012 |
Bob Friesenhahn <[email protected]> |
* Update automake used to 1.11.3. |
| d338f7fe | 22-Dec-2011 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Add libtiff private dependency on -llzma for pkg-config. Patch by Mark Brand. Updated Automake to 1.11.2. |
| 5d3e4d37 | 02-Aug-2011 |
Bob Friesenhahn <[email protected]> |
Use "codec" rather than "coded" |
| c546a4cc | 09-Apr-2011 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Should use AC_CANONICAL_HOST since host specifies 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
* configure.ac: Should use AC_CANONICAL_HOST since host specifies 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".
show more ...
|