Eugene Kliuchnikov

Results 156 comments of Eugene Kliuchnikov

I believe it is better to move this piece to `lib/CMakeLists.txt` and remove copy in `lib/jxl.cmake`, so that all `lib/` artifacts are affected.

Let's just rename files. That will be less surprising for future developers... I'll prepare a PR

This one is easy: internal check detects that too large piece of memory is about to be allocated. I believe API frontend checks that decoded image is not too large......

Well, since embedder does not pass compiler definition `FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION` it is not so easy to limit image size. Still we have plans to propagate allocation error to API level (instead...

Exactly, reacting to memory manager answer is what I meant by "plans". A quick and dirty fix for fuzzer is to add `FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION` compilation defenition when compiling for oss-fuzz and...

For short window it is capped with 7 indeed (search for `order_bits = 3` and `tns_order = min(tns->order[w][f], TNS_MAX_ORDER)`. For long window it is capped with 20, but again it...

@atimmernans it would be nice if you provide some quotes, to be sure we have coded it right. Currently I do not have access to spec to check it myself.

Hi. Sorry I've been offline for ~3 weeks. Will take a look soon.