[FFmpeg-devel] [PATCH 1/2] avformat: add protocol_whitelist
Andreas Cadhalpun
andreas.cadhalpun at googlemail.com
Tue Feb 2 00:43:09 CET 2016
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.
Best regards,
Andreas
More information about the ffmpeg-devel
mailing list