libtiff/libtiff
2009-09-03 17:41:02 +00:00
..
.cvsignore
libtiff.def add TIFFUnsetField to .def file 2009-06-02 04:31:48 +00:00
Makefile.am add support for 8/12bit jpeg dual mode builds 2009-06-21 18:49:38 +00:00
Makefile.in * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11, 2009-08-20 22:57:38 +00:00
Makefile.lcc
Makefile.vc Added tif_jpeg_12 2009-06-23 18:25:43 +00:00
mkg3states.c Added declaration for getopt(). 2007-02-22 11:27:17 +00:00
mkspans.c Do not include absent tiffcomp.h header; include std headers instead. 2007-02-21 14:20:32 +00:00
SConstruct Regenerated. 2007-02-24 15:03:47 +00:00
t4.h BigTIFF upgrade: misc little things, indentation and some compiler warnings workarounds 2007-06-26 10:30:12 +00:00
tif_aux.c Fix 64-bit warnings when compiling under MSVC 2005 (x64). 2008-01-01 15:41:22 +00:00
tif_close.c Need to include string.h for strncmp() 2008-03-28 01:10:39 +00:00
tif_codec.c avoid possible NULL in error 2008-05-25 03:10:55 +00:00
tif_color.c BigTIFF upgrade in progress - widespread temp mess - does not compile now 2007-04-04 04:16:07 +00:00
tif_compress.c BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, restoration of tif_dirwrite.c 2007-06-27 16:09:58 +00:00
tif_config.h-vms Added support for OpenVMS. 2006-04-21 14:18:54 +00:00
tif_config.h.in * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11, 2009-08-20 22:57:38 +00:00
tif_config.vc.h remove SIZEOF_LONG macro as it is unused 2008-05-26 19:05:51 +00:00
tif_config.wince.h remove SIZEOF_LONG macro as it is unused 2008-05-26 19:05:51 +00:00
tif_dir.c initialize tv variable to avoid warning 2009-01-23 05:25:19 +00:00
tif_dir.h Transition to the new-style tag extending scheme completed. 2007-07-12 13:59:34 +00:00
tif_dirinfo.c avoid use of system lfind() due to type issues (#1889) 2009-01-23 05:10:39 +00:00
tif_dirread.c * libtiff/tif_dirread.c (TIFFReadCustomDirectory): Apply patch 2009-08-24 16:43:40 +00:00
tif_dirwrite.c fix byte swapping of next directory offset (#1924) 2009-01-23 06:21:29 +00:00
tif_dumpmode.c Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler. 2007-07-19 13:25:43 +00:00
tif_error.c
tif_extension.c BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes 2007-06-26 12:31:25 +00:00
tif_fax3.c fix printdir chaining for some codecs. (#2020) 2009-03-13 02:02:51 +00:00
tif_fax3.h BigTIFF upgrade: misc little things, indentation and some compiler warnings workarounds 2007-06-26 10:30:12 +00:00
tif_fax3sm.c
tif_flush.c ensure we flush dirty directories even if no imagery written 2008-12-21 20:31:33 +00:00
tif_getimage.c capture errors properly from readtile/strip (#2071) 2009-09-03 17:41:02 +00:00
tif_jbig.c Support the JBIG-KIT 2.0 (compatibility with the older versions retained). 2008-10-21 13:16:59 +00:00
tif_jpeg_12.c New 2009-06-20 17:05:17 +00:00
tif_jpeg.c fix MK1 compatability per Adam's suggestion 2009-06-23 18:56:46 +00:00
tif_luv.c fix logluv encoderow return values (#2069) 2009-06-30 13:51:52 +00:00
tif_lzw.c back out patch from #2065 and apply patch from #1085 for a better underflow fix that errors properly. 2009-06-30 04:15:24 +00:00
tif_next.c Fix 64-bit warnings when compiling under MSVC 2005 (x64). 2008-01-01 15:41:22 +00:00
tif_ojpeg.c Fixed various errors reports to use %s as format string (gdal #2976) 2009-05-03 14:29:36 +00:00
tif_open.c tif_dirread.c: made calculation of td_maxsamplevalue more robust; tif_open.c: moved early exit in case of 'h' flag, solving some unwanted bugs later on 2007-09-27 17:38:57 +00:00
tif_packbits.c changed some more incorrect %lud printf flags to %lu 2007-10-01 12:43:48 +00:00
tif_pixarlog.c changed some more incorrect %lud printf flags to %lu 2007-10-01 12:43:48 +00:00
tif_predict.c added 32bit horizontal predictor support (#1911) 2009-01-23 15:52:39 +00:00
tif_predict.h Split pfunc into encode and decode versions to avoid mixing things 2007-11-02 19:43:55 +00:00
tif_print.c * libtiff/tif_print.c (TIFFPrintDirectory): Apply fix from Jay 2009-08-24 16:51:14 +00:00
tif_read.c introduce TIFF_BUF4WRITE flag to mark rawcc buffer as for writing 2007-11-23 20:49:42 +00:00
tif_stream.cxx Put all callback functions declarations inside extern "C" block. 2007-07-19 15:44:31 +00:00
tif_strip.c Remove an inappropriate assertion that often fails on oddly sized 12bit 2009-06-26 20:55:54 +00:00
tif_swab.c BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, restoration of tif_dirwrite.c 2007-06-27 16:09:58 +00:00
tif_thunder.c Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler. 2007-07-19 15:50:28 +00:00
tif_tile.c BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, restoration of tif_dirwrite.c 2007-06-27 16:09:58 +00:00
tif_unix.c Do not use O_LARGEFILE. 2007-07-18 13:46:41 +00:00
tif_version.c
tif_vms.c Better OpenVMS support. Patches from Alexey Chupahin. 2007-11-23 10:01:34 +00:00
tif_warning.c
tif_win32.c Ensure TIFFOpenW() uses same FILE_SHARE flags as TIFFOpen() 2008-06-17 18:47:03 +00:00
tif_wince.c BigTIFF upgrade: warnings in platform dependent files that are not yet updated 2007-06-26 10:41:27 +00:00
tif_write.c do not override planar config if set (#2057) 2009-06-03 23:47:22 +00:00
tif_zip.c Improvements so that predictor based encoding and decoding works in 2007-11-02 00:25:21 +00:00
tiff.h Even more work to improve tag extending scheme. tif_fieldinfo member in TIFF 2007-07-10 11:52:02 +00:00
tiffconf.h-vms Added support for OpenVMS. 2006-04-21 14:18:54 +00:00
tiffconf.h.in Added support for a TIFF_SSIZE_T in order to return memory sizes but still 2007-06-26 22:52:05 +00:00
tiffconf.vc.h * libtiff/tiffio.h: GCC will now validate format specifications 2008-12-31 23:48:01 +00:00
tiffconf.wince.h remove SIZEOF_LONG macro as it is unused 2008-05-26 19:05:51 +00:00
tiffio.h * libtiff/tiffio.h: GCC will now validate format specifications 2008-12-31 23:48:01 +00:00
tiffio.hxx BigTIFF upgrade: misc little things, mostly indentation and unimportant stuff 2007-06-26 09:42:27 +00:00
tiffiop.h Get rid of some of "dereferencing type-punned" warnings by converting 2008-04-14 09:05:25 +00:00
tiffvers.h * libtiff 4.0.0alpha4 released. 2009-08-27 17:40:49 +00:00
tiffvers.h.in
uvcode.h