Re: [FFmpeg-devel] [PATCH 3/3 v2] mov: Export spherical information

2016-11-16 Thread Vittorio Giovara
On Wed, Nov 16, 2016 at 5:57 PM, James Almer wrote: > On 11/16/2016 12:33 PM, Vittorio Giovara wrote: >> On Tue, Nov 15, 2016 at 10:09 PM, James Almer wrote: >>> On 11/15/2016 1:56 PM, Vittorio Giovara wrote: >>> >>> Does Google offer samples to confirm this? >> >> Yep. >> >> https://transfer.sh/

Re: [FFmpeg-devel] [PATCH 3/3 v2] mov: Export spherical information

2016-11-16 Thread James Almer
On 11/16/2016 12:33 PM, Vittorio Giovara wrote: > On Tue, Nov 15, 2016 at 10:09 PM, James Almer wrote: >> On 11/15/2016 1:56 PM, Vittorio Giovara wrote: >>> +static int mov_read_st3d(MOVContext *c, AVIOContext *pb, MOVAtom atom) >>> +{ >>> +AVStream *st; >>> +MOVStreamContext *sc; >>> +

Re: [FFmpeg-devel] [PATCH 3/3 v2] mov: Export spherical information

2016-11-16 Thread Vittorio Giovara
On Tue, Nov 15, 2016 at 10:09 PM, James Almer wrote: > On 11/15/2016 1:56 PM, Vittorio Giovara wrote: >> +static int mov_read_st3d(MOVContext *c, AVIOContext *pb, MOVAtom atom) >> +{ >> +AVStream *st; >> +MOVStreamContext *sc; >> +enum AVStereo3DType type; >> +int mode; >> + >> +

Re: [FFmpeg-devel] [PATCH 3/3 v2] mov: Export spherical information

2016-11-15 Thread James Almer
On 11/15/2016 1:56 PM, Vittorio Giovara wrote: > This implements Spherical Video V1 and V2, as described in the > spatial-media collection by Google. > > Signed-off-by: Vittorio Giovara > --- > Updated to use int32 for rotation. > Please CC. > Vittorio > > libavformat/isom.h | 7 ++ > libavfo