[FFmpeg-devel] [PATCH] lavf: add subfile protocol.

Paul B Mahol onemda at gmail.com
Tue Feb 25 22:01:52 CET 2014


On 2/25/14, Nicolas George <george at nsup.org> wrote:
> Signed-off-by: Nicolas George <george at nsup.org>
> ---
>  Changelog                |   1 +
>  doc/protocols.texi       |  19 +++++++
>  libavformat/Makefile     |   1 +
>  libavformat/allformats.c |   1 +
>  libavformat/subfile.c    | 145
> +++++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/version.h    |   2 +-
>  6 files changed, 168 insertions(+), 1 deletion(-)
>  create mode 100644 libavformat/subfile.c
>
> diff --git a/Changelog b/Changelog
> index 2785b3a..e57fc46 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -28,6 +28,7 @@ version <next>
>  - Support DNx444
>  - libx265 encoder
>  - dejudder filter
> +- subfile protocol
>
>

Why?


More information about the ffmpeg-devel mailing list