Commit Graph

3543 Commits

Author SHA1 Message Date
Frank Warmerdam
3395339870 applied carbon api support from Leonard Rosenthol <leonardr@lazerware.com> 2000-12-21 14:32:43 +00:00
Mike Welles
177452c8c9 Pre-release checkin 2000-12-19 20:12:53 +00:00
Frank Warmerdam
a02f97a5d4 added EOFB support as per Frank Cringles patch 2000-12-01 15:46:46 +00:00
Frank Warmerdam
e5085f2536 fixed @MACHDEPLIBS@ 2000-11-24 15:45:35 +00:00
Frank Warmerdam
228065f561 updated stuff about .so versions a bit 2000-11-24 15:44:38 +00:00
Frank Warmerdam
a3c28f9888 *** empty log message *** 2000-11-24 06:41:33 +00:00
Frank Warmerdam
cd6ac2d51e Added install-private target for installing everything + the private header
files.
2000-11-24 06:28:45 +00:00
Frank Warmerdam
03bad0db8f Removed all reference to ALPHAFILE, and DIST_TYPE. Now extracts DIST_POINT
from VERSION file.  Use DIST_POINT in assigning DSOSUB_VERSION value.
2000-11-24 06:28:10 +00:00
Frank Warmerdam
60e16563b9 * libtiff/Makefile.in: Added an installPrivateHdrs and install-private
target so that the private headers required by libgeotiff can be
	installed with the others.  They are not installed by default.

	* libtiff/Makefile.in: Added @MACHLIBDEPS@ to LINUXdso and GNULDdso
	targets so libtiff.so will be built with an explicit dependency
	on libm.so.

	* libtiff/Makefile.in: Use softlinks to link libtiff.so.3 to
	libtiff.so.3.5.5.

	* libtiff/Makefile.in & configure: Remove all references to the ALPHA
	file, or ALPHA version logic.  Added stuff about DIST_POINT in
	place of DIST_TYPE and the alpha release number stuff.
2000-11-24 06:26:05 +00:00
Frank Warmerdam
abcd47ae35 added --prefix, and --exec-prefix support to configure 2000-11-22 14:41:35 +00:00
Frank Warmerdam
9900baca3c variety of changes to automatic version handling 2000-11-13 14:42:38 +00:00
Frank Warmerdam
7410217a75 check for _WIN32 2000-11-13 14:23:53 +00:00
Frank Warmerdam
b11174bea8 *** empty log message *** 2000-10-20 17:36:16 +00:00
Frank Warmerdam
2a447f67c7 fixed ycbcr support when width/height not multiple of sample size 2000-10-20 17:35:36 +00:00
Frank Warmerdam
fcd64fe6da Removed printf(). 2000-10-20 16:33:51 +00:00
Frank Warmerdam
6429172d11 *** empty log message *** 2000-10-20 14:37:19 +00:00
Frank Warmerdam
de3777f0ee Modified PackBitsEncodeChunk() to ensure no more data than was provided
is encoded, if rowsize does not factor into the data size provided.  Also,
avoid chunking into rows for YCbCr since rowsize doesn't mean much.
2000-10-20 14:35:52 +00:00
Frank Warmerdam
aa844c5047 *** empty log message *** 2000-10-19 13:40:15 +00:00
Frank Warmerdam
e1f05487e9 fixed output strip size to account for vertical roundup to sample factor 2000-10-19 13:23:49 +00:00
Frank Warmerdam
91b8b7c26c clear TIFF_ISTILED in TIFFDefaultDirectory() 2000-10-17 03:23:36 +00:00
Frank Warmerdam
0cd032f123 *** empty log message *** 2000-10-17 02:48:21 +00:00
Frank Warmerdam
9d862966e6 Avoid overwriting end of output buffer in PackBitsDecode(). 2000-10-17 02:33:52 +00:00
Frank Warmerdam
4e0075f4cb updated mail list and bug info 2000-10-12 14:35:03 +00:00
Frank Warmerdam
d9715329ff fixed for sizing of dsp->runs from Roman (see bug 11, co Roman) 2000-10-12 14:22:38 +00:00
Frank Warmerdam
de9b66753d tiff2bw accuracy patch from Stanislav Brabec 2000-10-12 14:16:22 +00:00
Frank Warmerdam
8b6b975659 don't allow open of compressed files for r+ 2000-09-30 04:18:55 +00:00
Frank Warmerdam
b435795f0b fixed one of the bugzilla links. 2000-09-29 15:37:43 +00:00
Frank Warmerdam
582fb18716 added GNULDdso, and switch LINUX and FreeBSD to use it 2000-09-27 16:20:40 +00:00
Frank Warmerdam
8d9e3bcf65 tif_fax3 bug fix per Roman Shpount 2000-09-26 12:59:19 +00:00
Frank Warmerdam
b6348a4592 *** empty log message *** 2000-09-26 03:43:27 +00:00
Frank Warmerdam
05d0760fc7 *** empty log message *** 2000-09-25 21:04:48 +00:00
Frank Warmerdam
d66a16439c don't do win32 stuff if unix defined 2000-09-25 21:02:44 +00:00
Frank Warmerdam
6e2a00dfee Fixed API to refer to row, not strip as the argument. 2000-09-25 15:39:07 +00:00
Frank Warmerdam
af621273ea *** empty log message *** 2000-09-25 14:00:15 +00:00
Frank Warmerdam
c6fe07eada fixed unsubsampled YCbCr case, see ycbcrbug11.tif 2000-09-25 13:48:45 +00:00
Frank Warmerdam
a329e43215 *** empty log message *** 2000-09-18 21:29:46 +00:00
Frank Warmerdam
45adce06cc moved TIFFjpeg_finish_decompress to end of JPEGDecodeRaw 2000-09-18 21:27:13 +00:00
Frank Warmerdam
8e60f18d35 regress last change while I test it further 2000-09-15 20:52:42 +00:00
Frank Warmerdam
da97c5e0a4 Don't return an error from TIFFWriteData() if BEENWRITING not set 2000-09-14 20:22:58 +00:00
Frank Warmerdam
fb02956eb9 Don't set MMAP for O_RDWR files 2000-08-14 18:10:43 +00:00
Frank Warmerdam
0625a1295b Set STRIPCHOP_DEFAULT for O_RDWR as well as for O_RDONLY so that files
opened for update access can be "strip chopped" too.
2000-08-14 17:30:58 +00:00
Frank Warmerdam
c1282751c6 fixed bug with unterminated files, and strips per separation change 2000-08-14 16:21:54 +00:00
Frank Warmerdam
e0433eb06e removed extra sh 2000-07-24 16:56:31 +00:00
Frank Warmerdam
ad9af004db *** empty log message *** 2000-07-17 16:55:05 +00:00
Frank Warmerdam
1dae9cb609 Fixed typo. 2000-07-17 14:50:01 +00:00
Frank Warmerdam
7c01d7c6d3 added complex types 2000-07-14 18:43:08 +00:00
Mike Welles
4b79457a0e Bugzilla info 2000-07-13 14:58:15 +00:00
Frank Warmerdam
bbfb710c80 fix subtle bug with determining the number of rows for strips that are the
last strip in a separation but not the last strip of all in
TIFFReadEncodedStrip().
2000-07-12 19:20:52 +00:00
Frank Warmerdam
889ea5bfd9 *** empty log message *** 2000-07-12 19:20:14 +00:00
Frank Warmerdam
c1cd54d7dd *** empty log message *** 2000-07-12 13:01:49 +00:00