Commit Graph

2 Commits

Author SHA1 Message Date
Alex Deymo 682007210b
libjxl: make the fuzzer corpus generation step quiet (#5913)
fuzzer_corpus generators emits two lines per test case generated and the
following zip command emits another line for each generated test case.

This patch makes both commands quiet which facilitates spotting error
messages.
2021-06-11 15:15:53 +01:00
Alex Deymo 7853af59c1
libjxl: New JPEG XL library project. (#5876)
libjxl is the reference implementation encoder and decoder for JPEG XL.
This patch adds the main decoder fuzzer (djxl_fuzzer) and a few other
fuzzers for internal parts of the decoder.

There's no encoder fuzzer support.
2021-06-05 08:40:09 -07:00