Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-03-07 Thread wm4
On Tue, 7 Mar 2017 21:38:52 +0100 Hendrik Leppkes wrote: > On Tue, Mar 7, 2017 at 7:26 PM, wm4 wrote: > > On Tue, 21 Feb 2017 17:35:53 -0500 > > Vittorio Giovara wrote: > > > >> --- > >> libavformat/matroskadec.c

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-03-07 Thread James Almer
On 2/28/2017 3:06 PM, Vittorio Giovara wrote: > On Tue, Feb 28, 2017 at 12:46 PM, Vittorio Giovara > wrote: >>> >>> I think this'll look better as >>> >>> >>> case MATROSKA_VIDEO_PROJECTION_TYPE_EQUIRECTANGULAR: >>> projection =

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-03-07 Thread James Almer
On 3/7/2017 5:38 PM, Hendrik Leppkes wrote: > On Tue, Mar 7, 2017 at 7:26 PM, wm4 wrote: >> On Tue, 21 Feb 2017 17:35:53 -0500 >> Vittorio Giovara wrote: >> >>> --- >>> libavformat/matroskadec.c | 64 >>>

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-03-07 Thread Hendrik Leppkes
On Tue, Mar 7, 2017 at 7:26 PM, wm4 wrote: > On Tue, 21 Feb 2017 17:35:53 -0500 > Vittorio Giovara wrote: > >> --- >> libavformat/matroskadec.c | 64 >> -- >> tests/ref/fate/matroska-spherical-mono

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-03-07 Thread wm4
On Tue, 21 Feb 2017 17:35:53 -0500 Vittorio Giovara wrote: > --- > libavformat/matroskadec.c | 64 > -- > tests/ref/fate/matroska-spherical-mono | 6 +++- > 2 files changed, 66 insertions(+), 4 deletions(-) > > diff

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-28 Thread James Almer
On 2/28/2017 3:21 PM, Vittorio Giovara wrote: > On Tue, Feb 28, 2017 at 1:15 PM, James Almer wrote: >> On 2/28/2017 2:46 PM, Vittorio Giovara wrote: >>> On Tue, Feb 28, 2017 at 11:00 AM, James Almer wrote: On 2/22/2017 1:21 PM, James Almer wrote: >

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-28 Thread Vittorio Giovara
On Tue, Feb 28, 2017 at 1:15 PM, James Almer wrote: > On 2/28/2017 2:46 PM, Vittorio Giovara wrote: >> On Tue, Feb 28, 2017 at 11:00 AM, James Almer wrote: >>> On 2/22/2017 1:21 PM, James Almer wrote: On 2/21/2017 7:35 PM, Vittorio Giovara wrote: >>>

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-28 Thread James Almer
On 2/28/2017 2:46 PM, Vittorio Giovara wrote: > On Tue, Feb 28, 2017 at 11:00 AM, James Almer wrote: >> On 2/22/2017 1:21 PM, James Almer wrote: >>> On 2/21/2017 7:35 PM, Vittorio Giovara wrote: >> >> CCing this one as well. >> --- libavformat/matroskadec.c

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-28 Thread Vittorio Giovara
On Tue, Feb 28, 2017 at 12:46 PM, Vittorio Giovara wrote: >> >> I think this'll look better as >> >> >> case MATROSKA_VIDEO_PROJECTION_TYPE_EQUIRECTANGULAR: >> projection = AV_SPHERICAL_EQUIRECTANGULAR; >> >> if

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-28 Thread Vittorio Giovara
On Tue, Feb 28, 2017 at 11:00 AM, James Almer wrote: > On 2/22/2017 1:21 PM, James Almer wrote: >> On 2/21/2017 7:35 PM, Vittorio Giovara wrote: > > CCing this one as well. > >>> --- >>> libavformat/matroskadec.c | 64 >>> -- >>>

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-28 Thread James Almer
On 2/22/2017 1:21 PM, James Almer wrote: > On 2/21/2017 7:35 PM, Vittorio Giovara wrote: CCing this one as well. >> --- >> libavformat/matroskadec.c | 64 >> -- >> tests/ref/fate/matroska-spherical-mono | 6 +++- >> 2 files changed, 66

Re: [FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-22 Thread James Almer
On 2/21/2017 7:35 PM, Vittorio Giovara wrote: > --- > libavformat/matroskadec.c | 64 > -- > tests/ref/fate/matroska-spherical-mono | 6 +++- > 2 files changed, 66 insertions(+), 4 deletions(-) > > diff --git a/libavformat/matroskadec.c

[FFmpeg-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-21 Thread Vittorio Giovara
--- libavformat/matroskadec.c | 64 -- tests/ref/fate/matroska-spherical-mono | 6 +++- 2 files changed, 66 insertions(+), 4 deletions(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 7223e94..0a02237 100644 ---