aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/decoder_targeted.c
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples/decoder_targeted: move to tools/target_dec_fuzzer.cRostislav Pehlivanov2017-01-291-208/+0
| | | | | | | | Name and purpose are more appropriate there since the code isn't an ideal example. Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* doc/examples/decoder_targeted: Disable error concealment after 20 framesMichael Niedermayer2017-01-291-0/+4
| | | | | | | | | | | This allows testing EC and non EC. Avoids spending most time in EC on high res samples and reduces the likelyhood of hitting timeouts Fixes: Timeout in 467/fuzz-2-ffmpeg_VIDEO_AV_CODEC_ID_H263_fuzzer Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/examples/decoder_targeted: Limit max pixels for fuzzingMichael Niedermayer2016-12-191-0/+3
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/examples: add fuzz target for individual ffmpeg APIs for in-process ↵Thomas Garnier2016-11-041-0/+201
fuzzing with libFuzzer, AFL, and similar fuzzing engines. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>