summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
* libtiff: Add Doxygen and initial Breathe usagemanpage-fixesRoger Leigh2022-07-2214-431/+1176
* Merge branch 'elf-symbol-export' into 'master'Roger Leigh2022-07-031-0/+201
|\
| * libtiff: Correct version script for changes since v4.4.0Roger Leigh2022-06-241-2/+4
| * libtiff: Add symbol versioning of all exported symbolsRoger Leigh2022-06-241-0/+199
* | _TIFFCheckFieldIsValidForCodec(): return FALSE when passed a codec-specific t...Even Rouault2022-06-271-0/+3
* | Merge branch '16bit_cielab' into 'master'Even Rouault2022-06-273-7/+52
|\ \
| * | Add basic 16bit-cielab supportCaolán McNamara2022-06-273-7/+52
* | | Merge branch 'webp_mem_improvements' into 'master'Even Rouault2022-06-241-28/+95
|\ \ \ | |_|/ |/| |
| * | WEBP codec: avoid temporary buffer and memcpy() on whole tile/strip decodingEven Rouault2022-06-231-28/+95
* | | Merge branch 'remove-wince' into 'master'Roger Leigh2022-06-241-288/+0
|\ \ \ | |/ / |/| |
| * | Remove obsolete WinCE source fileRoger Leigh2022-06-191-288/+0
* | | tif_predict.c: make horAcc8() work with icc (ICC) 2021.6.0 20220226 -O2Even Rouault2022-06-221-17/+11
|/ /
* | libtiff.def: export _TIFFClampDoubleToUInt32Even Rouault2022-06-111-1/+1
* | fix the FPE in tiffcrop (#415, #427, and #428)4ugustus2022-06-112-0/+10
* | tif_jpeg.c: fix error messageEven Rouault2022-06-101-1/+1
|/
* Merge branch 'cmake-xc-faxtable' into 'master'Roger Leigh2022-06-051-9/+11
|\
| * cmake: Do not build faxtable target when cross-compilingRoger Leigh2022-05-291-9/+11
| * cmake: Use add_compile_definitions and add_compile_optionsRoger Leigh2022-05-291-3/+1
| * cmake: Add MSVC options when building all libraries and executablesRoger Leigh2022-05-291-1/+3
* | Merge branch 'cmake-win32-libtiffxx-static' into 'master'Roger Leigh2022-06-051-1/+7
|\ \
| * | cmake: libtiffxx is static on win32Roger Leigh2022-05-291-1/+7
| |/
* | Include stdlib.h in tif_lzw.c.Brian Ledger2022-06-031-0/+1
|/
* Prepare for release 4.4.0v4.4.0rc1v4.4.0Even Rouault2022-05-201-2/+2
* Public functions TIFFFieldSetGetSize() and TIFFieldSetGetCountSize() added.Su Laus2022-05-147-61/+73
* Remove incorrect assert.Ben Laurie2022-05-131-1/+0
* Reading of signed tags added (fixes #40)Su Laus2022-05-081-17/+628
* Fix typos in commentsEven Rouault2022-05-082-2/+2
* TIFFIsBigTiff() function added.Su Laus2022-05-083-1/+12
* Merge branch 'fix_#8_FreeAnonTag' into 'master'Even Rouault2022-04-237-9/+26
|\
| * extra flag for anonymous (unknown) tags (fixes #8)Su_Laus2022-04-067-9/+26
* | tif_lzw.c: fix potential out-of-bounds error when trying to read in the same ...Even Rouault2022-04-221-1/+8
|/
* avoid hang in TIFFRewriteDirectory() if a classic file > 4 GB is attempted to...Even Rouault2022-03-211-0/+6
* tif_lzw.c: avoid harmless unsigned-integer-overflow (https://bugs.chromium.or...Even Rouault2022-03-181-2/+2
* LZWDecode(): major speed improvementsEven Rouault2022-03-161-137/+244
* LZWDecode(): modest speed improvement: fetch input data by chunks of the larg...Even Rouault2022-03-161-34/+107
* tif_lzw.c: make LZW_CHECKEOS non-optionalEven Rouault2022-03-101-30/+15
* fix the FPE in tiffcrop (#393)4ugustus2022-03-081-2/+2
* tif_jbig.c: fix crash when reading a file with multiple IFD in memory-mapped ...Even Rouault2022-02-241-0/+10
* Merge branch 'string_size_limit' into 'master'Even Rouault2022-02-242-26/+34
|\
| * Constify signature of _TIFFsetXXXXArray() functions, and remove unused _TIFFs...Even Rouault2022-02-202-25/+22
| * _TIFFVSetField(): when passing a string without explicit length, check that t...Even Rouault2022-02-201-1/+12
* | Merge branch 'TIFFClientOpen_cleanup' into 'master'Even Rouault2022-02-241-2/+0
|\ \
| * | TIFFClientOpen(): remove useless initializations of tif_rawcc and tif_flags a...Even Rouault2022-02-191-2/+0
| |/
* | Remove extra word in commentEven Rouault2022-02-201-1/+1
* | TIFFPrintDirectory(): avoid potential multi-threading issue when reading the ...Even Rouault2022-02-201-1/+1
|/
* TIFFFetchNormalTag(): speed optimization when reading a (very large) nul-term...Even Rouault2022-02-191-15/+29
* TIFFWriteDirectoryTagData(): turn assertion on data length into a runtime checkEven Rouault2022-02-191-1/+6
* TIFFFetchNormalTag(): avoid calling memcpy() with a null source pointer and s...Even Rouault2022-02-171-1/+4
* Merge branch 'tl/fix-cpack' into 'master'Roger Leigh2022-02-151-8/+8
|\
| * Fix packaging with CPackTimothy Lyanguzov2022-01-281-8/+8