[FFmpeg-devel] [PATCH] vp9: add superframe merging bitstream filter.

Ronald S. Bultje rsbultje at gmail.com
Fri Feb 26 21:06:10 CET 2016


Hi,

On Tue, Feb 23, 2016 at 7:55 AM, Ronald S. Bultje <rsbultje at gmail.com>
wrote:

> Fixes ticket 4313.
> ---
>  ffmpeg.c                        |   3 +
>  libavcodec/Makefile             |   1 +
>  libavcodec/allcodecs.c          |   1 +
>  libavcodec/vp9_superframe_bsf.c | 189
> ++++++++++++++++++++++++++++++++++++++++
>  libavformat/ivfenc.c            |  13 +++
>  libavformat/matroskaenc.c       |   5 +-
>  libavformat/mux.c               |  24 ++---
>  libavformat/utils.c             |   5 ++
>  8 files changed, 229 insertions(+), 12 deletions(-)
>  create mode 100644 libavcodec/vp9_superframe_bsf.c


Ping.

Ronald


More information about the ffmpeg-devel mailing list