Re: [FFmpeg-devel] [PATCH v2] Add support for vp9 in iso-bmff

2016-06-14 Thread KongQun Yang
Thanks for the review. Please see patchset v4 for the new change. (Please ignore patchset v3 which is uploaded incorrectly) -- KongQun Yang (KQ) On Tue, Jun 14, 2016 at 1:11 PM, Ronald S. Bultje wrote: > Hi, > > On Mon, Jun 13, 2016 at 5:26 PM, Kongqun Yang

Re: [FFmpeg-devel] [PATCH v2] Add support for vp9 in iso-bmff

2016-06-14 Thread Ronald S. Bultje
Hi, On Mon, Jun 13, 2016 at 5:26 PM, Kongqun Yang wrote: > > @@ -5369,6 +5384,17 @@ static int mov_write_header(AVFormatContext *s) > pix_fmt == AV_PIX_FMT_MONOWHITE || > pix_fmt == AV_PIX_FMT_MONOBLACK; > } >

Re: [FFmpeg-devel] [PATCH v2] Add support for vp9 in iso-bmff

2016-06-14 Thread KongQun Yang
Patchset v2 addresses review comments. Thanks everyone for the review. Here is a summary of the changes in patchset v2: 1. Add "-strict -2" requirement, since the feature is still being reviewed and may subject to change. 2. Rename vpx.c/vpx.h to vpc.c/vpc.h to align with avc and hevc. 3. Use

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

2016-06-13 Thread Kongqun Yang
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 Change-Id: Iaa7ddf5524b17e8d79cd1923b26f096d6e91 --- libavformat/Makefile | 2 +- libavformat/isom.c | 3 +