[FFmpeg-devel] [PATCH] mov: extract stsd vendor field in metadata. Also updates fate ref for rgb24-mkv and fate-mov-zombie as the output will contain the new metadata field.

2016-11-14 Thread Zhenni Huang
--- libavformat/mov.c | 23 +-- tests/ref/fate/mov-zombie | 2 +- tests/ref/fate/rgb24-mkv | 4 ++-- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 9ec7d03..6176415 100644 --- a/libavformat/mov.c +++

Re: [FFmpeg-devel] [PATCH] mov: extract stsd vendor field in metadata. Also updates fate ref for rgb24-mkv and fate-mov-zombie as the output will contain the new metadata field.

2016-11-11 Thread Michael Niedermayer
On Fri, Nov 11, 2016 at 04:14:37PM -0800, Zhenni Huang wrote: > --- > libavformat/mov.c | 19 +-- > tests/ref/fate/mov-zombie | 2 +- > tests/ref/fate/rgb24-mkv | 4 ++-- > 3 files changed, 20 insertions(+), 5 deletions(-) > > diff --git a/libavformat/mov.c

[FFmpeg-devel] [PATCH] mov: extract stsd vendor field in metadata. Also updates fate ref for rgb24-mkv and fate-mov-zombie as the output will contain the new metadata field.

2016-11-11 Thread Zhenni Huang
--- libavformat/mov.c | 19 +-- tests/ref/fate/mov-zombie | 2 +- tests/ref/fate/rgb24-mkv | 4 ++-- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 9ec7d03..b547832 100644 --- a/libavformat/mov.c +++

Re: [FFmpeg-devel] [PATCH] mov: extract stsd vendor field in metadata.

2016-11-10 Thread Michael Niedermayer
On Wed, Nov 09, 2016 at 04:42:35PM -0800, Zhenni Huang wrote: > Also updates fate ref for rgb24-mkv as the output video will contain the > new metadata field and have different md5sum and file size. > --- > libavformat/mov.c| 18 -- > tests/ref/fate/rgb24-mkv | 4 ++-- >

[FFmpeg-devel] [PATCH] mov: extract stsd vendor field in metadata.

2016-11-09 Thread Zhenni Huang
Also updates fate ref for rgb24-mkv as the output video will contain the new metadata field and have different md5sum and file size. --- libavformat/mov.c| 18 -- tests/ref/fate/rgb24-mkv | 4 ++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH] mov: extract stsd vendor field in metadata.

2016-11-08 Thread Moritz Barsnick
On Mon, Nov 07, 2016 at 16:30:02 -0800, Zhenni Huang wrote: > -avio_rb32(pb); /* vendor */ > +video_vendor_id = avio_rb32(pb); /* vendor */ > avio_rb32(pb); /* temporal quality */ > avio_rb32(pb); /* spatial quality */ > > +/* set video_vendor_id */ > +

Re: [FFmpeg-devel] [PATCH] mov: extract stsd vendor field in metadata.

2016-11-07 Thread Zhenni Huang
On Mon, Nov 7, 2016 at 4:30 PM, Zhenni Huang wrote: > Also updates fate ref for rgb24-mkv as the output video will contain the > new metadata field and have different md5sum and file size. > --- > libavformat/mov.c| 25 +++-- >

[FFmpeg-devel] [PATCH] mov: extract stsd vendor field in metadata.

2016-11-07 Thread Zhenni Huang
Also updates fate ref for rgb24-mkv as the output video will contain the new metadata field and have different md5sum and file size. --- libavformat/mov.c| 25 +++-- tests/ref/fate/rgb24-mkv | 4 ++-- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH] mov: extract stsd vendor field in metadata.

2016-11-03 Thread Michael Niedermayer
On Thu, Nov 03, 2016 at 11:48:20AM -0700, Zhenni Huang wrote: > --- > libavformat/mov.c | 25 +++-- > 1 file changed, 23 insertions(+), 2 deletions(-) breaks fate --- ./tests/ref/fate/rgb24-mkv 2016-11-03 12:44:02.227971688 +0100 +++ tests/data/fate/rgb24-mkv 2016-11-04

[FFmpeg-devel] [PATCH] mov: extract stsd vendor field in metadata.

2016-11-03 Thread Zhenni Huang
--- libavformat/mov.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 4222088..2cb041f 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1824,6 +1824,8 @@ static void