[FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer
Stefano Sabatini
stefasab at gmail.com
Mon Oct 31 10:51:10 EET 2016
On date Thursday 2016-10-27 17:08:50 +0200, Stefano Sabatini encoded:
> On date Wednesday 2016-10-26 01:46:35 +0200, Michael Niedermayer encoded:
> > On Tue, Oct 25, 2016 at 05:07:34PM +0200, Stefano Sabatini wrote:
> [...]
> > > 267580c51d49daf94e73a33175c63ecfed6a0bed 0002-lavf-add-ffprobe-demuxer.patch
> > > From 4e0aac4bc00104483859f9950af2ffb15fea6c12 Mon Sep 17 00:00:00 2001
> > > From: Nicolas George <george at nsup.org>
> > > Date: Sat, 11 Jan 2014 19:42:41 +0100
> > > Subject: [PATCH] lavf: add ffprobe demuxer
> > >
> > > With several modifications and documentation by Stefano Sabatini
> > > <stefasab at gmail.com>.
> > >
> > > Signed-off-by: Nicolas George <george at nsup.org>
> > > ---
> > > configure | 3 +
> > > doc/demuxers.texi | 18 +++
> > > doc/ffprobe-format.texi | 121 ++++++++++++++
> > > doc/formats.texi | 1 +
> > > libavformat/Makefile | 1 +
> > > libavformat/allformats.c | 1 +
> > > libavformat/ffprobedec.c | 405 +++++++++++++++++++++++++++++++++++++++++++++++
> > > 7 files changed, 550 insertions(+)
> > > create mode 100644 doc/ffprobe-format.texi
> > > create mode 100644 libavformat/ffprobedec.c
> >
> > did you test this with some fuzzer ?
> >
> > no further comments from me
> > Acked-by: Michael
>
> Good idea, found a few crashes with afl. I'll let it run again and
> fix found issues. Then I'll push in a few days if there are no more
> comments.
Fixed a few hangs and crashes found with afl. Will try also to add a
fate test.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lavf-add-ffprobe-demuxer.patch
Type: text/x-diff
Size: 21316 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161031/556a737d/attachment.patch>
More information about the ffmpeg-devel
mailing list