Re: [libav-devel] [PATCH 4/5] mov: Export bounds and padding from spherical metadata

2017-02-15 Thread wm4
On Wed, 15 Feb 2017 17:37:32 +0100 Diego Biurrun wrote: > On Wed, Feb 15, 2017 at 11:32:47AM -0500, Vittorio Giovara wrote: > > On Wed, Feb 15, 2017 at 11:29 AM, wm4 wrote: > > > On Wed, 15 Feb 2017 11:16:40 -0500 > > > Vittorio Giovara

Re: [libav-devel] [PATCH 4/5] mov: Export bounds and padding from spherical metadata

2017-02-15 Thread Diego Biurrun
On Wed, Feb 15, 2017 at 11:32:47AM -0500, Vittorio Giovara wrote: > On Wed, Feb 15, 2017 at 11:29 AM, wm4 wrote: > > On Wed, 15 Feb 2017 11:16:40 -0500 > > Vittorio Giovara wrote: > > > >> On Wed, Feb 15, 2017 at 11:12 AM, wm4

Re: [libav-devel] [PATCH 4/5] mov: Export bounds and padding from spherical metadata

2017-02-15 Thread Vittorio Giovara
On Wed, Feb 15, 2017 at 11:29 AM, wm4 wrote: > On Wed, 15 Feb 2017 11:16:40 -0500 > Vittorio Giovara wrote: > >> On Wed, Feb 15, 2017 at 11:12 AM, wm4 wrote: >> > On Fri, 10 Feb 2017 16:08:10 -0500 >> > Vittorio Giovara

Re: [libav-devel] [PATCH 4/5] mov: Export bounds and padding from spherical metadata

2017-02-15 Thread wm4
On Wed, 15 Feb 2017 11:16:40 -0500 Vittorio Giovara wrote: > On Wed, Feb 15, 2017 at 11:12 AM, wm4 wrote: > > On Fri, 10 Feb 2017 16:08:10 -0500 > > Vittorio Giovara wrote: > >> @@ -3369,6 +3393,26 @@ static int

Re: [libav-devel] [PATCH 4/5] mov: Export bounds and padding from spherical metadata

2017-02-15 Thread Vittorio Giovara
On Wed, Feb 15, 2017 at 11:12 AM, wm4 wrote: > On Fri, 10 Feb 2017 16:08:10 -0500 > Vittorio Giovara wrote: >> @@ -3369,6 +3393,26 @@ static int mov_parse_uuid_spherical(MOVStreamContext >> *sc, AVIOContext *pb, size_ >> val =

Re: [libav-devel] [PATCH 4/5] mov: Export bounds and padding from spherical metadata

2017-02-15 Thread wm4
On Fri, 10 Feb 2017 16:08:10 -0500 Vittorio Giovara wrote: > Update the fate test as needed. > --- > libavformat/mov.c| 46 > +++- > tests/fate/mov.mak | 2 +- > tests/ref/fate/mov-spherical | 6 +-

Re: [libav-devel] [PATCH 4/5] mov: Export bounds and padding from spherical metadata

2017-02-15 Thread Vittorio Giovara
On Wed, Feb 15, 2017 at 2:46 AM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2017-02-10 22:08:10) >> Update the fate test as needed. >> --- >> libavformat/mov.c| 46 >> +++- >> tests/fate/mov.mak | 2 +- >>

Re: [libav-devel] [PATCH 4/5] mov: Export bounds and padding from spherical metadata

2017-02-14 Thread Anton Khirnov
Quoting Vittorio Giovara (2017-02-10 22:08:10) > Update the fate test as needed. > --- > libavformat/mov.c| 46 > +++- > tests/fate/mov.mak | 2 +- > tests/ref/fate/mov-spherical | 6 +- > 3 files changed, 51 insertions(+), 3

[libav-devel] [PATCH 4/5] mov: Export bounds and padding from spherical metadata

2017-02-10 Thread Vittorio Giovara
Update the fate test as needed. --- libavformat/mov.c| 46 +++- tests/fate/mov.mak | 2 +- tests/ref/fate/mov-spherical | 6 +- 3 files changed, 51 insertions(+), 3 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c