0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jul 14, 2025 — Jul 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed 6yr old typos in USE_6BY9RPI 8- and 16- bit decoders More... 3 days ago
trimSpaces: Improved handling of zero-length strings and strings consisting only of spaces More... 3 days ago
Merge pull request #836 from madrobby/patch-1 More... 5 days ago
Fix links to license files in contributing document More... 5 days ago
removeExcessiveSpaces: handle zero-length strings the right way More... 8 days ago
Misc fixups More... 9 days ago
contributing rules updated More... 19 days ago
Zero read buffers before fread More... 19 days ago
FP DNG loader: check for tile index; convertFloatToInt: avoid possible integer overflow More... 20 days ago
open_bayer(): reject images with raw size/visible size less than 22 (as in open_file/identify); vng_interpolate: do not interpolate images less than 8x8 More... 20 days ago
PPM16 thumb: check against LIBRAW_MAX_THUMBNAIL_MB More... 30 days ago
open_bayer(): additional input data checks More... 30 days ago
Olympus/14bit: refuse incorrect wbits metadata More... 30 days ago
X3F decoder: initialise raw storage if LIBRAW_CALLOC_RAWSTORE defined More... 30 days ago
crx decoder: check plane size agains imgdata.rawparams.max_raw_memory_mb More... 30 days ago
Crx decoder: avoid possible int32 overflow on allocation size calculations More... about 1 month ago
check for ifd->bps values in FP DNG decoder More... about 1 month ago
fixed stack memory/previous image metadata exposure (reported by DMSAN) More... 2 months ago
LibRaw_memmgr: allow malloc to fail on local pointer array small allocation. It will definitely fall later on large-buffer allocation More... 2 months ago
rotated fuji: stricter image size limits; raw2image(ex): avoid possible 32-bit overflow on alloc size calculations More... 2 months ago
width/height and iwidth/height values documented More... 2 months ago
width/height and iwidth/height values documented More... 3 months ago
wavelet denoise: ensure allocation size not exceed 4GB More... 3 months ago
unpack_thumb: check JPEG thumbnail size before performing allocation; Remove all allocation test results because LibRaw::calloc/malloc will raise exception if allocation fails More... 3 months ago
removed row_stride signed/unsigned mix; check row_stride value against buffer size More... 3 months ago
fixed possible next struct item override in x3f_parse More... 3 months ago
parse_phase_one: prevent buffer overrun if incorrect flat field data provided More... 3 months ago
Limit parse_mos recursion depth; parse_qt: raise exception, do not hide too depth nesting error More... 3 months ago
Merge branch 'master' of github.com:LibRaw/LibRaw More... 3 months ago
parse_qt: avoid too deep recursion More... 3 months ago