Commit Graph

88 Commits

Author SHA1 Message Date
Frank Warmerdam
9d37e46393 fix macro set for chunky-read-support 2011-02-18 22:28:58 +00:00
Frank Warmerdam
bc3bc9925b added a configure option to enable CHUNKY_STRIP_READ support (--enable-chunky-strip-read) 2011-02-18 21:54:22 +00:00
Frank Warmerdam
82361dfa04 implement optional support for deferred strip/tile offset/size loading 2011-02-18 20:53:04 +00:00
Lee Howard
ccdc78ec32 * configure.ac, libtiff/Makefile.am: Build tif_win32.c on
Windows except on Cygwin
        http://bugzilla.maptools.org/show_bug.cgi?id=2224
2010-12-15 00:37:00 +00:00
Andrey Kiselev
a2d72c2dd4 Implement a new TIFF compression scheme LZMA reserving a new value 34925 for
Compression tag. As per bug http://bugzilla.maptools.org/show_bug.cgi?id=2221
2010-12-14 12:52:59 +00:00
Bob Friesenhahn
faf5f3ebae * libtiff-4.pc.in: Added libtiff pkg-config .pc file support.
Patch by Vincent Torri.
2010-11-27 20:54:51 +00:00
Bob Friesenhahn
af78267c3b * libtiff 4.0.0alpha6 released. 2010-06-11 22:58:57 +00:00
Bob Friesenhahn
d4038e39c5 * libtiff 4.0.0alpha5 released. 2009-11-04 17:49:25 +00:00
Bob Friesenhahn
8743e53820 * configure.ac: x86_64 should use the same fill order as i386. 2009-10-07 20:15:26 +00:00
Bob Friesenhahn
aeb4c8be72 * libtiff 4.0.0alpha4 released.
* HOWTO-RELEASE: Improved release instructions.
2009-08-27 17:40:49 +00:00
Bob Friesenhahn
8297307011 * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11,
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.
2009-08-20 22:57:38 +00:00
Frank Warmerdam
db1ab60dac add support for 8/12bit jpeg dual mode builds 2009-06-21 18:49:38 +00:00
Frank Warmerdam
af4f213aa8 update to 4.0.0beta3 2009-01-20 22:07:18 +00:00
Bob Friesenhahn
953d02c32d * libtiff/tiffio.h: GCC will now validate format specifications
for TIFFError(), TIFFErrorExt(), TIFFWarning(), and
TIFFWarningExt() in order to reveal bugs.
* Many fixes throughout to work better as a 64-bit build.
2008-12-31 23:48:01 +00:00
Frank Warmerdam
75430ed547 prepare for 4.0.0beta2 2008-05-24 02:54:13 +00:00
Frank Warmerdam
d4099b8eee update for 4.0.0beta1 release 2008-05-18 16:25:47 +00:00
Andrey Kiselev
51b72a1eb9 *** empty log message *** 2007-07-04 11:39:22 +00:00
Andrey Kiselev
d8207f580b Version number has been changed; use libtool versioning instead of
package release numbers.
2007-06-28 13:50:27 +00:00
Bob Friesenhahn
5016816617 Added support for a TIFF_SSIZE_T in order to return memory sizes but still
allow returning -1 for errors.
2007-06-26 22:52:05 +00:00
Bob Friesenhahn
671e370838 Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic. 2007-06-26 20:05:33 +00:00
Bob Friesenhahn
71b780383f Hopefully fixed botched upgrade of libtool. 2007-06-26 16:38:43 +00:00
Bob Friesenhahn
785843bd90 * configure.ac: Fix typo when substituting value for unsigned 8 bit type.
* libtiff/tiffconf.vc.h: Add porting type defintions for WIN32.
2007-06-26 15:39:51 +00:00
Bob Friesenhahn
8c4398d0d6 * port/strtoull.c: New porting function in case strtoull() is not
available on the target system.
* configure.ac: Add configure support for determining sized types
in a portable way and performing necessary substitutions in
tif_config.h and tiffconf.h.  Updated tiff.h to use the new
definitions.
2007-06-25 15:38:21 +00:00
Andrey Kiselev
ef833c655f Regenerated. 2007-02-24 15:03:47 +00:00
Andrey Kiselev
da07e8372e Added test for X Athena widgets. 2006-10-13 10:15:35 +00:00
Bob Friesenhahn
33bf9a3f4c * {configure.ac, libtiff/tif_config.h.vc, libtiff/tif_jbig.c}
(JBIGDecode): jbg_newlen is not available in older JBIG-KIT and
its use does not appear to be required, so use it only when it is
available.
2006-07-04 19:01:47 +00:00
Andrey Kiselev
04847f876d Make --enable-old-jpeg working again. 2006-06-07 16:09:07 +00:00
Andrey Kiselev
bcdfba3f12 Added support for JBIG compression scheme; OJPEG support enabled by default. 2006-06-07 15:40:44 +00:00
Bob Friesenhahn
56f599add1 * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash in
TIFFPrintDirectory().  Joris Van Damme authored the fix.
2006-06-03 15:28:29 +00:00
Andrey Kiselev
55bd0128b3 Added tests for io.h header and setmode() function. 2006-04-20 12:26:46 +00:00
Andrey Kiselev
b90b47e6f7 libtiff 3.8.2 released. 2006-03-23 14:54:00 +00:00
Andrey Kiselev
60734505f3 *** empty log message *** 2006-03-13 14:52:12 +00:00
Andrey Kiselev
cd97834bed *** empty log message *** 2006-02-07 14:49:40 +00:00
Bob Friesenhahn
d6b209d3b4 * configure.ac: Fix with_default_strip_size comparison as reported
by Norihiko Murase.
2006-01-09 16:56:03 +00:00
Andrey Kiselev
0776b32d29 3.8.0 released. 2005-12-29 22:01:44 +00:00
Frank Warmerdam
b86f199feb preliminary support for MS MDI format, bug 1002 2005-11-21 03:35:05 +00:00
Andrey Kiselev
ab000523ed Make the default strip size configurable via the --with-default-strip-size and
STRIP_SIZE_DEFAULT options
2005-10-07 17:27:09 +00:00
Andrey Kiselev
f84c3a6a0c Applied patch from Patrick Welche (all scripts moved in the 'config' and 'm4'
directories).
2005-09-12 13:33:26 +00:00
Andrey Kiselev
3d0c7b2790 Added lfind() replacement module. 2005-07-07 16:42:40 +00:00
Andrey Kiselev
143ed91af3 Do not use empty -R option when linking with --enable-rpath. 2005-07-04 12:39:54 +00:00
Andrey Kiselev
e1e354fc00 Updated up to the recent stable libtool. 2005-06-29 11:52:09 +00:00
Andrey Kiselev
d72e52d31d Added workaround for OpenBSD/MirOS soname problem as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=838
2005-05-26 08:16:00 +00:00
Andrey Kiselev
c508cf3e8d Added check for search.h header. 2005-04-08 09:58:12 +00:00
Andrey Kiselev
40ae66301e Use libtool machinery to pass rpath option. 2005-03-22 10:33:04 +00:00
Andrey Kiselev
17c2ac65cf libtiff 3.7.2 released. 2005-03-15 15:42:55 +00:00
Andrey Kiselev
24df59c637 Use -rpath option instead of -R as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=732
2005-03-04 14:30:49 +00:00
Andrey Kiselev
2a7c58ca02 Fixes for --with-docdir option as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=759
2005-01-30 12:08:03 +00:00
Andrey Kiselev
3158ab13d6 Clean-ups in the docdir support. 2005-01-23 09:43:26 +00:00
Andrey Kiselev
c0d1f11f57 *** empty log message *** 2005-01-15 17:24:52 +00:00
Andrey Kiselev
309e1113c3 Replace --disable-c++ with the --disable-cxx option as
per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=730
2005-01-05 20:38:18 +00:00