summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
* tif_fax3.h: return error when a buffer overflow occurs. Fixes https://bugs.ch...Even Rouault2020-09-221-0/+5
* Fix comparison for max negative float value.Dirk Lemstra2020-09-111-1/+1
* Fax3PreDecode(): reset curruns and refruns state variablesEven Rouault2020-09-071-0/+2
* TWebPSetupEncode(): fix logic problem (and instead of or) in test that checks...Even Rouault2020-05-311-1/+1
* TIFFGetConfiguredCODECs(): fix to avoid wrong structure to be returned for re...Even Rouault2020-05-131-1/+1
* Merge branch 'deprecated' into 'master'Even Rouault2020-05-091-1/+1
|\
| * ojpeg: s/Depreciated/Deprecated/Aaron Boxer2020-05-091-1/+1
* | Fix typosEven Rouault2020-04-289-28/+28
* | tif_jpeg.c: avoid potential division in previous fix (master only)Even Rouault2020-04-271-4/+7
* | tiff.h: fixes to use ASCII only characters (master only)Even Rouault2020-04-261-2/+2
* | tif_jpeg.c: revise logic to detect potential excessive memory usage when deco...Even Rouault2020-04-241-26/+25
* | Fix wrong file size checks for memory-mapped BigTIFF files that could lead to...Even Rouault2020-04-151-2/+2
|/
* Rename itrunc to fix name clash with a different itrunc in math.h on AIX. Fix...Rob Boehne2020-04-011-11/+11
* tif_fax3: quit Fax3Decode2D() when a buffer overflow occursThomas Bernard2020-03-261-2/+2
* tif_fax3: more buffer overflow checks in Fax3Decode2D()Thomas Bernard2020-03-232-4/+9
* tif_win32.c: do not _tiffMapProc() 0 sized filesThomas Bernard2020-03-141-3/+5
* tif_unix.c: do not _tiffMapProc 0 size filesThomas Bernard2020-03-141-1/+1
* tif_fax3.c: fix warning C4018: '<': signed/unsigned mismatch introduced in pa...Even Rouault2020-03-121-1/+1
* tiff.h: mention TIFFTAG_RPCCOEFFICIENT, TIFFTAG_TIFF_RSID, TIFFTAG_GEO_METADATAEven Rouault2020-03-121-0/+8
* Merge branch 'issue-60' into 'master'Even Rouault2020-03-121-0/+28
|\
| * added support for more private tagsThomas Bernard2020-03-121-0/+28
* | Fax3SetupState(): check consistency of rowbytes and rowpixelsThomas Bernard2020-03-111-1/+12
|/
* Merge branch 'issue-11-const-pointers' into 'master'Even Rouault2020-03-104-31/+31
|\
| * Make the default whitepoint and ycbcrcoeffs arrays constAdam Goode2020-03-081-4/+5
| * Make pointers returned via TIFFGetField constAdam Goode2020-03-084-27/+26
* | tif_ojpeg.c: relax again too strict sanity checks to allow reading of valid i...Even Rouault2020-03-101-7/+4
* | Merge branch 'issue-58' into 'master'Even Rouault2020-03-081-1/+1
|\ \
| * | Make TIFFTAG_CFAPATTERN variable countSam Hasinoff2020-03-081-1/+1
| |/
* | TIFFTAG_PREDICTOR is not supported for WebPThomas Bernard2020-03-081-4/+0
|/
* Merge branch 'EXIF231_GPS_upgrade' into 'master'Even Rouault2020-03-077-9/+194
|\
| * EXIF 2.32 and GPS tags and functionality upgraded.Su_Laus2020-03-077-9/+194
* | tif_fax3.h: check for buffer overflow in EXPAND2D before "calling" CLEANUP_RU...Thomas Bernard2020-03-051-1/+3
* | TIFFReadCustomDirectory(): fix potential heap buffer overflow when reading a ...Even Rouault2020-03-011-0/+1
* | tif_fax3: better fix for CVE-2011-0192Thomas Bernard2020-03-012-7/+13
* | tif_fax3.h: allow 0 length run in DECODE2DThomas Bernard2020-02-291-5/+3
|/
* tif_dirwrite.c: bugfix DoubleToSrational(), which returns plain signed interg...Su_Laus2020-02-291-9/+9
* Fax4Decode(): log error message in case of buffer overrunThomas Bernard2020-02-291-2/+12
* tif_fax3.c: check buffer overflow in Fax4Decode()Thomas Bernard2020-02-291-0/+4
* typo fixes in code commentsEven Rouault2020-02-292-5/+5
* ToRationalEuclideanGCD: remove useless test that confuses Coverity Scan about...Even Rouault2020-02-281-1/+1
* tif_dirwrite.c: fix other warnings related to 6df997c786928757caea0dd68d26ea5...Even Rouault2020-02-271-3/+3
* tif_dirwrite.c: fix various warnings found when building GDAL with internal l...Even Rouault2020-02-271-18/+33
* tif_dirwrite.c: qualify ToRationalEuclideanGCD() with staticEven Rouault2020-02-271-0/+1
* Merge branch 'Rational2DoublePrecision' into 'master'Even Rouault2020-02-275-44/+659
|\
| * Rational with Double Precision UpgradeSu_Laus2020-02-275-44/+659
* | Merge branch 'fix-unused-warning' into 'master'Even Rouault2020-02-261-0/+3
|\ \
| * | warnings: mark conditionally used parametersBen Boeckel2019-03-261-0/+3
* | | Merge branch 'master' into 'master'Even Rouault2020-02-261-1/+1
|\ \ \
| * | | fix issue #78 warnings regarding RichTIFFIPTC data typeAngel Sánchez2019-12-161-1/+1
* | | | Merge branch 'win64-handle-casts-warn-fix' into 'master'Even Rouault2020-02-261-23/+27
|\ \ \ \