summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
...
* | tif_zip.c: remove dead code. CID 1400360Even Rouault2019-03-231-2/+0
* | tif_webp.c: remove false positive warning about dereference before null check...Even Rouault2019-03-231-6/+4
* | tif_pixarlog.c: remove dead code. CID 1400342Even Rouault2019-03-231-2/+0
* | tif_pixarlog.c: avoid false positive Coverity Scan warnings about overflow. C...Even Rouault2019-03-231-0/+2
* | tif_lzw.c: silence CoverityScan false positive. CID 1400355Even Rouault2019-03-231-0/+2
* | tif_luv.c: silence CoverityScan false positive. CID 1400231, 1400251, 1400254...Even Rouault2019-03-231-3/+8
* | TryChopUpUncompressedBigTiff(): avoid potential division by zero. master only...Even Rouault2019-03-231-1/+1
|/
* Merge branch 'large_strile_improvements' into 'master'Even Rouault2019-02-222-76/+188
|\
| * tif_zip.c: allow reading and writing strips/tiles with more than 4 GB of comp...Even Rouault2019-02-191-35/+19
| * tif_dirread.c: when strip chopping is enabled, extend this mechanism to multi...Even Rouault2019-02-191-41/+169
* | move _TIFFClampDoubleToFloat() to tif_aux.cThomas Bernard2019-02-124-26/+18
|/
* Fix warning (use of uninitialized value) added per d0a842c5dbad2609aed43c701a...Even Rouault2019-02-021-12/+16
* Merge branch 'bug2833' into 'master'Even Rouault2019-02-011-2/+4
|\
| * TIFFWriteDirectoryTagTransferfunction() : fix NULL dereferencingThomas Bernard2019-01-291-2/+4
* | Merge branch 'master' into 'master'Even Rouault2019-02-011-0/+22
|\ \ | |/ |/|
| * tif_dir: unset transferfunction field if necessaryHugo Lefeuvre2018-12-141-0/+22
* | Do not attempt to re-sync zip stream after reported data error from inflate().Bob Friesenhahn2018-12-082-4/+4
* | fixed mem leak in webp compressionNorman Barker2018-11-281-4/+10
|/
* fixed lossless webp compression configNorman Barker2018-11-201-9/+16
* libtiff 4.0.10 released.v4.0.10Bob Friesenhahn2018-11-101-2/+2
* Change COMPRESSION_ZSTD to 50000 and COMPRESSION_WEBP to 50001.Bob Friesenhahn2018-11-101-2/+2
* Merge branch 'no_tif_platform_console' into 'master'Olivier Paquet2018-11-032-42/+0
|\
| * Remove builtin support for GUI warning and error message boxesStefan Weil2018-05-252-42/+0
* | 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-031-0/+1
* | Remove and ignore files which are a product of autogen.shBob Friesenhahn2018-11-031-368/+0
* | Fix TIFFErrorExt() formatting of size_t type for 32-bit compiles.Bob Friesenhahn2018-11-021-2/+2
* | tiffio.h: fix commentEven Rouault2018-10-301-1/+1
* | Fix 725279bd: Standalone tif_predict.h: tiff.h should be tiffiop.hKurt Schwehr2018-10-261-1/+1
* | 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
* | 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
* | webp in tiffNorman Barker2018-10-059-0/+688
* | 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
* | Fix libtiff 4.0.8 regression when reading LZW-compressed strips with scanline...Even Rouault2018-08-072-2/+13
* | Add tag and pseudo-tag definitions for ESRI LERC codec (out of tree codec who...Even Rouault2018-07-053-1/+23
* | Fix TIFFTAG_ZSTD_LEVEL pseudo tag value to be > 65536, and the next one in th...Even Rouault2018-07-021-1/+1
|/
* LZWDecodeCompat(): fix potential index-out-of-bounds write. Fixes http://bugz...Even Rouault2018-05-121-6/+12
* TIFFFetchNormalTag(): avoid (probably false positive) clang-tidy clang-analyz...Even Rouault2018-05-121-19/+20
* TIFFWriteDirectorySec: avoid assertion. Fixes http://bugzilla.maptools.org/sh...Even Rouault2018-05-121-2/+5
* tif_color.c: fix code commentEven Rouault2018-05-041-1/+1
* _TIFFGetMaxColorChannels: update for LOGLUV, ITULAB and ICCLAB that have 3 co...Even Rouault2018-04-141-3/+3
* Fix MSVC warningEven Rouault2018-04-131-1/+1
* Fix NULL pointer dereference in TIFFPrintDirectoryHugo Lefeuvre2018-04-112-1/+63
* port: Add strtol, strtoll and strtoullRoger Leigh2018-03-232-0/+18