libtiff/libtiff
2020-12-12 15:31:05 +01:00
..
CMakeLists.txt WIN32: use tif_win32.c when building with CMake 2019-04-25 14:35:51 +02:00
libtiff.def EXIF 2.32 and GPS tags and functionality upgraded. 2020-03-07 16:50:18 +01: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 webp in tiff 2018-10-05 11:21:17 -05:00
Makefile.lcc Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
Makefile.vc Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
mkg3states.c Fix Cmake HAVE_GETOPT for systems which declare getopt in stdio.h. 2019-11-03 11:21:26 -06:00
mkspans.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
SConstruct Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
t4.h Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_aux.c Make the default whitepoint and ycbcrcoeffs arrays const 2020-03-08 00:54:36 +01:00
tif_close.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_codec.c webp in tiff 2018-10-05 11:21:17 -05:00
tif_color.c tif_color.c: fix code comment 2018-05-04 21:03:41 +02:00
tif_compress.c TIFFGetConfiguredCODECs(): fix to avoid wrong structure to be returned for registered (ie non built-in) codecs 2020-05-13 00:56:14 +02:00
tif_config.h-vms Added support for OpenVMS. 2006-04-21 14:18:54 +00:00
tif_config.h.cmake.in webp in tiff 2018-10-05 11:21:17 -05:00
tif_config.vc.h Fix nmake build mistakes in my last commit: 2020-01-26 19:17:23 -06:00
tif_config.wince.h Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_dir.c fix warning messages (v32 is unsigned) 2020-11-10 01:53:56 +01:00
tif_dir.h EXIF 2.32 and GPS tags and functionality upgraded. 2020-03-07 16:50:18 +01:00
tif_dirinfo.c Fix typos 2020-04-28 00:49:54 +02:00
tif_dirread.c TIFFReadDirEntryArrayWithLimit(): properly read from offline tag value when we clamp the number of strips to 1. 2020-12-08 16:13:55 +01:00
tif_dirwrite.c DoubleToRational(): avoid casting NaN to uint32 (fixes #227) 2020-12-12 15:31:05 +01:00
tif_dumpmode.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_error.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_extension.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_fax3.c FAX/JPEG/LZMA/PixarLog/ZIP/ZSTD codecs: make sure to check TIFFFlushData1() return value 2020-10-03 18:12:04 +02:00
tif_fax3.h tif_fax3.h: restore systematic calls to CLEANUP_RUNS() 2020-10-08 12:20:52 +02:00
tif_fax3sm.c Added stdint.h 2020-11-27 22:22:04 +00:00
tif_flush.c Add TIFFDeferStrileArrayWriting() and TIFFForceStrileArrayWriting() 2019-05-25 11:37:34 +02:00
tif_getimage.c More overflow fixes for large width 2020-11-14 08:57:59 +00:00
tif_jbig.c Fix compiler warnings about unused variables when assert() expands to nothing 2020-10-12 19:45:51 +02:00
tif_jpeg_12.c * libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, 2017-06-29 07:37:12 +00:00
tif_jpeg.c tif_jpeg.c: avoid potential harmless unsigned integer overflow on data->fileoffset in JPEGFixupTagsSubsamplingSkip() by validating earlier. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28200 2020-12-02 10:09:16 +01:00
tif_luv.c Fix compiler warnings about unused variables when assert() expands to nothing 2020-10-12 19:45:51 +02:00
tif_lzma.c Fix compiler warnings about unused variables when assert() expands to nothing 2020-10-12 19:45:51 +02:00
tif_lzw.c tif_lzw.c: avoid false positive -Wnull-dereference of mingw32 gcc 7.3 2020-11-20 14:12:38 +01:00
tif_next.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_ojpeg.c Fix compiler warnings about unused variables when assert() expands to nothing 2020-10-12 19:45:51 +02:00
tif_open.c Fix compiler warnings about unused variables when assert() expands to nothing 2020-10-12 19:45:51 +02:00
tif_packbits.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_pixarlog.c Fix compiler warnings about unused variables when assert() expands to nothing 2020-10-12 19:45:51 +02:00
tif_predict.c Fix typos 2020-04-28 00:49:54 +02:00
tif_predict.h Fix 725279bd: Standalone tif_predict.h: tiff.h should be tiffiop.h 2018-10-26 10:38:03 -07:00
tif_print.c Make defer strile offset/bytecount loading available at runtime 2019-05-10 14:46:45 +02:00
tif_read.c TIFFStartStrip(): avoid potential crash in WebP codec when using scanline access on corrupted files. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26650 2020-10-26 11:32:42 +01:00
tif_stream.cxx tabs are hard 2018-01-31 07:58:18 +08:00
tif_strip.c Fix integer overflow in _TIFFCheckMalloc() and other implementation-defined behaviour (CVE-2019-14973) 2019-08-13 10:40:08 +02:00
tif_swab.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_thunder.c tif_thunder: avoid unsigned integer overflow (not a bug). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16632 2019-08-23 12:28:25 +02:00
tif_tile.c Fix integer overflow in _TIFFCheckMalloc() and other implementation-defined behaviour (CVE-2019-14973) 2019-08-13 10:40:08 +02:00
tif_unix.c tif_unix.c: do not _tiffMapProc 0 size files 2020-03-14 00:08:49 +01:00
tif_version.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_vms.c 'tif_config.h' or 'tiffio.h' must be included before any system header. 2017-12-02 14:45:03 -06:00
tif_warning.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_webp.c tif_webp.c: validate tile/strip dimension to avoid unsigned integer overflow in RGBA.size computation 2020-10-20 13:47:16 +02:00
tif_win32.c ``` 2020-11-27 22:02:04 +00:00
tif_wince.c Remove builtin support for GUI warning and error message boxes 2018-05-25 08:42:50 +02:00
tif_write.c Add support for optional building against libdeflate for faster Zip/Deflate compression/decompression. 2020-10-16 13:40:10 +02:00
tif_zip.c tif_zip.c: fix typo in comment 2020-10-19 14:25:40 +02:00
tif_zstd.c FAX/JPEG/LZMA/PixarLog/ZIP/ZSTD codecs: make sure to check TIFFFlushData1() return value 2020-10-03 18:12:04 +02:00
tiff.h tiff.h: remove irrelevant warning about webp related pseudo-tags not being registered: they are purely internal libtiff concepts 2020-10-16 15:23:56 +02:00
tiffconf.h-vms cmake: remove unused configure checks 2018-01-15 11:27:34 -05:00
tiffconf.h.cmake.in Add support for optional building against libdeflate for faster Zip/Deflate compression/decompression. 2020-10-16 13:40:10 +02:00
tiffconf.h.in Add support for optional building against libdeflate for faster Zip/Deflate compression/decompression. 2020-10-16 13:40:10 +02:00
tiffconf.vc.h cmake: remove unused configure checks 2018-01-15 11:27:34 -05:00
tiffconf.wince.h cmake: remove unused configure checks 2018-01-15 11:27:34 -05:00
tiffio.h tiffio.h: do not define __attribute__ but defines TIFF_ATTRIBUTE instead (fixes #221) 2020-12-12 15:03:38 +01:00
tiffio.hxx Add includes to headers to allow them to stand alone. 2018-10-24 16:29:33 -07:00
tiffiop.h Rational with Double Precision Upgrade 2020-02-27 21:11:20 +01:00
tiffvers.h libtiff 4.1.0 released 2019-11-03 14:15:37 -06: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