[FFmpeg-devel] [PATCH v7] Add experimental support for vp9 in iso-bmff

Ronald S. Bultje rsbultje at gmail.com
Thu Jun 16 00:08:56 CEST 2016


Hi,

On Wed, Jun 15, 2016 at 4:53 PM, Kongqun Yang <yangkongqun at gmail.com> wrote:

> Implemented according to the draft specification
> "VP Codec ISO Media File Format Binding":
>
> http://www.webmproject.org/vp9/#draft-vp-codec-iso-media-file-format-binding
>
> '-strict -2' is required to use this feature.
>
> Change-Id: Iaa7ddf5524b17e8d79cd1923b26f096deeee6e91
> ---
>  libavformat/Makefile |   2 +-
>  libavformat/isom.c   |   3 ++
>  libavformat/movenc.c |  26 +++++++++
>  libavformat/vpcc.c   | 148
> +++++++++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/vpcc.h   |  47 ++++++++++++++++
>  5 files changed, 225 insertions(+), 1 deletion(-)
>  create mode 100644 libavformat/vpcc.c
>  create mode 100644 libavformat/vpcc.h


No further comments from me, LGTM but I'd wait a day before push to give
others a day to re-review also.

Ronald


More information about the ffmpeg-devel mailing list