Closed kmilos closed 5 days ago
Just wondering, is this a feature you want for something specific? Since there have been CVEs against it... (see https://github.com/strukturag/libheif/issues/1084) on the other hand upstream is active and we are too, so it's probably not adding much.
(also I see they don't include it in oss-fuzz: https://github.com/strukturag/libheif/blob/c057050d4f7a94d92d8a2e3255c2c86f47afba60/CMakePresets.json#L174)
Just wondering, is this a feature you want for something specific?
Not really, I just saw upstream recommends it in the "release" preset, while confusingly it is indeed OFF by default in CMakeLists.txt...
Feel free to pick just the first commit then, happy to wait until there is an ask for the feature.
Please also note 1.19.5 bugfix was released in the meantime...
Not really, I just saw upstream recommends it in the "release" preset, while confusingly it is indeed OFF by default in CMakeLists.txt...
Oh, indeed, weird.
For the curious:
WITH_UNCOMPRESSED_CODEC
: enable support for uncompressed images according to ISO/IEC 23001-17:2024. This is experimental and not available as a dynamic plugin. When enabled, it adds a dependency tozlib
, and optionally will usebrotli
.