libtiff/libtiff
2020-03-14 00:10:29 +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 Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01: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 Make pointers returned via TIFFGetField const 2020-03-08 00:51:28 +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 Merge branch 'issue-58' into 'master' 2020-03-08 22:31:25 +00:00
tif_dirread.c Merge branch 'EXIF231_GPS_upgrade' into 'master' 2020-03-07 16:01:12 +00:00
tif_dirwrite.c tif_dirwrite.c: bugfix DoubleToSrational(), which returns plain signed interger values always as unsigned rationals. 2020-02-29 17:59:59 +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 tif_fax3.c: fix warning C4018: '<': signed/unsigned mismatch introduced in past commits 2020-03-12 14:22:00 +01:00
tif_fax3.h tif_fax3.h: check for buffer overflow in EXPAND2D before "calling" CLEANUP_RUNS() 2020-03-05 10:27:04 +01:00
tif_fax3sm.c * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so 2010-03-10 18:56:48 +00:00
tif_flush.c Add TIFFDeferStrileArrayWriting() and TIFFForceStrileArrayWriting() 2019-05-25 11:37:34 +02:00
tif_getimage.c RGBA interface: fix integer overflow potentially causing write heap buffer overflow, especially on 32 bit builds. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16443. Credit to OSS Fuzz 2019-08-15 15:05:28 +02:00
tif_jbig.c JBIG: fix potential out-of-bounds write in JBIGDecode() 2018-10-14 16:45:14 +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 Make pointers returned via TIFFGetField const 2020-03-08 00:51:28 +01:00
tif_luv.c Fix integer overflow in _TIFFCheckMalloc() and other implementation-defined behaviour (CVE-2019-14973) 2019-08-13 10:40:08 +02:00
tif_lzma.c LZMAPreEncode: emit verbose error if lzma_stream_encoder() fails (typically because not enough memory available) 2018-10-18 11:10:31 +02:00
tif_lzw.c tif_lzw.c: silence CoverityScan false positive. CID 1400355 2019-03-23 11:16:22 +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 Merge branch 'issue-11-const-pointers' into 'master' 2020-03-10 22:33:57 +00:00
tif_open.c TIFFClientOpen(): fix memory leak if one of the required callbacks is not provided. Fixed Coverity GDAL CID 1404110 2019-08-12 22:51:09 +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 Use 64-bit calculations correctly 2019-10-23 11:43:43 +13:00
tif_predict.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01: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 tif_read: align code of TIFFReadRawStrip() and TIFFReadRawTile() that differed for non good reason. Non-functional change normally. (fixes GitLab #162) 2019-10-03 21:14:44 +02: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: remove false positive warning about dereference before null check. CID 1400255 2019-03-23 11:24:50 +01:00
tif_win32.c tif_win32.c: do not _tiffMapProc() 0 sized files 2020-03-14 00:10:29 +01: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 TIFFSetupStrips: enforce 2GB limitation of Strip/Tile Offsets/ByteCounts arrays 2020-02-01 18:11:11 +01:00
tif_zip.c Merge branch 'fix-unused-warning' into 'master' 2020-02-26 21:31:27 +00:00
tif_zstd.c ZSTD: fix flush issue that can cause endless loop in ZSTDEncode() 2018-08-07 22:37:08 +02:00
tiff.h tiff.h: mention TIFFTAG_RPCCOEFFICIENT, TIFFTAG_TIFF_RSID, TIFFTAG_GEO_METADATA 2020-03-12 01:06:41 +01:00
tiffconf.h-vms cmake: remove unused configure checks 2018-01-15 11:27:34 -05:00
tiffconf.h.cmake.in cmake: remove unused configure checks 2018-01-15 11:27:34 -05:00
tiffconf.h.in cmake: remove unused configure checks 2018-01-15 11:27:34 -05: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 EXIF 2.32 and GPS tags and functionality upgraded. 2020-03-07 16:50:18 +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