summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix_558' into 'master'HEADmasterEven Rouault2023-05-167-38/+31
|\
| * Hardcode HOST_FILLORDER to FILLORDER_LSB2MSB, and make 'H' flag of TIFFOpen()...Even Rouault2023-05-096-37/+30
| * 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-078-1514/+2623
|\ \
| * | Add DNG tags up to version 1.6.0.0 and some TIFF/EP tags and update documenta...Su_Laus2023-04-258-1514/+2623
* | | Merge branch 'issue547' into 'master'Even Rouault2023-05-071-2/+4
|\ \ \
| * | | do not install libtiff-4.pc when tiff-install is resetRoman2023-04-231-2/+4
* | | | 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
| |/ / /
* | | | Merge branch 'tiffcrop_fix_553_multi-image-errors' into 'master'Even Rouault2023-05-061-4/+9
|\ \ \ \
| * | | | Consider error return of writeSelections().Su_Laus2023-05-051-4/+9
| |/ / /
* | | | Merge branch 'tif_ojpeg_fix-554_FPE' into 'master'Even Rouault2023-05-061-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | tif_ojpeg.c fix 554 by checking for division by zeroSu Laus2023-05-061-0/+3
|/ / /
* | | Merge branch 'mymaster1' into 'master'Even Rouault2023-04-211-2/+2
|\ \ \ | |/ / |/| |
| * | countInkNamesString(): fix `UndefinedBehaviorSanitizer`: applying zero offset...xiaoxiaoafeifei2023-04-211-2/+2
|/ /
* | Merge branch 'tif_ovrcache_TIFFSetSubDirectory' into 'master'Even Rouault2023-03-261-2/+7
|\ \
| * | tif_ovrcache.c: check TIFFSetSubDirectory() return value (CID 1524573)Even Rouault2023-03-261-2/+7
|/ /
* | Merge branch 'even_faster_setdirectory_with_IFDlist' into 'master'Even Rouault2023-03-266-46/+469
|\ \
| * | Even faster TIFFSetDirectory() using IFD list.Su Laus2023-03-266-46/+469
|/ /
* | Merge branch 'faster-setdirectory_newMR' into 'master'Even Rouault2023-03-126-72/+608
|\ \
| * | Optimize relative seeking with TIFFSetDirectorySu Laus2023-03-126-72/+608
|/ /
* | Merge branch 'master' into 'master'Even Rouault2023-03-111-1/+6
|\ \
| * | Fix memory leak in tiffcrop.czhailiangliang2023-03-081-1/+6
|/ /
* | Merge branch 'skip-thumbnail-test' into 'master'Even Rouault2023-02-232-82/+91
|\ \
| * | test (cmake): skip script tests if tools aren't builtSam James2023-02-221-81/+85
| * | test (autotools): skip script tests if tools aren't builtSam James2023-02-221-1/+6
|/ /
* | 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
* | | Merge branch 'tif_luv_check_NaN_fix_#530' into 'master'Even Rouault2023-02-161-0/+7
|\ \ \
| * | | tif_luv: Check and correct for NaN data in uv_encode().Su_Laus2023-02-161-0/+7
|/ / /
* | | Merge branch 'tiffcrop_dont_reuse_input_buffer_fix_527' into 'master'Even Rouault2023-02-141-34/+13
|\ \ \ | |_|/ |/| |
| * | tiffcrop: Do not reuse input buffer for subsequent images. Fix issue 527Su_Laus2023-02-141-34/+13
|/ /
* | Merge branch 'test_ifd_loop_detection_fix_CoverityScan_ln_55' into 'master'Even Rouault2023-02-081-7/+11
|\ \
| * | test_ifd_loop_detection: fix Coverity Scan issue CID 1520750: Null pointer de...Su_Laus2023-02-081-7/+11
* | | Merge branch 'tiffcrop_fix_CoverityScan_line_9676' into 'master'Even Rouault2023-02-061-1/+1
|\ \ \ | |/ / |/| |
| * | Fix Coverity Scan issue CID 1520761: Integer handling issues (OVERFLOW_BEFORE...Su_Laus2023-02-061-1/+1
|/ /
* | Merge branch 'tiffcrop_R270_fix#492' into 'master'Even Rouault2023-02-051-24/+35
|\ \
| * | tiffcrop: Amend rotateImage() not to toggle the input (main) image width and ...Su_Laus2023-02-051-24/+35
|/ /
* | Merge branch 'tiffcrop_correctly_update_buffersize_after_rotate_fix#520' into...Even Rouault2023-02-051-19/+53
|\ \
| * | tiffcrop correctly update buffersize after rotateImage() fix#520 -- enlarge ...Su_Laus2023-02-041-3/+33
| * | tiffcrop correctly update buffersize after rotateImage() fix#520Su_Laus2023-02-031-16/+20
* | | Merge branch 'tiffcrop_composite_image_assumption_test_fix#496' into 'master'Even Rouault2023-02-051-2/+66
|\ \ \
| * | | tiffcrop: added check for assumption on composite images (fixes #496)Su Laus2023-02-051-2/+66
|/ / /
* | | Merge branch 'test_subidf_loop' into 'master'Even Rouault2023-02-043-0/+138
|\ \ \ | |_|/ |/| |
| * | test_ifd_loop_detection: Added test to check loops in SubIFDs that are chained.Su Laus2023-02-043-0/+138
| |/
* | Merge branch 'TiffClose_NULL_ptr_dereferencing_fix_515' into 'master'Even Rouault2023-02-032-5/+11
|\ \ | |/ |/|
| * TIFFClose() avoid NULL pointer dereferencing. fix#515Su_Laus2023-02-032-5/+11
|/
* Merge branch 'add_windows_DLL_versioninfo' into 'master'Even Rouault2023-01-254-20/+138
|\