summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Add options for disabling tools, tests, contrib and docsRoger Leigh2022-05-293-0/+6
* iptcutil.c: fix bug in EOF comparison, spotted on NetBSD 9 earmv7hf-elEven Rouault2021-04-161-2/+2
* cmake: Remove empty contrib filesRoger Leigh2021-02-1316-176/+0
* cmake: Add FindCMath to handle libm linking portablyRoger Leigh2021-02-131-2/+2
* cmake: Split into helper scriptsRoger Leigh2021-02-133-18/+12
* cmake: Use target_sourcesRoger Leigh2021-02-083-12/+18
* cmake: Remove unnecessary extra_dist usageRoger Leigh2021-02-0811-56/+1
* Remove NMake build supportRoger Leigh2021-02-083-31/+1
* Use standard C99 integer typesRoger Leigh2021-01-2117-374/+374
* Merge branch 'include_libport' into 'master'Roger Leigh2021-01-103-12/+0
|\
| * cmake: Use target_include_directories correctlyRoger Leigh2021-01-073-12/+0
* | contrib/iptcutil.c - set '#ifdef _WIN32' (was '#ifdef WIN32', which failed at...miguel2021-01-051-3/+3
|/
* Fix spelling mistakes.Kurt Schwehr2020-12-317-10/+10
* Fix compiler warnings about unused variables when assert() expands to nothingEven Rouault2020-10-121-0/+1
* Set the --shared-memory linker flag for Emscripten builds.Attila Oláh2020-09-242-0/+17
* contrib/win_dib/tiff2dib: fix Uninitialized variable: lpBitsThomas Bernard2020-03-091-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
* contrib/oss-fuzz/build.sh: fix ossfuzz build by statically linking to lzmaEven Rouault2019-11-141-1/+1
* tiff_read_rgba_fuzzer.cc: add a -DSTANDALONE mode for easier reproduction of ...Even Rouault2019-09-021-0/+82
* oss-fuzz/tiff_read_rgba_fuzzer.cc: fix wrong env variable value in previous c...Even Rouault2019-08-111-1/+1
* oss-fuzz/tiff_read_rgba_fuzzer.cc: avoid issue with libjpeg-turbo and MSANEven Rouault2019-08-111-0/+9
* contrib/oss-fuzz/build.sh: fix for i386 build of jbigkit, and use $LIB_FUZZIN...Even Rouault2019-08-101-2/+9
* add jbig support to the fuzzerPaul Kehrer2018-10-291-1/+9
* remove a pointless multiplication and a variable that's not necessaryPaul Kehrer2018-04-171-4/+2
* move oss-fuzz build script and fuzzer into libtiff treePaul Kehrer2018-04-172-0/+142
* Fix some typosStefan Weil2018-02-249-13/+13
* Fix for bug 2772Nathan Baker2018-02-121-1/+13
* Fix all compiler warnings for default buildNathan Baker2018-02-041-0/+1
* Remove remaining .cvsignore filesEven Rouault2017-12-0111-34/+0
* Remove autoconf/automake generated files, and add them to .gitignoreEven Rouault2017-12-0111-6312/+0
* Regenerate autoconf filesEven Rouault2017-11-3011-0/+11
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-3013-27/+0
* fax2tiff: Pass the FAX_Client_Data struct as client dataBob Friesenhahn2017-10-2911-11/+0
* * refresh autoconf/make stuff with what is on Ubuntu 16.04 (minor changes)Even Rouault2017-07-1111-0/+11
* * html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn forBob Friesenhahn2016-04-0811-69/+209
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningsEven Rouault2015-11-1811-198/+69
* * Makefile.am (distcheck-hook), configure.ac: Applied patches byBob Friesenhahn2015-09-0111-0/+11
* All the CMakeLists.txt files were missing from the distribution tarball.Bob Friesenhahn2015-08-3022-28/+125
* Use consistent line terminations.Bob Friesenhahn2015-08-2811-34/+34
* * CMakeLists.txt: Add CMake patchset by Roger Leigh as posted toBob Friesenhahn2015-06-2511-0/+351
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-211-3/+3
* * contrib/addtiffo/tif_overview.c (TIFF_DownSample): Check bufferBob Friesenhahn2015-05-301-2/+19
* * contrib/addtiffo/addtiffo.c (main): Possibly address CoverityBob Friesenhahn2015-05-301-3/+8
* * contrib/iptcutil/iptcutil.c (formatIPTC): Fix Coverity 1024468Bob Friesenhahn2015-05-291-369/+380
* * contrib/addtiffo/tif_ovrcache.c (TIFFCreateOvrCache): FixBob Friesenhahn2015-05-291-9/+10
* * contrib/addtiffo/tif_ovrcache.c (TIFFCreateOvrCache): FixBob Friesenhahn2015-05-281-2/+4
* * tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "LogicalBob Friesenhahn2015-05-2811-11/+0