libtiff/libtiff
Even Rouault 458c211ae2
Creation: use SHORT type when possible for StripByteCounts/TileByteCounts
This follows the same logic as previous commit.
2019-05-10 11:08:01 +02:00
..
CMakeLists.txt WIN32: use tif_win32.c when building with CMake 2019-04-25 14:35:51 +02:00
libtiff.def * libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt 2017-09-29 11:18:50 +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 Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01: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 move _TIFFClampDoubleToFloat() to tif_aux.c 2019-02-12 16:04:28 +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 * libtiff/tif_config.vc.h (HAVE_SNPRINTF): Add a '1' to the 2016-05-10 13:04:48 +00: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 move _TIFFClampDoubleToFloat() to tif_aux.c 2019-02-12 16:04:28 +01:00
tif_dir.h Add includes to headers to allow them to stand alone. 2018-10-24 16:29:33 -07:00
tif_dirinfo.c webp in tiff 2018-10-05 11:21:17 -05:00
tif_dirread.c Reading error for FileSource and SceneType tags corrected. 2019-05-06 19:32:13 +00:00
tif_dirwrite.c Creation: use SHORT type when possible for StripByteCounts/TileByteCounts 2019-05-10 11:08:01 +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 Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_getimage.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01: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 Typo fix in comment 2018-02-14 15:50:53 +01:00
tif_luv.c Merge branch 'bug2848' into 'master' 2019-04-08 08:18:30 +00: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 Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_open.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_packbits.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_pixarlog.c tif_pixarlog.c: remove dead code. CID 1400342 2019-03-23 11:21:24 +01: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 Fix NULL pointer dereference in TIFFPrintDirectory 2018-04-11 23:09:59 -04:00
tif_read.c tif_read.c: potentially fix false positive from Coverity Scan. CID 1400288 2019-03-23 11:31:10 +01:00
tif_stream.cxx tabs are hard 2018-01-31 07:58:18 +08:00
tif_strip.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_swab.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_thunder.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tif_tile.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01: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 Remove builtin support for GUI warning and error message boxes 2018-05-25 08:42:50 +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 TIFFWriteEncodedStrip/TIFFWriteEncodedTile: fix rewriting of LZW-compressed data 2019-04-11 21:00:56 +02:00
tif_zip.c tif_zip.c: remove dead code. CID 1400360 2019-03-23 11:25:44 +01: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 tiffio.h: fix comment 2018-10-30 18:49:53 +01:00
tiffio.hxx Add includes to headers to allow them to stand alone. 2018-10-24 16:29:33 -07:00
tiffiop.h move _TIFFClampDoubleToFloat() to tif_aux.c 2019-02-12 16:04:28 +01:00
tiffvers.h libtiff 4.0.10 released. 2018-11-10 09:33:11 -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