summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tif_dirwrite.c: fix other warnings related to 6df997c786928757caea0dd68d26ea5...Even Rouault2020-02-271-3/+3
* rational_precision2double.c: fix many warnings, and do not build it on CMake ...Even Rouault2020-02-272-28/+13
* 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-278-45/+1655
|\
| * Rational with Double Precision UpgradeSu_Laus2020-02-278-45/+1655
* | Merge branch 'division-by-zero' into 'master'Even Rouault2020-02-261-1/+1
|\ \
| * | tools/tiffcp.c: fix potential division by zeroNikola Forró2019-06-121-1/+1
* | | 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
|\ \ \ \ \
| * | | | | Avoid warnings about casts between HANDLE and int in Win64 buildsVadim Zeitlin2019-10-061-23/+27
* | | | | | Merge branch 'bug2839' into 'master'Even Rouault2020-02-261-7/+18
|\ \ \ \ \ \
| * | | | | | raw2tiff: avoid divide by 0Thomas Bernard2020-02-161-7/+18
* | | | | | | Merge branch 'bug2669' into 'master'Even Rouault2020-02-261-0/+5
|\ \ \ \ \ \ \
| * | | | | | | tiff2pdf: palette bound check in t2p_sample_realize_palette()Thomas Bernard2020-02-081-0/+5
* | | | | | | | Merge branch 'int-shift' into 'master'Even Rouault2020-02-261-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | tiffcrop: fix asan runtime error caused by integer promotionThomas Bernard2020-02-081-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'bug-2538' into 'master'Even Rouault2020-02-261-14/+14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | libtiff.html: fix function casingThomas Bernard2020-02-081-11/+11
| * | | | | | | libtiff.html: fix function casingThomas Bernard2020-02-081-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'bug2855' into 'master'Even Rouault2020-02-091-4/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | tiff2ps: fix heap buffer read overflow in PSDataColorContig()Thomas Bernard2020-02-081-4/+8
|/ / / / / /
* | | | | | tif_dirread.c: suppress CLang static Analyzer 9.0 false positiveEven Rouault2020-02-061-0/+1
* | | | | | TIFFSetupStrips: enforce 2GB limitation of Strip/Tile Offsets/ByteCounts arraysEven Rouault2020-02-011-0/+7
* | | | | | Simplify nmake configuration for building port directory. Now thereBob Friesenhahn2020-01-293-11/+18
* | | | | | Make sure that tif_config.h is produced prior to entering the portBob Friesenhahn2020-01-282-0/+5
* | | | | | Fix nmake build mistakes in my last commit:Bob Friesenhahn2020-01-263-9/+10
* | | | | | Add nmake build support for manually configuring the 'port' files to beBob Friesenhahn2020-01-255-11/+68
* | | | | | Adjust previous fix to avoid undue warning in some situations triggered by GDALEven Rouault2020-01-231-8/+22
* | | | | | _TIFFPartialReadStripArray: bring back support for non-conformant SLONG8 data...Even Rouault2020-01-121-3/+46
* | | | | | test: add test for single-strip OJPEG file without RowsPerStrip tag (like in ...Even Rouault2020-01-074-4/+15
* | | | | | OJPEGReadHeaderInfo: if rowsperstrip not defined, then assume one-single-stri...Even Rouault2020-01-071-0/+2
| |/ / / / |/| | | |
* | | | | contrib/oss-fuzz/build.sh: fix broken if constructEven Rouault2019-12-141-3/+1
* | | | | contrib/oss-fuzz/build.sh: other attempt at fixing build failureEven Rouault2019-11-281-6/+12
* | | | | contrib/oss-fuzz/build.sh: install liblzma-dev for x86_64 buildsEven Rouault2019-11-201-0/+2
* | | | | contrib/oss-fuzz/build.sh: install liblzma-dev:i386 on i386 buildsEven Rouault2019-11-171-0/+6
* | | | | Merge branch 'cmake-parse' into 'master'Even Rouault2019-11-151-8/+4
|\ \ \ \ \
| * | | | | CMake: simplify parsing variables from configureRolf Eike Beer2019-11-151-8/+4
|/ / / / /
* | | | | contrib/oss-fuzz/build.sh: fix ossfuzz build by statically linking to lzmaEven Rouault2019-11-141-1/+1
* | | | | Merge branch 'fix_ojpeg_172' into 'master'Even Rouault2019-11-1246-37/+302
|\ \ \ \ \
| * | | | | OJPEG: fix broken sanity check added in 4.1.0, and add two OJPEG test filesEven Rouault2019-11-1117-34/+120
| * | | | | test/: add missing generated .sh filesEven Rouault2019-11-1129-3/+182
|/ / / / /
* | | | | Merge branch 'fix-missing-checks-TIFFGetField-tiffcrop' into 'master'Even Rouault2019-11-041-3/+4
|\ \ \ \ \
| * | | | | adds missing checks on TIFFGetField in tiffcrop tool (fixes #170)Bug Checkers2019-11-041-3/+4
|/ / / / /
* | | | | Merge branch 'adds-missing-TIFFClose-rgb2ycbcr' into 'master'Even Rouault2019-11-041-0/+1
|\ \ \ \ \
| * | | | | adds a missing TIFFClose in rgb2ycbcr toolMansour Ahmadi2019-11-041-0/+1
|/ / / / /
* | | | | libtiff 4.1.0 releasedv4.1.0Bob Friesenhahn2019-11-037-12/+15