Re: [libav-devel] [PATCH 3/6] stereo3d: Add flag to identify equirectangural spherical videos

2016-04-09 Thread Anton Khirnov
Quoting Vittorio Giovara (2016-04-07 21:22:38) > On Tue, Apr 5, 2016 at 4:19 PM, Vittorio Giovara > wrote: > > --- > > The alternative would be to store everything in metadata (like matroska does > > already). > > Vittorio > > There actually is a third alternative, a new API: right now the > sphe

Re: [libav-devel] [PATCH 3/6] stereo3d: Add flag to identify equirectangural spherical videos

2016-04-07 Thread Vittorio Giovara
On Tue, Apr 5, 2016 at 4:19 PM, Vittorio Giovara wrote: > --- > The alternative would be to store everything in metadata (like matroska does > already). > Vittorio There actually is a third alternative, a new API: right now the spherical and stereoscopic videos are tied together as I originally c

Re: [libav-devel] [PATCH 3/6] stereo3d: Add flag to identify equirectangural spherical videos

2016-04-07 Thread Diego Biurrun
On Tue, Apr 05, 2016 at 10:19:04PM +0200, Vittorio Giovara wrote: > --- > The alternative would be to store everything in metadata (like matroska does > already). > Vittorio > > libavformat/dump.c | 3 +++ > libavutil/stereo3d.h | 5 + > libavutil/version.h | 2 +- > 3 files changed, 9 ins

Re: [libav-devel] [PATCH 3/6] stereo3d: Add flag to identify equirectangural spherical videos

2016-04-06 Thread Vittorio Giovara
On Tue, Apr 5, 2016 at 10:59 PM, Tim W. wrote: > On Tue, Apr 5, 2016 at 10:19 PM, Vittorio Giovara < > vittorio.giov...@gmail.com> wrote: > >> --- >> The alternative would be to store everything in metadata (like matroska >> does >> already). >> Vittorio >> >> libavformat/dump.c | 3 +++ >> lib

Re: [libav-devel] [PATCH 3/6] stereo3d: Add flag to identify equirectangural spherical videos

2016-04-06 Thread Anton Khirnov
Quoting Vittorio Giovara (2016-04-05 22:19:04) > --- > The alternative would be to store everything in metadata (like matroska does > already). Stab. > Vittorio > > libavformat/dump.c | 3 +++ > libavutil/stereo3d.h | 5 + > libavutil/version.h | 2 +- > 3 files changed, 9 insertions(+),

Re: [libav-devel] [PATCH 3/6] stereo3d: Add flag to identify equirectangural spherical videos

2016-04-05 Thread Tim W.
On Tue, Apr 5, 2016 at 10:19 PM, Vittorio Giovara < vittorio.giov...@gmail.com> wrote: > --- > The alternative would be to store everything in metadata (like matroska > does > already). > Vittorio > > libavformat/dump.c | 3 +++ > libavutil/stereo3d.h | 5 + > libavutil/version.h | 2 +- >

[libav-devel] [PATCH 3/6] stereo3d: Add flag to identify equirectangural spherical videos

2016-04-05 Thread Vittorio Giovara
--- The alternative would be to store everything in metadata (like matroska does already). Vittorio libavformat/dump.c | 3 +++ libavutil/stereo3d.h | 5 + libavutil/version.h | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libavformat/dump.c b/libavformat/dump.c inde