[FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

Stefano Sabatini stefasab at gmail.com
Thu Oct 27 18:08:50 EEST 2016


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.

Thanks.
-- 
FFmpeg = Fanciful and Forgiving Magic Pitiful Exxagerate Gnome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lavf-add-ffprobe-demuxer.patch
Type: text/x-diff
Size: 20953 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161027/4cec5ace/attachment.patch>


More information about the ffmpeg-devel mailing list