summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changes for 4.2.0 releasev4.2.0Bob Friesenhahn2020-12-199-15/+1459
* Changes for 4.2.0 releaseBob Friesenhahn2020-12-191-0/+204
* Merge branch 'w_adjust-deflate_names' into 'master'Even Rouault2020-12-121-1/+1
|\
| * Set 'deflate' to DEFLATE_NAMES, instead of 'libdeflate'Lemures Lemniscati2020-12-131-1/+1
|/
* DoubleToRational(): avoid casting NaN to uint32 (fixes #227)Even Rouault2020-12-121-1/+2
* Merge branch 'fix_221' into 'master'Even Rouault2020-12-121-6/+8
|\
| * tiffio.h: do not define __attribute__ but defines TIFF_ATTRIBUTE instead (fix...Even Rouault2020-12-121-6/+8
|/
* TIFFReadDirEntryArrayWithLimit(): properly read from offline tag value when w...Even Rouault2020-12-081-2/+9
* tif_jpeg.c: avoid potential harmless unsigned integer overflow on data->fileo...Even Rouault2020-12-021-1/+4
* Merge branch 'Jamaika1-master-patch-47839' into 'master'Even Rouault2020-11-271-1/+1
|\
| * ```Jamaika2020-11-271-1/+1
* | Merge branch 'Jamaika1-master-patch-46397' into 'master'Even Rouault2020-11-271-0/+1
|\ \ | |/ |/|
| * Added stdint.hJamaika2020-11-271-0/+1
|/
* Merge branch 'issue-113' into 'master'Even Rouault2020-11-211-2/+18
|\
| * tiffcrop: fix buffer overrun in extractContigSamples24bits()Thomas Bernard2020-11-181-2/+18
* | Merge branch 'issue-156' into 'master'Even Rouault2020-11-211-0/+8
|\ \
| * | tiff2pdf: Check output size before writingThomas Bernard2020-11-181-0/+8
| |/
* | Merge branch 'issue-201' into 'master'Even Rouault2020-11-211-0/+7
|\ \
| * | tiff2pdf: enforce memory limit for tiled pictures tooThomas Bernard2020-11-181-0/+7
| |/
* | Merge branch 'issue-207' into 'master'Even Rouault2020-11-202-2/+27
|\ \
| * | tiff2rgba.1: -M optionThomas Bernard2020-11-151-0/+4
| * | enforce (configurable) memory limit in tiff2rgbaThomas Bernard2020-11-151-2/+23
| |/
* | tif_lzw.c: avoid false positive -Wnull-dereference of mingw32 gcc 7.3Even Rouault2020-11-201-6/+3
|/
* Merge branch 'issue-220' into 'master'Even Rouault2020-11-141-3/+11
|\
| * tiff2pdf.c: properly calculate datasize when saving to JPEG YCbCrThomas Bernard2020-11-141-3/+11
* | Merge branch 'issue-204' into 'master'Even Rouault2020-11-141-7/+7
|\ \
| * | avoid buffer overflow while writing jpeg end of file markerThomas Bernard2020-11-101-7/+7
| |/
* | Merge branch 'issue-193' into 'master'Even Rouault2020-11-141-2/+2
|\ \
| * | tiff2ps.c: fix buffer overreadThomas Bernard2020-11-101-1/+1
| * | fix undefined behaviour (int shifted too much to the left)Thomas Bernard2020-11-101-1/+1
| |/
* | Merge branch 'skal65535-master-patch-91082' into 'master'Even Rouault2020-11-141-3/+15
|\ \
| * | More overflow fixes for large widthskal2020-11-141-3/+15
|/ /
* | Merge branch 'skal65535-master-patch-56655' into 'master'Even Rouault2020-11-121-0/+4
|\ \
| * | Fix potential overflow in gtStripContig()skal2020-11-121-0/+4
| |/
* | Merge branch 'issue-211' into 'master'Even Rouault2020-11-122-6/+15
|\ \ | |/ |/|
| * gtTileContig(): check Tile width for overflowThomas Bernard2020-11-101-4/+13
| * fix warning messages (v32 is unsigned)Thomas Bernard2020-11-101-2/+2
|/
* TIFFStartStrip(): avoid potential crash in WebP codec when using scanline acc...Even Rouault2020-10-261-2/+10
* tif_webp.c: validate tile/strip dimension to avoid unsigned integer overflow ...Even Rouault2020-10-201-0/+6
* tif_zip.c: fix typo in commentEven Rouault2020-10-191-1/+1
* tiff.h: remove irrelevant warning about webp related pseudo-tags not being re...Even Rouault2020-10-161-2/+2
* Merge branch 'libdeflate' into 'master'Even Rouault2020-10-1616-21/+444
|\
| * test: add testdeflatelaststripextradata.shEven Rouault2020-10-166-3/+53
| * Add support for optional building against libdeflate for faster Zip/Deflate c...Even Rouault2020-10-1610-18/+391
* | tif_webp.c: fix compiler warnings with MSVCEven Rouault2020-10-141-3/+3
|/
* Merge branch 'various_fixes' into 'master'Even Rouault2020-10-1211-3/+25
|\
| * Fix compiler warnings about unused variables when assert() expands to nothingEven Rouault2020-10-1211-3/+25
* | .gitignore: add entries for new files in test/Even Rouault2020-10-121-0/+2
|/
* Merge branch '215-cygwin-appveyor-fail' into 'master'Roger Leigh2020-10-091-22/+24
|\
| * wipRoger Leigh2020-10-091-1/+1