.. |
CMakeLists.txt
|
WIN32: use tif_win32.c when building with CMake
|
2019-04-25 14:35:51 +02:00 |
libtiff.def
|
Merge branch 'defer_strile_writing' into 'master'
|
2019-05-29 20:11:57 +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
|
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
|
_TIFFMultiply32() / _TIFFMultiply64(): avoid relying on unsigned integer overflow (not a bug)
|
2019-08-22 13:02:07 +02: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
|
setByteArray(): fix previous commit
|
2019-08-16 19:59:18 +02:00 |
tif_dir.h
|
Reading of Tiff tags with ID = 0 (like GPSVERSIONID) corrected.
|
2019-08-04 13:23:07 +00:00 |
tif_dirinfo.c
|
fix issue #78 warnings regarding RichTIFFIPTC data type
|
2019-12-16 13:12:20 +01:00 |
tif_dirread.c
|
tif_dirread.c: suppress CLang static Analyzer 9.0 false positive
|
2020-02-06 01:25:03 +01:00 |
tif_dirwrite.c
|
Add TIFFDeferStrileArrayWriting() and TIFFForceStrileArrayWriting()
|
2019-05-25 11:37:34 +02: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
|
Remove all $Id and $Headers comments with CVS versions
|
2017-11-30 18:02:46 +01:00 |
tif_fax3.h
|
Remove all $Id and $Headers comments with CVS versions
|
2017-11-30 18:02:46 +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
|
tif_jpeg.c: extra cast to silence Coverity warning. GDAL CID 1406475
|
2019-10-26 22:45:36 +02: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
|
OJPEGReadHeaderInfo: if rowsperstrip not defined, then assume one-single-strip. Complementary fix to 0356ea76ba
|
2020-01-07 23:13:11 +01: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
|
Remove all $Id and $Headers comments with CVS versions
|
2017-11-30 18:02:46 +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
|
Avoid warnings about casts between HANDLE and int in Win64 builds
|
2019-10-06 01:50:33 +02: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
|
Change COMPRESSION_ZSTD to 50000 and COMPRESSION_WEBP to 50001.
|
2018-11-10 08:58:18 -06: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
|
Merge branch 'defer_strile_writing' into 'master'
|
2019-05-29 20:11:57 +00:00 |
tiffio.hxx
|
Add includes to headers to allow them to stand alone.
|
2018-10-24 16:29:33 -07:00 |
tiffiop.h
|
_TIFFMultiply32() / _TIFFMultiply64(): avoid relying on unsigned integer overflow (not a bug)
|
2019-08-22 13:02:07 +02: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 |