Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-10-03 Thread Vittorio Giovara
On Tue, Oct 3, 2017 at 9:19 AM, Steve Lhomme wrote: > On Thu, Sep 21, 2017 at 7:15 PM, Vittorio Giovara > wrote: > > On Thu, Sep 21, 2017 at 5:40 PM, Steve Lhomme wrote: > > > >> On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara >

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-10-03 Thread Steve Lhomme
On Thu, Sep 21, 2017 at 7:15 PM, Vittorio Giovara wrote: > On Thu, Sep 21, 2017 at 5:40 PM, Steve Lhomme wrote: > >> On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara >> wrote: >> > On Thu, Sep 21, 2017 at 4:03 PM, Steve

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-24 Thread Steve Lhomme
On Thu, Sep 21, 2017 at 7:15 PM, Vittorio Giovara wrote: > On Thu, Sep 21, 2017 at 5:40 PM, Steve Lhomme wrote: > >> On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara >> wrote: >> > On Thu, Sep 21, 2017 at 4:03 PM, Steve

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread wm4
On Thu, 21 Sep 2017 19:15:37 +0200 Vittorio Giovara wrote: > On Thu, Sep 21, 2017 at 5:40 PM, Steve Lhomme wrote: > > > On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara > > wrote: > > > On Thu, Sep 21, 2017 at 4:03

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread Vittorio Giovara
On Thu, Sep 21, 2017 at 5:40 PM, Steve Lhomme wrote: > On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara > wrote: > > On Thu, Sep 21, 2017 at 4:03 PM, Steve Lhomme wrote: > > > >> From: "Mohammed (Shaan) Huzaifa Danish"

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread Steve Lhomme
On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara wrote: > On Thu, Sep 21, 2017 at 4:03 PM, Steve Lhomme wrote: > >> From: "Mohammed (Shaan) Huzaifa Danish" >> >> --- >> fix previous patch skipping the wrong amount of bits >> ---

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread Vittorio Giovara
On Thu, Sep 21, 2017 at 4:03 PM, Steve Lhomme wrote: > From: "Mohammed (Shaan) Huzaifa Danish" > > --- > fix previous patch skipping the wrong amount of bits > --- > libavcodec/h264_sei.c | 6 -- > libavcodec/h264_sei.h | 1 + >

[libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread Steve Lhomme
From: "Mohammed (Shaan) Huzaifa Danish" --- fix previous patch skipping the wrong amount of bits --- libavcodec/h264_sei.c | 6 -- libavcodec/h264_sei.h | 1 + libavcodec/h264_slice.c | 2 ++ libavutil/stereo3d.h| 4 4 files changed, 11 insertions(+), 2

[libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread Steve Lhomme
From: "Mohammed (Shaan) Huzaifa Danish" --- libavcodec/h264_sei.c | 4 +++- libavcodec/h264_sei.h | 1 + libavcodec/h264_slice.c | 2 ++ libavutil/stereo3d.h| 4 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libavcodec/h264_sei.c