.. |
.cvsignore
|
ignore various windows intermediate files
|
2012-06-16 17:05:37 +00:00 |
CMakeLists.txt
|
* CMakeLists.txt, libtiff/test/Makefile.am: Applied patches by
|
2015-09-01 02:51:50 +00:00 |
libtiff.def
|
* libtiff/libtiff.def: Added _TIFFMultiply32 and _TIFFMultiply64
|
2016-06-15 13:28:11 +00:00 |
libtiff.map
|
* configure.ac: Add support for using library symbol versioning on
|
2012-01-22 19:50:36 +00:00 |
libtiffxx.map
|
* configure.ac: Add support for using library symbol versioning on
|
2012-01-22 19:50:36 +00:00 |
Makefile.am
|
Additional CMake-related files were missing from the distribution tarball.
|
2015-08-31 00:01:18 +00:00 |
Makefile.in
|
* html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn for
|
2016-04-08 02:34:00 +00:00 |
Makefile.lcc
|
|
|
Makefile.vc
|
Support large files under Windows using tif_unix.c and libtiff tools.
|
2015-08-19 02:31:04 +00:00 |
mkg3states.c
|
* libtiff/tif_config.vc.h: Make adjustments to match the new
|
2015-06-21 01:09:09 +00:00 |
mkspans.c
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
SConstruct
|
Regenerated.
|
2007-02-24 15:03:47 +00:00 |
t4.h
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tif_aux.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_close.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_codec.c
|
Support large files under Windows using tif_unix.c and libtiff tools.
|
2015-08-19 02:31:04 +00:00 |
tif_color.c
|
* libtiff/tif_dir.c, libtiff/tif_dirread.c, libtiff/tif_getimage.c,
|
2015-10-17 10:13:14 +00:00 |
tif_compress.c
|
* libtiff/*.c: fix MSVC warnings related to cast shortening and
|
2015-11-22 15:31:03 +00:00 |
tif_config.h-vms
|
Added support for OpenVMS.
|
2006-04-21 14:18:54 +00:00 |
tif_config.h.cmake.in
|
* cmake: Add d suffix to debug libraries with MSVC. Patch #3 of 3
|
2015-07-04 22:09:27 +00:00 |
tif_config.h.in
|
Support large files under Windows using tif_unix.c and libtiff tools.
|
2015-08-19 02:31:04 +00:00 |
tif_config.vc.h
|
* libtiff/tif_config.vc.h (HAVE_SNPRINTF): Add a '1' to the
|
2016-05-10 13:04:48 +00:00 |
tif_config.wince.h
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tif_dir.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_dir.h
|
implement optional support for deferred strip/tile offset/size loading
|
2011-02-18 20:53:04 +00:00 |
tif_dirinfo.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_dirread.c
|
* libtiff/tif_dirread.c: when compiled with DEFER_STRILE_LOAD,
|
2016-04-27 11:38:00 +00:00 |
tif_dirwrite.c
|
* libtiff/tif_dirwrite.c: fix truncation to 32 bit of file offsets in
|
2015-12-18 11:11:00 +00:00 |
tif_dumpmode.c
|
* libtiff/tif_write.c: TIFFWriteEncodedStrip() and TIFFWriteEncodedTile()
|
2015-12-12 18:04:26 +00:00 |
tif_error.c
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tif_extension.c
|
* libtiff/tif_close.c, libtiff/tif_extension.c : rename link
|
2015-12-06 11:13:43 +00:00 |
tif_fax3.c
|
* libtiff/tif_fax3.c: remove dead assignment in Fax3PutEOLgdal(). Found
|
2015-12-19 21:50:51 +00:00 |
tif_fax3.h
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_fax3sm.c
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tif_flush.c
|
use TIFFRewriteDirectory() in TIFFFlush() to migrate directories if needed
|
2010-03-31 06:40:10 +00:00 |
tif_getimage.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_jbig.c
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tif_jpeg_12.c
|
* libtiff/tif_dir.c, libtiff/tif_dirinfo.c, libtiff/tif_compress.c,
|
2015-10-28 19:10:20 +00:00 |
tif_jpeg.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_luv.c
|
* libtiff/tif_luv.c: validate that for COMPRESSION_SGILOG and
|
2016-07-01 11:06:04 +00:00 |
tif_lzma.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_lzw.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_next.c
|
Fix MSVC breakage in previous commit
|
2015-12-27 17:14:52 +00:00 |
tif_ojpeg.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_open.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_packbits.c
|
* libtiff/*.c: fix MSVC warnings related to cast shortening and
|
2015-11-22 15:31:03 +00:00 |
tif_pixarlog.c
|
Fix warning about unsigned vs signed comparison
|
2016-06-28 15:37:33 +00:00 |
tif_predict.c
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tif_predict.h
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tif_print.c
|
* libtiff/tif_print.c: constify photoNames and orientNames arrays
|
2015-12-06 22:19:56 +00:00 |
tif_read.c
|
* libtiff/tif_read.c: Fix out-of-bounds read on
|
2016-07-10 18:00:20 +00:00 |
tif_stream.cxx
|
* tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logical
|
2015-05-28 01:50:20 +00:00 |
tif_strip.c
|
* libtiff/tif_read.c (TIFFStartTile): Fix Coverity 715973
|
2015-06-07 22:35:40 +00:00 |
tif_swab.c
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tif_thunder.c
|
* configure.ac: Support configuring TIFF_INT64_FORMAT and
|
2011-04-02 20:54:08 +00:00 |
tif_tile.c
|
* libtiff/tif_read.c (TIFFStartTile): Fix Coverity 715973
|
2015-06-07 22:35:40 +00:00 |
tif_unix.c
|
Support large files under Windows using tif_unix.c and libtiff tools.
|
2015-08-19 02:31:04 +00:00 |
tif_version.c
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tif_vms.c
|
Support large files under Windows using tif_unix.c and libtiff tools.
|
2015-08-19 02:31:04 +00:00 |
tif_warning.c
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tif_win32.c
|
Add some comments in tif_win32.c regarding known issue with WIN64 build.
|
2015-08-23 20:12:44 +00:00 |
tif_wince.c
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tif_write.c
|
* libtiff/tif_read.c: make TIFFReadEncodedStrip() and
|
2016-07-03 16:02:17 +00:00 |
tif_zip.c
|
* libtiff/*.c: fix typos in comments (patch by Kurt Schwehr)
|
2015-11-22 22:37:27 +00:00 |
tiff.h
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tiffconf.h-vms
|
Added support for OpenVMS.
|
2006-04-21 14:18:54 +00:00 |
tiffconf.h.cmake.in
|
* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to
|
2015-06-25 02:27:58 +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/tiffconf.vc.h: Build fixes based on testing.
|
2015-06-21 17:02:12 +00:00 |
tiffconf.wince.h
|
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
|
2010-03-10 18:56:48 +00:00 |
tiffio.h
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tiffio.hxx
|
* contrib: Add an emacs formatting mode footer to all source files
|
2010-06-08 18:55:15 +00:00 |
tiffiop.h
|
* libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)
|
2016-01-23 21:20:34 +00:00 |
tiffvers.h
|
* libtiff 4.0.6 released.
|
2015-09-12 19:46:23 +00:00 |
tiffvers.h.in
|
New.
|
2004-04-20 18:17:17 +00:00 |
uvcode.h
|
* libtiff/uvcode.h: const'ify uv_code array
|
2015-12-07 00:12:33 +00:00 |