On 12/29/2013 02:15 AM, Luca Barbato wrote: > Tell me how you created the fuzzed files =)
I've used "zzuf" (http://caca.zoy.org/wiki/zzuf) for fuzzing the files. parameters: FUZZ_RATIO="0.0000009" # Fuzz-probability per byte. "1.0" = 100% FUZZ_RANGE="3000-" # Skip file header 1) Input file: FFV1.3 without slice-CRCs: cat ffv1.3-yuv422p.avi | $ZZUF -b $FUZZ_RANGE -r $FUZZ_RATIO > ffv1.3-yuv422p-fuzzed.avi 2) Input file: FFV1.3 with sliceCRCs: cat ffv1.3-yuv422p_crc.avi | $ZZUF -b $FUZZ_RANGE -r $FUZZ_RATIO > ffv1.3-yuv422p_crc-fuzzed.avi For clean FATE tests, I'm planning to use the internal fuzzing tool, so these files can be generated too. > I already adapted a bit the regression tests you wrote and they are > already helping me sorting out what's different. Happy to hear that they are helpful! :) Regards, Pb _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
