[FFmpeg-devel] [PATCH 1/2] avformat: add protocol_whitelist

Michael Niedermayer michael at niedermayer.cc
Tue Feb 2 03:53:42 CET 2016


On Tue, Feb 02, 2016 at 12:43:09AM +0100, Andreas Cadhalpun wrote:
> On 30.01.2016 02:17, Michael Niedermayer wrote:
> > From: Michael Niedermayer <michael at niedermayer.cc>
> > 
> > TODO: Docs
> > TODO: version bump
> > 
> > Note to maintainers: update tools
> > 
> > Note to maintainers: set a default whitelist for your protocol
> > If that makes no sense then consider to set "none" and thus require the user to specify a white-list
> > for sub-protocols to be opened
> > 
> > Note, testing and checking for missing changes is needed
> > 
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> >  libavformat/avformat.h      |    7 +++++
> >  libavformat/avio.c          |   67 ++++++++++++++++++++++++++++++++++++++++---
> >  libavformat/avio.h          |    5 ++++
> >  libavformat/avio_internal.h |    4 +++
> >  libavformat/aviobuf.c       |   25 +++++++++++++---
> >  libavformat/options_table.h |    1 +
> >  libavformat/url.h           |    6 ++++
> >  libavformat/utils.c         |   22 +++++++++++---
> >  8 files changed, 125 insertions(+), 12 deletions(-)
> 
> This looks good to me.

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Old school: Use the lowest level language in which you can solve the problem
            conveniently.
New school: Use the highest level language in which the latest supercomputer
            can solve the problem without the user falling asleep waiting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160202/e9d1eb71/attachment.sig>


More information about the ffmpeg-devel mailing list