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

2016-04-16 Thread Michael Niedermayer
On Thu, Apr 14, 2016 at 06:42:48PM +0200, Michael Niedermayer wrote: > On Thu, Apr 14, 2016 at 02:33:14PM +, Kieran Kunhya wrote: > > On Thu, 14 Apr 2016 at 15:07 Michael Niedermayer > > wrote: > > > > > On Mon, Apr 11, 2016 at 11:21:55PM +0200, Pawel Golinski wrote: > > > > There are some af

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

2016-04-14 Thread Michael Niedermayer
On Thu, Apr 14, 2016 at 02:33:14PM +, Kieran Kunhya wrote: > On Thu, 14 Apr 2016 at 15:07 Michael Niedermayer > wrote: > > > On Mon, Apr 11, 2016 at 11:21:55PM +0200, Pawel Golinski wrote: > > > There are some afl specific macros inside, > > > to make the example usable with afl fuzzer. > > >

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

2016-04-14 Thread Kieran Kunhya
On Thu, 14 Apr 2016 at 15:07 Michael Niedermayer wrote: > On Mon, Apr 11, 2016 at 11:21:55PM +0200, Pawel Golinski wrote: > > There are some afl specific macros inside, > > to make the example usable with afl fuzzer. > > --- > > doc/examples/fffuzz.c | 373 > +

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

2016-04-14 Thread Michael Niedermayer
On Mon, Apr 11, 2016 at 11:21:55PM +0200, Pawel Golinski wrote: > There are some afl specific macros inside, > to make the example usable with afl fuzzer. > --- > doc/examples/fffuzz.c | 373 > ++ > 1 file changed, 373 insertions(+) > create mode 1

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

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