Re: [libav-devel] [PATCH] stereo3d: Support view type for frame sequence type

2017-11-28 Thread Luca Barbato
On 03/10/2017 15:41, Vittorio Giovara wrote: On Tue, Oct 3, 2017 at 9:29 AM, wm4 wrote: On Tue, 3 Oct 2017 09:26:39 -0400 Vittorio Giovara wrote: Implement detection in h264 and hevc and insertion in framepack filter. Signed-off-by:

Re: [libav-devel] [PATCH] stereo3d: Support view type for frame sequence type

2017-11-27 Thread Vittorio Giovara
On Tue, Oct 3, 2017 at 9:41 AM, Vittorio Giovara wrote: > > > On Tue, Oct 3, 2017 at 9:29 AM, wm4 wrote: > >> On Tue, 3 Oct 2017 09:26:39 -0400 >> Vittorio Giovara wrote: >> >> > Implement detection in h264 and

Re: [libav-devel] [PATCH] stereo3d: Support view type for frame sequence type

2017-10-03 Thread Vittorio Giovara
On Tue, Oct 3, 2017 at 9:29 AM, wm4 wrote: > On Tue, 3 Oct 2017 09:26:39 -0400 > Vittorio Giovara wrote: > > > Implement detection in h264 and hevc and insertion in framepack filter. > > > > Signed-off-by: Vittorio Giovara

Re: [libav-devel] [PATCH] stereo3d: Support view type for frame sequence type

2017-10-03 Thread wm4
On Tue, 3 Oct 2017 09:26:39 -0400 Vittorio Giovara wrote: > Implement detection in h264 and hevc and insertion in framepack filter. > > Signed-off-by: Vittorio Giovara > --- > doc/APIchanges | 3 +++ > libavcodec/h264_sei.c

[libav-devel] [PATCH] stereo3d: Support view type for frame sequence type

2017-10-03 Thread Vittorio Giovara
Implement detection in h264 and hevc and insertion in framepack filter. Signed-off-by: Vittorio Giovara --- doc/APIchanges | 3 +++ libavcodec/h264_sei.c | 7 --- libavcodec/h264_sei.h | 1 + libavcodec/h264_slice.c| 7 +++