summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
* Hardcode HOST_FILLORDER to FILLORDER_LSB2MSB, and make 'H' flag of TIFFOpen()...Even Rouault2023-05-093-5/+27
* tif_lerc.c: use WORDS_BIGENDIAN instead of HOST_BIGENDIANEven Rouault2023-05-091-1/+1
* Merge branch 'fix_484_TIFFDirectory_32_64_bit' into 'master'Even Rouault2023-05-072-5/+5
|\
| * Fix 484 TIFFDirectory td_fieldsset uses unsigned long which can be 32 or 64 b...Su_Laus2023-02-082-5/+5
* | Merge branch 'DNG_1.6_EP_tags' into 'master'Even Rouault2023-05-074-1137/+961
|\ \
| * | Add DNG tags up to version 1.6.0.0 and some TIFF/EP tags and update documenta...Su_Laus2023-04-254-1137/+961
* | | Merge branch 'fix_548' into 'master'Even Rouault2023-05-061-0/+5
|\ \ \
| * | | LZWDecode(): avoid crash when trying to read again from a strip whith a missi...Even Rouault2023-04-291-0/+5
* | | | tif_ojpeg.c fix 554 by checking for division by zeroSu Laus2023-05-061-0/+3
|/ / /
* | | countInkNamesString(): fix `UndefinedBehaviorSanitizer`: applying zero offset...xiaoxiaoafeifei2023-04-211-2/+2
|/ /
* | Even faster TIFFSetDirectory() using IFD list.Su Laus2023-03-264-36/+147
* | Optimize relative seeking with TIFFSetDirectorySu Laus2023-03-124-13/+49
* | Merge branch 'fix_Unlink_first_directory_0' into 'master'Even Rouault2023-02-161-0/+18
|\ \
| * | Fix TIFFUnlinkDirectory(0) case and unlink of first directory.Su_Laus2023-02-041-0/+18
| |/
* | tif_luv: Check and correct for NaN data in uv_encode().Su_Laus2023-02-161-0/+7
|/
* TIFFClose() avoid NULL pointer dereferencing. fix#515Su_Laus2023-02-031-4/+7
* Add versioninfo resource files for DLL and tools compiled with Windows MSVC a...Su Laus2023-01-252-0/+59
* tif_hash_set.c: include tif_hash_set.h after tif_config.h to let a chance for...Even Rouault2023-01-221-1/+2
* Fax3: fix failure to decode some fax3 images (fixes #513)Even Rouault2023-01-211-1/+1
* Remove use of tif_dirnumberEven Rouault2023-01-066-18/+4
* TIFFSetSubDirectory(): call _TIFFCleanupIFDOffsetAndNumberMaps()Even Rouault2023-01-061-0/+1
* struct tiff: remove unused tif_dirlistoffEven Rouault2023-01-061-5/+3
* TIFFUnlinkDirectory(): reset tif_dirnumberEven Rouault2023-01-061-0/+1
* Add _TIFFCleanupIFDOffsetAndNumberMaps() and call it from TIFFUnlinkDirectory()Even Rouault2023-01-063-2/+23
* Disable clang-formatting for tif_config.h.cmake.in and tiffconf.h.cmake.in be...Su_Laus2022-12-284-4/+8
* Disable clang-formatting for tif_config.h.cmake.in and tiffconf.h.cmake.in be...Su_Laus2022-12-264-0/+28
* Behavior of TIFFOpen() mode "r+" in the Windows implementation adjusted to th...Su_Laus2022-12-161-1/+1
* TIFFSetDirectory: avoid harmless unsigned-integer-overflowEven Rouault2022-12-151-2/+6
* Merge branch 'ossfuzz_54311' into 'master'Even Rouault2022-12-141-1/+6
|\
| * TIFFWriteDirectorySec(): avoid harmless unsigned-integer-overflowEven Rouault2022-12-141-1/+6
* | tif_hash_set.c: add a tif_config.h include (mostly for GDAL renaming symbols ...Even Rouault2022-12-141-0/+1
|/
* TIFFAdvanceDirectory()/TIFFUnlinkDirectory(): fix build warnings/errors on OS...Even Rouault2022-12-131-4/+3
* TIFFHashSetInsert(): fix potential memleakEven Rouault2022-12-131-1/+6
* _TIFFCheckDirNumberAndOffset(): fix recently introduced use-after-free found ...Even Rouault2022-12-131-4/+19
* _TIFFCheckDirNumberAndOffset: fix a previous commitEven Rouault2022-12-131-2/+2
* Prepare libtiff v4.5.0rc2Even Rouault2022-12-131-1/+1
* Fix IFD loop detectionEven Rouault2022-12-136-29/+68
* Use UINT_MAXEven Rouault2022-12-132-5/+7
* Make TIFF_MAX_DIR_COUNT a autoconf/CMake settingEven Rouault2022-12-134-5/+10
* Add a TIFF_MAX_DIR_COUNT public #defineEven Rouault2022-12-122-5/+13
* TIFFCurrentDirectory(), TIFFNumberOfDirectories(), TIFFSetDirectory(), TIFFUn...Even Rouault2022-12-126-51/+51
* IFD loop checking: use hashmap to avoid quadratic performanceEven Rouault2022-12-124-86/+143
* Add a hashset/hashmap implementation (ported from GDAL's CPLHashSet)Even Rouault2022-12-124-0/+700
* Make TIFFSetDirectory(tiff, 65534) work again (fixes #502)Even Rouault2022-12-121-12/+8
* tiffvers.h.in: add clang-format off/onEven Rouault2022-12-112-0/+14
* tiffvers.h: add TIFFLIB_MAJOR_VERSION, TIFFLIB_MINOR_VERSION, TIFFLIB_MICRO_V...Even Rouault2022-12-102-1/+29
* tiffvers.h: revert formattingEven Rouault2022-12-101-3/+1
* Prepare v4.5.0 releaseEven Rouault2022-12-091-2/+2
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-0855-35591/+38691
* Remove vim/emacs formatting footersEven Rouault2022-12-0851-436/+0