[FFmpeg-devel] [PATCH v7] Add experimental support for vp9 in iso-bmff
KongQun Yang
kqyang at google.com
Thu Jun 16 01:22:36 CEST 2016
-- KongQun Yang (KQ)
On Wed, Jun 15, 2016 at 3:08 PM, Ronald S. Bultje <rsbultje at gmail.com>
wrote:
> 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.
>
Sure, thanks for reviewing and all the helpful comments! Btw, are you going
to help commit the change?
>
> Ronald
>
More information about the ffmpeg-devel
mailing list