summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ChangeLog updated with latest git commits.Bob Friesenhahn2019-11-031-0/+882
* Added a step for updating the legacy ChangeLog file.Bob Friesenhahn2019-11-031-21/+33
* Ignore emacs temporary files (ending with tilde character).Bob Friesenhahn2019-11-031-0/+1
* Added release summary page for the 4.1.0 release.Bob Friesenhahn2019-11-031-0/+198
* Fix Cmake HAVE_GETOPT for systems which declare getopt in stdio.h.Bob Friesenhahn2019-11-0311-11/+11
* Fax2tiff.sh needs to remove its output file in advance. Syntax changes so tha...Bob Friesenhahn2019-11-031-1/+2
* tif_jpeg.c: extra cast to silence Coverity warning. GDAL CID 1406475Even Rouault2019-10-261-1/+1
* tif_jpeg.c: fix warning added by previous commit (on 32bit builds)Even Rouault2019-10-231-1/+1
* Merge branch 'coverity-fixes' into 'master'Even Rouault2019-10-232-3/+3
|\
| * Use 64-bit calculations correctlyTimothy Lyanguzov2019-10-231-1/+1
| * Fix size calculation to use 64-bit tmsize_t correctlyTimothy Lyanguzov2019-10-231-1/+1
| * Make bytesperclumpline calculations using tmsize_t typeTimothy Lyanguzov2019-10-231-1/+1
|/
* tif_read: align code of TIFFReadRawStrip() and TIFFReadRawTile() that differe...Even Rouault2019-10-031-10/+12
* HTML: update for GitLab issuesEven Rouault2019-10-013-11/+15
* html/v3.5.6-beta.html: redact URL of defunct web siteEven Rouault2019-09-291-1/+1
* Website: update links to mailing listEven Rouault2019-09-291-5/+5
* TIFFReadAndRealloc(): avoid too large memory allocation attempts. Fixes https...Even Rouault2019-09-181-0/+16
* ByteCountLooksBad and EstimateStripByteCounts: avoid unsigned integer overflo...Even Rouault2019-09-031-3/+13
* tif_ojpeg.c: avoid relying on isTiled macro being wrapped in ()Even Rouault2019-09-021-2/+2
* tif_ojpeg.c: avoid use of uninitialized memory on edge/broken file. Fixes htt...Even Rouault2019-09-021-1/+7
* tiff_read_rgba_fuzzer.cc: add a -DSTANDALONE mode for easier reproduction of ...Even Rouault2019-09-021-0/+82
* tif_dirread.c: allocChoppedUpStripArrays(). avoid unsigned integer overflow. ...Even Rouault2019-09-011-8/+21
* tif_ojpeg.c: avoid unsigned integer overflow. Fixes https://bugs.chromium.org...Even Rouault2019-08-271-1/+3
* TIFFReadDirEntryData(): rewrite to avoid unsigned integer overflow (not a bug...Even Rouault2019-08-271-6/+6
* TIFFFetchDirectory(): fix invalid cast from uint64 to tmsize_t. Fixes https:/...Even Rouault2019-08-261-2/+3
* JPEG: avoid use of unintialized memory on corrupted filesEven Rouault2019-08-251-0/+14
* _TIFFPartialReadStripArray(): avoid unsigned integer overflow. Fixes https://...Even Rouault2019-08-241-0/+8
* OJPEGWriteHeaderInfo(): avoid unsigned integer overflow on strile dimensions ...Even Rouault2019-08-231-2/+2
* TIFFFillStrip(): avoid harmless unsigned integer overflow. Fixes https://bugs...Even Rouault2019-08-231-2/+8
* EstimateStripByteCounts(): avoid unsigned integer overflow. Fixes https://bug...Even Rouault2019-08-231-1/+5