Commit Graph

1951 Commits

Author SHA1 Message Date
Frank Warmerdam
8a6eb4e9c4 fixed gdaladdo bug due to overeager use of EstimateStripByteCount and lack of tile case 2006-06-17 17:20:45 +00:00
Andrey Kiselev
393d84c969 *** empty log message *** 2006-06-08 14:28:45 +00:00
Andrey Kiselev
0a27311394 Move IFD looping checking code in the separate function TIFFCheckDirOffset(). 2006-06-08 14:27:17 +00:00
Andrey Kiselev
c0e99e81f8 Added _TIFFCheckRealloc() function. 2006-06-08 14:24:13 +00:00
Andrey Kiselev
5a80b5f42e Fixed floating point comparison logic as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1191
2006-06-08 11:52:27 +00:00
Andrey Kiselev
e48f2efda3 Fixed problems in fax decoder as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1194
2006-06-08 11:33:00 +00:00
Andrey Kiselev
3c3ae7d37c More fixes for character type safety. 2006-06-08 11:27:11 +00:00
Andrey Kiselev
a0fdd6eb0c Fixed buffer overflow condition in t2p_write_pdf_string() as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1196
2006-06-08 10:45:35 +00:00
Andrey Kiselev
01a173d4b8 Added help line for 'jbig' compression option. 2006-06-07 16:34:32 +00:00
Andrey Kiselev
7c7d6ae826 Added switches to enable JBIG support. 2006-06-07 16:33:45 +00:00
Andrey Kiselev
04847f876d Make --enable-old-jpeg working again. 2006-06-07 16:09:07 +00:00
Andrey Kiselev
514fb56f86 Regenerated. 2006-06-07 15:55:20 +00:00
Andrey Kiselev
073cc29949 *** empty log message *** 2006-06-07 15:48:45 +00:00
Andrey Kiselev
9ff07be06c Added support for JBIG compression scheme (34661 code) contributed by Lee
Howard. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=896
2006-06-07 15:47:43 +00:00
Andrey Kiselev
bcdfba3f12 Added support for JBIG compression scheme; OJPEG support enabled by default. 2006-06-07 15:40:44 +00:00
Andrey Kiselev
de8132768f Added support for JBIG compression scheme (34661 code) contributed by Lee
Howard. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=896
2006-06-07 15:39:03 +00:00
Andrey Kiselev
88df59e89c Updated to recent upstream. 2006-06-07 14:45:43 +00:00
Andrey Kiselev
b11ec97f62 ojpeg/ directory removed. 2006-06-07 14:43:44 +00:00
Andrey Kiselev
9c8bfd33b7 Removed. 2006-06-07 14:43:05 +00:00
Andrey Kiselev
60632af919 No need in this patch anymore. 2006-06-07 14:40:51 +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
49c40df5d4 *** empty log message *** 2006-04-21 16:48:17 +00:00
Andrey Kiselev
f7035cc549 Unified line ending characters (always use '\n') as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1163
2006-04-21 15:09:34 +00:00
Andrey Kiselev
005ac319dc Added support for OpenVMS by Alexey Chupahin, elvis_75@mail.ru. 2006-04-21 14:22:57 +00:00
Andrey Kiselev
39051ccc51 Added support for OpenVMS. 2006-04-21 14:18:54 +00:00
Andrey Kiselev
1222c3f1c2 *** empty log message *** 2006-04-20 12:49:00 +00:00
Andrey Kiselev
8ba8e9489a Regenerated. 2006-04-20 12:38:54 +00:00
Andrey Kiselev
550cfd7a32 Properly set the binary mode for stdin stream as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1141
2006-04-20 12:36:23 +00:00
Andrey Kiselev
55bd0128b3 Added tests for io.h header and setmode() function. 2006-04-20 12:26:46 +00:00
Andrey Kiselev
94212b3d81 Improvements in page formatting as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=114
2006-04-20 12:17:19 +00:00
Andrey Kiselev
4b9b4181fb Added description for '-b' option. 2006-04-20 12:07:41 +00:00
Andrey Kiselev
e3fe101bf5 Fixed typos as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1139 2006-04-20 12:04:35 +00:00
Andrey Kiselev
a2a1911b67 Fixed typos as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=113 2006-04-20 11:48:42 +00:00
Frank Warmerdam
58cea4d46c use /EHsc and -D_CRT_SECURE_NO_DEPRECATE for VS2005 support 2006-04-19 01:14:00 +00:00
Joris Van Damme
afc7488f13 response to Bob's compiler warnings - no functionality change 2006-04-13 03:25:53 +00:00
Joris Van Damme
b1c2b3ed27 Added support for planarconfig separate non-subsampled YCbCr to tif_getimage.c 2006-04-12 07:29:51 +00:00
Joris Van Damme
410042ad06 Revision of all RGB(A) put routines in tif_getimage.c, including bugfix in handling 16bit RGB with unassociated alpha 2006-04-11 13:33:19 +00:00
Joris Van Damme
e5e88271c0 minor improvement in tif_getimage.c gtTileSeparate and gtStripSeparate, no functionality change 2006-04-11 08:03:25 +00:00
Joris Van Damme
03898a1b13 some indentation restoration, no content change 2006-04-09 03:36:58 +00:00
Joris Van Damme
64f4609a40 added explanation of OJPEG codec operation - no functionality change 2006-04-08 22:52:49 +00:00
Joris Van Damme
0394c208ba minor refactoring of tif_getimage.c to accomodate planed functionality extension - no functionality change at this time 2006-04-08 08:01:34 +00:00
Joris Van Damme
d2d4ae98fb some indentation restoration, no content change 2006-04-08 03:08:56 +00:00
Joris Van Damme
c3a1701f0f some indentation restoration, no content change 2006-04-08 02:41:30 +00:00
Joris Van Damme
aeded5016d resolved memory leak in tif_ojpeg 2006-04-08 02:15:40 +00:00
Joris Van Damme
6dc5e60719 fix of bug in tif_getimage.c and tif_ojpeg.c, reported by Frank testing tif2rgba on smallliz 2006-04-07 00:08:56 +00:00
Joris Van Damme
f83440417a response to Bob's compiler warnings - one with potential impact on functionality 2006-04-04 16:49:16 +00:00
Joris Van Damme
25dda009dc *** empty log message *** 2006-04-04 05:09:21 +00:00
Joris Van Damme
afa2919856 *** empty log message *** 2006-04-04 04:14:22 +00:00
Joris Van Damme
1721a41f08 new ojpeg support 2006-04-04 02:00:08 +00:00
Frank Warmerdam
2f8a9c2b71 recompute upsample flag when photometric flag reset 2006-03-29 22:24:44 +00:00