Re: [FFmpeg-devel] [PATCH 1/3 v2] doc/examples: Add fffuzz example

2016-04-18 Thread Paweł Goliński
Hi, I’ll try to clear some things up. Here it goes: 1. About the copyright thing, kierank didn’t say to add him to copyright section and I’m not sure whether its his code, so I left it as it is. 2. I got instructions not to hook this up to build system just yet, I think one of the reasons is th

Re: [FFmpeg-devel] [PATCH 1/3 v2] doc/examples: Add fffuzz example

2016-04-16 Thread Michael Niedermayer
Hi On Sat, Apr 16, 2016 at 12:12:41AM +0200, Pawel Golinski wrote: > There are some afl specific macros inside, > to make the example usable with afl fuzzer. > --- > doc/examples/fffuzz.c | 370 > ++ > 1 file changed, 370 insertions(+) > create mo

[FFmpeg-devel] [PATCH 1/3 v2] doc/examples: Add fffuzz example

2016-04-15 Thread Pawel Golinski
There are some afl specific macros inside, to make the example usable with afl fuzzer. --- doc/examples/fffuzz.c | 370 ++ 1 file changed, 370 insertions(+) create mode 100644 doc/examples/fffuzz.c diff --git a/doc/examples/fffuzz.c b/doc/examples/