libtiff/libtiff
2008-05-18 16:25:47 +00:00
..
.cvsignore
libtiff.def added missing swab functions needed for tiffdump 2008-02-04 05:41:00 +00:00
Makefile.am tif_config.wince.h/tiffconf.wince.h added to distribution. 2007-07-18 14:17:01 +00:00
Makefile.in update for 4.0.0beta1 release 2008-05-18 16:25:47 +00:00
Makefile.lcc
Makefile.vc Fix clean rules to be more precise, avoiding warnings from "del" 2008-01-01 15:53:10 +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 BigTIFF upgrade: misc little things 2007-06-23 01:32:31 +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 update for 4.0.0beta1 release 2008-05-18 16:25:47 +00:00
tif_config.vc.h New 2006-09-20 13:35:12 +00:00
tif_config.wince.h TIFF library ported to Windows CE platform. 2007-01-15 18:40:39 +00:00
tif_dir.c fix typo in last fix 2007-11-23 21:14:43 +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 Use TIFF_SETGET_ASCII for Pixar Texture tags 2008-05-18 16:18:30 +00:00
tif_dirread.c Get rid of some of "dereferencing type-punned" warnings by converting 2008-04-14 09:05:25 +00:00
tif_dirwrite.c Get rid of some of "dereferencing type-punned" warnings by converting 2008-04-14 09:05:25 +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 *** empty log message *** 2005-12-23 01:18:58 +00:00
tif_extension.c BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes 2007-06-26 12:31:25 +00:00
tif_fax3.c More work on new tag extending scheme. Use the new scheme everywhere. 2007-07-09 10:15:37 +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 TIFFRewriteField() renamed into _TIFFRewriteField() and moved out from the 2008-04-10 11:08:48 +00:00
tif_getimage.c Fix 64-bit warnings when compiling under MSVC 2005 (x64). 2008-01-01 15:41:49 +00:00
tif_jbig.c Move tags TIFFTAG_FAXRECVPARAMS, TIFFTAG_FAXSUBADDRESS, TIFFTAG_FAXRECVTIME 2007-07-04 13:58:38 +00:00
tif_jpeg.c avoid attempting jpeg subsampling fixup if stripbytecount[0] is zero 2008-02-01 21:50:24 +00:00
tif_luv.c Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler. 2007-07-19 13:25:43 +00:00
tif_lzw.c Improvements so that predictor based encoding and decoding works in 2007-11-02 00:25:21 +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 More work on new tag extending scheme. Use the new scheme everywhere. 2007-07-09 10:15:37 +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 Fix 64-bit warnings when compiling under MSVC 2005 (x64). 2008-01-01 15:41:22 +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 Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler. 2007-07-19 15:31:20 +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 Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler. 2007-07-19 15:50:28 +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 *** empty log message *** 2005-12-23 01:18:58 +00:00
tif_win32.c modify CreateFileMapping() for win64 2008-01-01 15:35:54 +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 Keep track of TIFF_DIRTYSTRIP separately from TIFF_DIRTYDIRECT to indicate 2007-12-31 21:52:16 +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 support WIN64 builds 2008-01-01 15:27:41 +00:00
tiffconf.wince.h TIFF library ported to Windows CE platform. 2007-01-15 18:40:39 +00:00
tiffio.h TIFFRewriteField() renamed into _TIFFRewriteField() and moved out from the 2008-04-10 11:08:48 +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 update for 4.0.0beta1 release 2008-05-18 16:25:47 +00:00
tiffvers.h.in
uvcode.h