summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* ChopUpSingleUncompressedStrip: avoid memory exhaustion (CVE-2017-11613)Even Rouault2018-03-171-3/+2
* libtiff/tif_luv.c: rewrite loops in a more readable way (to avoid false posit...Even Rouault2018-03-131-4/+6
* ChopUpSingleUncompressedStrip: avoid memory exhaustion (CVE-2017-11613)Even Rouault2018-03-111-0/+11
* Typo fix in commentEven Rouault2018-03-101-1/+1
* Avoid warning with gcc 8 (partially revert 647b0e8c11ee11896f319b92cf110775f5...Even Rouault2018-03-031-1/+1
* Typo fix in commentEven Rouault2018-02-141-1/+1
* Merge branch 'zstd'Even Rouault2018-02-149-2/+465
|\
| * Add warning about COMPRESSION_ZSTD not being officialy registeredEven Rouault2018-02-141-1/+1
| * Add ZSTD compression codecEven Rouault2017-12-219-2/+465
* | Merge branch 'libtiff-as-subdirectory-fixes' into 'master'Even Rouault2018-02-091-4/+6
|\ \
| * | Prefer target_include_directoriesKevin Funk2018-01-121-4/+6
* | | Merge branch 'cmake-cleanups' into 'master'Even Rouault2018-02-067-150/+0
|\ \ \
| * | | cmake: remove unused configure checksBen Boeckel2018-01-157-150/+0
| |/ /
* | | Merge branch 'check-right-cxx-variable' into 'master'Even Rouault2018-02-061-1/+1
|\ \ \
| * | | cmake: check CXX_SUPPORTBen Boeckel2018-02-061-1/+1
* | | | tabs are hardPaul Kehrer2018-01-311-2/+2
* | | | use hard tabs like the rest of the projectPaul Kehrer2018-01-301-4/+4
* | | | Fix a memory leak in TIFFStreamOpenPaul Kehrer2018-01-301-0/+6
|/ / /
* | | tiffiop: use __has_attribute to detect the no_sanitize attributeBen Boeckel2018-01-091-1/+5
|/ /
* | libtiff/tif_dir.c: _TIFFVGetField(): fix heap out-of-bounds access when reque...Even Rouault2017-12-311-12/+12
* | libtiff/tif_print.c: TIFFPrintDirectory(): fix null pointer dereference on co...Even Rouault2017-12-311-4/+4
|/
* Merge branch 'fix_cve-2017-9935' into 'master'Even Rouault2017-12-101-0/+3
|\
| * tiff2pdf: Fix CVE-2017-9935Brian May2017-12-111-0/+3
* | Remove tests for undefined SIZEOF_VOIDPVadim Zeitlin2017-12-082-4/+4