Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-12-04 Thread Gyan Doshi
On 05-12-2020 04:00 am, Michael Niedermayer wrote: On Thu, Dec 03, 2020 at 12:40:40PM -0800, Thierry Foucu wrote: On Wed, Nov 18, 2020 at 12:09 PM Thierry Foucu wrote: --- libavformat/mov.c | 8 ++-- tests/ref/fate/hapqa-extract-nosnappy-to-hap

Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-12-04 Thread Michael Niedermayer
On Thu, Dec 03, 2020 at 12:40:40PM -0800, Thierry Foucu wrote: > On Wed, Nov 18, 2020 at 12:09 PM Thierry Foucu wrote: > > > --- > > libavformat/mov.c | 8 ++-- > > tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov | 1 + > > tests/ref/fate/hap

Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-12-03 Thread Thierry Foucu
On Wed, Nov 18, 2020 at 12:09 PM Thierry Foucu wrote: > --- > libavformat/mov.c | 8 ++-- > tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov | 1 + > tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov | 1 + > tests/ref/fate/mov-zombie

Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-11-27 Thread Thierry Foucu
ping? On Wed, Nov 18, 2020 at 12:09 PM Thierry Foucu wrote: > --- > libavformat/mov.c | 8 ++-- > tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov | 1 + > tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov | 1 + > tests/ref/fate/mov-

[FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-11-18 Thread Thierry Foucu
--- libavformat/mov.c | 8 ++-- tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov | 1 + tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov | 1 + tests/ref/fate/mov-zombie | 2 +- tests/ref/fate/rgb24-mkv

Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-11-18 Thread Thierry Foucu
On Wed, Nov 18, 2020 at 10:56 AM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > Thierry Foucu: > > --- > > libavformat/mov.c | 24 +-- > > ...hapqa-extract-nosnappy-to-hapalphaonly-mov | 1 + > > .../fate/hapqa-extract-nosnappy-to-hapq-mov

Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-11-18 Thread Andreas Rheinhardt
Thierry Foucu: > --- > libavformat/mov.c | 24 +-- > ...hapqa-extract-nosnappy-to-hapalphaonly-mov | 1 + > .../fate/hapqa-extract-nosnappy-to-hapq-mov | 1 + > tests/ref/fate/mov-zombie | 2 +- > tests/ref/fate/rgb24-mkv

[FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-11-18 Thread Thierry Foucu
--- libavformat/mov.c | 24 +-- ...hapqa-extract-nosnappy-to-hapalphaonly-mov | 1 + .../fate/hapqa-extract-nosnappy-to-hapq-mov | 1 + tests/ref/fate/mov-zombie | 2 +- tests/ref/fate/rgb24-mkv | 4 ++-- 5

Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-11-18 Thread Thierry Foucu
On Wed, Nov 18, 2020 at 12:30 AM Gyan Doshi wrote: > > > On 18-11-2020 12:16 pm, Thierry Foucu wrote: > > On Tue, Nov 17, 2020 at 9:54 PM Gyan Doshi wrote: > > > >> > >> On 18-11-2020 02:41 am, Thierry Foucu wrote: > >>> --- > >>>libavformat/mov.c | 24 ++-- > >>>1 fil

Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-11-18 Thread Gyan Doshi
On 18-11-2020 12:16 pm, Thierry Foucu wrote: On Tue, Nov 17, 2020 at 9:54 PM Gyan Doshi wrote: On 18-11-2020 02:41 am, Thierry Foucu wrote: --- libavformat/mov.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavform

Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-11-17 Thread Thierry Foucu
On Tue, Nov 17, 2020 at 9:54 PM Gyan Doshi wrote: > > > On 18-11-2020 02:41 am, Thierry Foucu wrote: > > --- > > libavformat/mov.c | 24 ++-- > > 1 file changed, 22 insertions(+), 2 deletions(-) > > > > diff --git a/libavformat/mov.c b/libavformat/mov.c > > index 2b90e31170

Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-11-17 Thread Gyan Doshi
On 18-11-2020 02:41 am, Thierry Foucu wrote: --- libavformat/mov.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 2b90e31170..1f9163d658 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2095,

[FFmpeg-devel] [PATCH] libavformat/mov.c: export vendor id as metadata

2020-11-17 Thread Thierry Foucu
--- libavformat/mov.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 2b90e31170..1f9163d658 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2095,6 +2095,8 @@ static void mov_parse_stsd_video(MOVCo