summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'issue-252' into 'master'Even Rouault2021-05-032-6/+8
|\ \ \ | |/ / |/| |
| * | Prevent adding root directory to include listTimothy Lyanguzov2021-04-292-6/+8
|/ /
* | fix TIFFReadRawStrip man and HTML page typoLaszlo Boszormenyi (GCS)2021-04-232-2/+2
* | HOWTO-RELEASE: updateEven Rouault2021-04-201-1/+1
* | Merge branch 'lerc_zstd_deflate' into 'master'Even Rouault2021-04-183-5/+15
|\ \
| * | Make LERC_SUPPORT conditional on ZLIB_SUPPORT. Make display of lerc options i...Miguel Medalha2021-04-183-5/+15
* | | Merge branch 'vtorri_xz' into 'master'Even Rouault2021-04-161-1/+1
|\ \ \ | |/ / |/| |
| * | automatic creation of xz archive when running make distcheckVincent Torri2021-04-161-1/+1
* | | iptcutil.c: fix bug in EOF comparison, spotted on NetBSD 9 earmv7hf-elEven Rouault2021-04-161-2/+2
|/ /
* | Prepare for v4.3.0 releasev4.3.0rc1v4.3.0Even Rouault2021-04-169-13/+1101
* | Merge branch 'libjpeg12_cmake' into 'master'Even Rouault2021-04-141-1/+1
|\ \
| * | libtiff/tif_config.h.cmake.in: surround LIBJPEG_12_PATH by double quotesEven Rouault2021-04-151-1/+1
* | | Merge branch 'lerc_api_change' into 'master'Even Rouault2021-04-141-0/+10
|\ \ \ | |/ /
| * | tif_lerc.c: cope with API breakage in liblerc masterEven Rouault2021-04-141-0/+10
|/ /
* | libtiff: remove remaining #ifdef WIN32 and use PRI formattingEven Rouault2021-04-082-21/+5
|/
* Merge branch 'kmilos-master-patch-73187' into 'master'Even Rouault2021-03-101-1/+0
|\
| * tiffcp: Remove LZW help text, preset not supportedMiloš Komarčević2021-03-101-1/+0
* | Merge branch 'feature/lerc' into 'master'Even Rouault2021-03-1014-1/+1538
|\ \
| * | Add LERC support in CMakeAntonio Valentino2021-03-074-0/+126
| * | Add LERC support in configure.ac and Makefile.amAntonio Valentino2021-03-074-0/+67
| * | Add LERC support to tiffcpAntonio Valentino2021-03-071-1/+65
| * | Add LERC pluginAntonio Valentino2021-03-075-0/+1280
* | | Merge branch 'cmake-fixes' into 'master'Even Rouault2021-03-102-5/+5
|\ \ \
| * | | cmake: Correct FindCMathRoger Leigh2021-03-091-4/+4
| * | | cmake: Correct ZSTD_USABLE typoRoger Leigh2021-03-091-1/+1
* | | | Merge branch 'cmake-find-lib-prefixes' into 'master'Roger Leigh2021-03-072-0/+14
|\ \ \ \ | |/ / /
| * | | cmake: FindJBIG uses lib prefix on WindowsRoger Leigh2021-03-071-0/+7
| * | | cmake: FindDeflate uses lib prefix on WindowsRoger Leigh2021-03-071-0/+7
|/ / /
* | | TWebPDecode(): avoid potential overflow on multiplication (CID 1472928)Even Rouault2021-03-071-1/+1
* | | TIFFReadDirEntryArrayWithLimit(): avoid false positive from Coverity Scan reg...Even Rouault2021-03-071-2/+5
* | | tif_dirwrite.c: avoid setting a variable that is not read afterwardsEven Rouault2021-03-071-5/+3
* | | Merge branch 'coverity-fixes' into 'master'Even Rouault2021-03-072-2/+15
|\ \ \
| * | | Fix high-impact Coverity issues (resource leaks).Roger Leigh2021-03-072-2/+15
| |/ /
* | | Merge branch 'fix_tif_fax3_encoder_regression' into 'master'Even Rouault2021-03-071-1/+1
|\ \ \ | |/ / |/| |
| * | tif_fax3.c: fix master regression in encoderEven Rouault2021-03-071-1/+1
|/ /
* | Merge branch 'display_tool_purpose' into 'master'Roger Leigh2021-03-0620-17/+36
|\ \
| * | Update tiffsplit.cMiguel Medalha2021-02-071-2/+2
| * | Reinsert summary line lost after conflicting merge.Miguel Medalha2021-02-071-2/+3
| * | Merge branch 'master' into 'display_tool_purpose'Miguel Medalha2021-02-0770-2543/+1265
| |\ \
| * | | Update raw2tiff.c (remove duplicate description of tool)Miguel Medalha2021-01-301-1/+0
| * | | Update tiffdither.c (2 tabs caused slight misalignment of lines in usage info...Miguel Medalha2021-01-281-2/+2
| * | | Update ppm2tiff.c (slight misalignment of lines in usage info output)Miguel Medalha2021-01-281-7/+7
| * | | Update tiffset.c (small misalignment of lines in usage info output)Miguel Medalha2021-01-281-3/+3
| * | | Display tool purposeMedalha2021-01-2820-2/+22
* | | | Merge branch 'cmake-update' into 'master'Even Rouault2021-03-0662-855/+2074
|\ \ \ \
| * | | | cmake: Add release targetRoger Leigh2021-02-133-0/+66
| * | | | cmake: Remove empty contrib filesRoger Leigh2021-02-1316-176/+0
| * | | | cmake: Tidy toplevelRoger Leigh2021-02-132-10/+54
| * | | | cmake: Move pkg-config support to PkgConfig.cmakeRoger Leigh2021-02-132-10/+37
| * | | | cmake: Move library feature options to CXXLibraryFeatures.cmakeRoger Leigh2021-02-132-35/+61