LibRaw LLC

Results 78 comments of LibRaw LLC
trafficstars

> LibRaw's output: LibRaw's top/left margins are always multiple of 2 for bayer/mutiple of 6 for X-Trans to avoid ambiguity (What exactly do the filter specifications refer to - the...

What version of LibRaw do you use? Sony Small/Medium Pseudo-RAW format is supported since 202403 snapshot published in our github repo on Mar 29, 2024. Please upgrade if you're using...

LibRaw 0.21.0 was released in 2022. At the time of this release, this format did not yet exist in Sony cameras. 0.21.xx is bugfixes only, no new cameras/formats to preserve...

@lingyukongt Please make sure you use actual LibRaw public header files (libraw.h) when building the wrapper you use (OpenImageIO): LibRaw **snapshots** are **NOT** binary (ABI) compatible unless such compatibility is...

Just looked into raw.imageio/rawinput.cpp, read_native_scanline (HEAD/master fetched from github) The issue is solved: the read_native_scanline reads the imgdata.rawdata.raw_image pointer (without checking it for NULL value before). But raw_image is actual...

@lgritz Please take look on our update policy: https://www.libraw.org/#updatepolicy (same on GitHub page, but I do not know how to point to specific sections). Our snapshots are carefully tested against...

BTW, null pointer access is a good reason for an immediate fix (and CVE)

This null-pointer-access problem is not Sony/YCC specific. There are multiple non-bayer/full-color raw formats, e.g: Linear DNG, Kodak YCC, Kodak RGB, fast-load DNG, Sony ARQ, Sony YCC, Canon sRAW, Nikon Small...