summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix tiff2ps error regarding "Inconsistent value of es" by allowing es to be z...Bob Friesenhahn2019-01-051-2/+2
* Do not attempt to re-sync zip stream after reported data error from inflate().Bob Friesenhahn2018-12-082-4/+4
* Merge branch 'resource-leaks' into 'master'Even Rouault2018-12-072-0/+3
|\
| * Fix two resource leaksNikola Forró2018-10-312-0/+3
* | Merge branch 'build-jbig' into 'master'Even Rouault2018-12-071-1/+9
|\ \
| * | add jbig support to the fuzzerPaul Kehrer2018-10-291-1/+9
* | | tiffcrop.c: Avoid new clang warning about tools/tiffcrop.c "size argument in ...Bob Friesenhahn2018-12-011-10/+12
* | | Merge branch 'webp_memleak' into 'master'Even Rouault2018-11-281-4/+10
|\ \ \
| * | | fixed mem leak in webp compressionNorman Barker2018-11-281-4/+10
|/ / /
* | | Merge branch 'lossless_webp' into 'master'Even Rouault2018-11-201-9/+16
|\ \ \
| * | | fixed lossless webp compression configNorman Barker2018-11-201-9/+16
|/ / /
* | | snprintf porting fix for Visual Studio 2003Bob Friesenhahn2018-11-181-0/+4
* | | Change references from defunct ftp site to https site.Bob Friesenhahn2018-11-1053-57/+57
* | | Change download URL from ftp to https protocol.Bob Friesenhahn2018-11-101-1/+1
* | | HOWTO-RELEASE: Add GPG release file signing procedure.Bob Friesenhahn2018-11-101-3/+14
* | | libtiff 4.0.10 released.v4.0.10Bob Friesenhahn2018-11-107-10/+706
* | | Change COMPRESSION_ZSTD to 50000 and COMPRESSION_WEBP to 50001.Bob Friesenhahn2018-11-102-4/+4
* | | Added preliminary release notes for release 4.0.10Bob Friesenhahn2018-11-041-0/+326
* | | tiff2pdf: Eliminate compiler warning about snprintf output truncation when fo...Bob Friesenhahn2018-11-031-7/+7
* | | Merge branch 'no_tif_platform_console' into 'master'Olivier Paquet2018-11-033-56/+0
|\ \ \
| * | | Remove builtin support for GUI warning and error message boxesStefan Weil2018-05-253-56/+0
* | | | tiffcrop.c: Eliminate compiler warning about snprintf output truncation when ...Bob Friesenhahn2018-11-031-5/+5
* | | | TWebPVGetField(): Add apparently missing break statement impacting TIFFTAG_WE...Bob Friesenhahn2018-11-031-0/+1
* | | | Eliminate compiler warnings about duplicate definitions of streq/strneq macros.Bob Friesenhahn2018-11-033-8/+1
* | | | Ignore generated filesBob Friesenhahn2018-11-031-0/+7
* | | | Remove and ignore files which are a product of autogen.shBob Friesenhahn2018-11-037-10633/+0
* | | | Fix TIFFErrorExt() formatting of size_t type for 32-bit compiles.Bob Friesenhahn2018-11-021-2/+2
| |_|/ |/| |
* | | tiff2bw: avoid null pointer dereference in case of out of memory situation. F...Even Rouault2018-10-301-1/+26
* | | tiffio.h: fix commentEven Rouault2018-10-301-1/+1
| |/ |/|
* | Merge branch 'header2' into 'master'Even Rouault2018-10-261-1/+1
|\ \
| * | Fix 725279bd: Standalone tif_predict.h: tiff.h should be tiffiop.hKurt Schwehr2018-10-261-1/+1
|/ /
* | Merge branch 'headers' into 'master'Even Rouault2018-10-253-0/+9
|\ \
| * | Add includes to headers to allow them to stand alone.Kurt Schwehr2018-10-243-0/+9
|/ /
* | LZMAPreEncode: emit verbose error if lzma_stream_encoder() fails (typically b...Even Rouault2018-10-181-1/+8
* | tif_webp.c: fix previous commit that broke scanline decodingEven Rouault2018-10-171-1/+1
* | tif_webp.c: fix potential read outside libwebp buffer on corrupted imagesEven Rouault2018-10-171-1/+2
* | Merge branch 'jbig_decode_overflow' into 'master'Even Rouault2018-10-142-7/+28
|\ \
| * | JBIG: fix potential out-of-bounds write in JBIGDecode()Even Rouault2018-10-142-7/+28
|/ /
* | tif_webp.c: fix scanline reading/writingEven Rouault2018-10-051-12/+25
* | WEBP codec: initialize nSamples in TWebPSetupDecode() and TWebPSetupEncode()Even Rouault2018-10-051-2/+5
* | Merge branch 'tif_webp' into 'master'Even Rouault2018-10-0513-4/+792
|\ \
| * | webp in tiffNorman Barker2018-10-0513-4/+792
* | | Merge branch 'master' into 'master'Even Rouault2018-09-174-14/+61
|\ \ \ | |/ / |/| |
| * | fix out-of-bound read on some tiled images.Young_X2018-09-081-6/+20
| * | avoid potential int32 overflows in multiply_ms()Young_X2018-09-081-6/+7
| * | only read/write TIFFTAG_GROUP3OPTIONS or TIFFTAG_GROUP4OPTIONS if compression...Young_X2018-09-082-2/+34
|/ /
* | TIFFSetupStrips(): avoid potential uint32 overflow on 32-bit systems with lar...Even Rouault2018-08-151-2/+4
* | ZSTD: fix flush issue that can cause endless loop in ZSTDEncode()Even Rouault2018-08-071-2/+0
* | Merge branch 'fix_bug_2800' into 'master'Even Rouault2018-08-077-4/+27
|\ \
| * | Fix libtiff 4.0.8 regression when reading LZW-compressed strips with scanline...Even Rouault2018-08-077-4/+27
|/ /