Daniel Novomeský

Results 160 comments of Daniel Novomeský

We have similar case in https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31520 with a new note: _This crash occurs very frequently on linux platform and is likely preventing the fuzzer kimgio_heif_fuzzer from making much progress. Fixing...

One more comment about the testfile [oss-fuzz_31520.zip](https://github.com/strukturag/libde265/files/10518812/oss-fuzz_31520.zip) from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31520 When I tried to convert the `clusterfuzz-testcase-kimgio_heif_fuzzer-5318344388509696.heic` using `heif-convert` to PNG, decoding ended with error. However when I run the the...

lcms2 can do the conversion, but profile detection needs specific code for each platform.

Single/shared decoder instance would be a problem for animations, where the decoder exists for a longer period of time. Threads are created and destroyed by embedded libraries, I guess that...

People are encountering AVIF images more often. I see complains on Twitter that they downloaded an AVIF file from some website and that all their programs are not working with...

@stefson Do you mean that with the patch, the `-DHWY_CMAKE_ARM7=$(usex cpu_flags_arm_neon)` will be not needed? Or it is still good to keep?

@stefson I prefer that you prepare the PR for Gentoo, because I do not have Gentoo with arm, I can't test it. I suggest to leave 1.0.1 as it is...

It is the fact that djxl uses `RGB_D65_SRG_Rel_Lin` profile there. If the JXL and decoded PNG look significantly visually different, that's a problem of non-implemented (or not working) color management...

When I am running tests with libjxl from git, the success rate depends on whether I use SKCMS or LCMS2. Everything is good with SKCMS, but when LCMS2 is used,...

There is an improvement. Only these remain now: ``` The following tests FAILED: 2800 - JpegliTest.JpegliXYBEncodeTest (ILLEGAL) 3342 - DecodeTest.PixelTestWithICCProfileLossy (ILLEGAL) 3376 - DecodeTest.ContinueFinalNonEssentialBoxTest (ILLEGAL) 3378 - DecodeTest.BoxTest (ILLEGAL) ```