* Add new fuzz target for encoding and misc
- Add fuzz_webp_enc_dec and adapt Dockerfile, build.sh
- Lint existing targets
- Add license headers
- Increase fuzz.dict
* webp_enc_dec: Convert input images to inline C arrays
Local files are not available on oss-fuzz servers.
* webp_enc_dec: Fix timeout by skipping crusher
The target fuzz_webp_enc_dec with msan crashes (timeout)
on a 128*128px image encoding with max compression (crusher).
Reduce crusher encoding to 16*16px and below.
Bug report 10423
* webp_enc_dec: Replace cruncher by lossy alpha encoding
The target fuzz_webp_enc_dec with msan crashes (timeout)
during encoding with max compression (cruncher).
Reduce alpha cruncher encoding to 16*16px and below.
Bug report 10634
* webp_enc_dec: Clamp slow parameters for big images
The target fuzz_webp_enc_dec with ubsan crashes (timeout)
during encoding with heavy compression. The cause can not
be easily removed without reducing performance.
Clamp compression parameters for images bigger than 16*16.
Bug report 10700
* Add new fuzz target for encoding and misc
- Add fuzz_webp_enc_dec and adapt Dockerfile, build.sh
- Lint existing targets
- Add license headers
- Increase fuzz.dict
* webp_enc_dec: Convert input images to inline C arrays
Local files are not available on oss-fuzz servers.
* webp_enc_dec: Fix timeout by skipping crusher
The target fuzz_webp_enc_dec with msan crashes (timeout)
on a 128*128px image encoding with max compression (crusher).
Reduce crusher encoding to 16*16px and below.
Bug report 10423
* webp_enc_dec: Replace cruncher by lossy alpha encoding
The target fuzz_webp_enc_dec with msan crashes (timeout)
during encoding with max compression (cruncher).
Reduce alpha cruncher encoding to 16*16px and below.
Bug report 10634
* webp_enc_dec: Fix timeout by skipping crasher
The target fuzz_webp_enc_dec with msan crashes (timeout)
on a 128*128px image encoding with max compression (crusher).
Reduce crusher encoding to 16*16px and below.
Bug report 10423
The patch avoids listing fuzzer names in order to be able to add new upstream
fuzzers without having to worry about updating the oss-fuzz build script.
* Add new fuzz target for encoding and misc
- Add fuzz_webp_enc_dec and adapt Dockerfile, build.sh
- Lint existing targets
- Add license headers
- Increase fuzz.dict
* webp_enc_dec: Convert input images to inline C arrays
Local files are not available on oss-fuzz servers.
If cfg.allow_lowbitdepth is 0, then seq_params->use_highbitdepth is
unconditionally set to 1 by the following code in av1_read_color_config():
seq_params->use_highbitdepth =
seq_params->bit_depth > AOM_BITS_8 || !allow_lowbitdepth;
aomdec.c sets cfg.allow_lowbitdepth to CONFIG_LOWBITDEPTH. (We usually
pass -DCONFIG_LOWBITDEPTH=1 to cmake.) Chromium defines
CONFIG_LOWBITDEPTH as 1 and sets cfg.allow_lowbitdepth to 1:
https://chromium-review.googlesource.com/c/chromium/src/+/1178938
Our fuzzing test binary should match the behavior of aomdec and Chromium.
* OpenvSwitch integration: First commit
* OpenvSwitch integration: Fixed typo in Dockerfile
* OpenvSwitch integration: Fixed typo in build file
* OpenvSwitch integration: Fixed issues copying dict and fuzzer opetions
* OpenvSwitch integration: Added one more target and streamlined build
* Revert "OpenvSwitch integration: Added one more target and streamlined build"
This reverts commit c5945ff8ce3d14097d15a4e8b69dbee81a3b44b9.
* Revert "Revert "OpenvSwitch integration: Added one more target and streamlined build""
This reverts commit 43127a82c0314a82185ee7755015948170cc0675.
* Revert "Revert "Revert "OpenvSwitch integration: Added one more target and streamlined build"""
This reverts commit 7fcb9a2470defb4b05d34c94bbebe9e54bca7e79.
* Revert "OpenvSwitch integration: Fixed issues copying dict and fuzzer opetions"
This reverts commit dc356a9d46ec23e966d200031f0b57e220332208.
* Revert "OpenvSwitch integration: Fixed typo in build file"
This reverts commit 83e4a95a59ffbccc8db96ad14abd21f69d3e8176.
* Revert "OpenvSwitch integration: Fixed typo in Dockerfile"
This reverts commit dcbdb2c485183448bba91c1d25682a1d8723a915.
* Revert "OpenvSwitch integration: First commit"
This reverts commit 2faf845b27d482522952f71d29c1008dc8f85c85.
* OvS: Add new member