summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * wipRoger Leigh2020-10-091-0/+1
| * wipRoger Leigh2020-10-091-8/+6
| * wipRoger Leigh2020-10-091-5/+3
| * wipRoger Leigh2020-10-091-0/+2
| * wipRoger Leigh2020-10-091-8/+4
| * wip215-cygwin-appveyor-failRoger Leigh2020-09-251-1/+1
| * wipRoger Leigh2020-09-251-4/+4
| * wipRoger Leigh2020-09-251-1/+1
| * wipRoger Leigh2020-09-251-1/+3
| * wipRoger Leigh2020-09-251-4/+4
| * wipRoger Leigh2020-09-251-0/+3
| * Update AppVeyor imageRoger Leigh2020-09-251-1/+1
| * test-appveyorRoger Leigh2020-09-251-0/+2
* | Merge branch 'TIFF-217_m_lib_path' into 'master'Roger Leigh2020-10-091-1/+1
|\ \
| * | cmake: Do not use absolute libm pathRoger Leigh2020-10-091-1/+1
|/ /
* | tif_fax3.h: restore systematic calls to CLEANUP_RUNS()Even Rouault2020-10-081-6/+2
* | Merge branch 'check_TIFFFlushData1' into 'master'Even Rouault2020-10-066-28/+65
|\ \
| * | FAX/JPEG/LZMA/PixarLog/ZIP/ZSTD codecs: make sure to check TIFFFlushData1() r...Even Rouault2020-10-036-28/+65