15
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
LZWDecode(): avoid crash when trying to read again from a strip whith a missing end-of-information marker (fixes #548) More... about 1 year ago
Add DNG tags up to version 1.6.0.0 and some TIFF/EP tags and update documentation More... about 1 year ago
do not install libtiff-4.pc when tiff-install is reset More... about 1 year ago
countInkNamesString(): fix `UndefinedBehaviorSanitizer`: applying zero offset to null pointer More... about 1 year ago
Merge branch 'mymaster1' into 'master' More... about 1 year ago
Merge branch 'tif_ovrcache_TIFFSetSubDirectory' into 'master' More... about 1 year ago
tif_ovrcache.c: check TIFFSetSubDirectory() return value (CID 1524573) More... about 1 year ago
Merge branch 'even_faster_setdirectory_with_IFDlist' into 'master' More... about 1 year ago
Even faster TIFFSetDirectory() using IFD list. More... about 1 year ago
Optimize relative seeking with TIFFSetDirectory More... about 1 year ago
Merge branch 'faster-setdirectory_newMR' into 'master' More... about 1 year ago
Merge branch 'master' into 'master' More... about 1 year ago
Fix memory leak in tiffcrop.c More... about 1 year ago
Merge branch 'skip-thumbnail-test' into 'master' More... about 1 year ago
Merge branch 'fix_Unlink_first_directory_0' into 'master' More... about 1 year ago
Merge branch 'tif_luv_check_NaN_fix_#530' into 'master' More... about 1 year ago
tif_luv: Check and correct for NaN data in uv_encode(). More... about 1 year ago
Merge branch 'tiffcrop_dont_reuse_input_buffer_fix_527' into 'master' More... about 1 year ago
tiffcrop: Do not reuse input buffer for subsequent images. Fix issue 527 More... about 1 year ago
Fix 484 TIFFDirectory td_fieldsset uses unsigned long which can be 32 or 64 bits. More... about 1 year ago
Merge branch 'test_ifd_loop_detection_fix_CoverityScan_ln_55' into 'master' More... about 1 year ago
Merge branch 'tiffcrop_fix_CoverityScan_line_9676' into 'master' More... about 1 year ago
test_ifd_loop_detection: fix Coverity Scan issue CID 1520750: Null pointer dereferences (NULL_RETURNS) line 55. More... about 1 year ago
Fix Coverity Scan issue CID 1520761: Integer handling issues (OVERFLOW_BEFORE_WIDEN) tiffcrop.c: 9676 in rotateImage() More... about 1 year ago
Merge branch 'tiffcrop_R270_fix#492' into 'master' More... about 1 year ago
Merge branch 'tiffcrop_correctly_update_buffersize_after_rotate_fix#520' into 'master' More... about 1 year ago
Merge branch 'tiffcrop_composite_image_assumption_test_fix#496' into 'master' More... about 1 year ago
tiffcrop: added check for assumption on composite images (fixes #496) More... about 1 year ago
tiffcrop correctly update buffersize after rotateImage() fix#520 -- enlarge buffsize and check integer overflow within rotateImage(). More... about 1 year ago
Merge branch 'test_subidf_loop' into 'master' More... about 1 year ago