Re: [libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-18 Thread Vittorio Giovara
On Tue, Dec 16, 2014 at 8:39 PM, Vittorio Giovara wrote: > From: James Almer > > Signed-off-by: Vittorio Giovara > --- > Possibly last version. > Vittorio > > Changelog | 1 + > libavformat/Makefile | 1 + > libavformat/oggdec.c | 1 + > libavformat/oggdec.h

[libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-16 Thread Vittorio Giovara
From: James Almer Signed-off-by: Vittorio Giovara --- Possibly last version. Vittorio Changelog | 1 + libavformat/Makefile | 1 + libavformat/oggdec.c | 1 + libavformat/oggdec.h | 1 + libavformat/oggparsevp8.c | 142

Re: [libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-16 Thread James Almer
On 16/12/14 3:05 PM, Vittorio Giovara wrote: > On Tue, Dec 16, 2014 at 6:10 PM, James Almer wrote: >> On 16/12/14 11:58 AM, Vittorio Giovara wrote: >>> From: James Almer >>> >>> Signed-off-by: Vittorio Giovara >>> --- >>> Dropped the sign-offs since the file was modified. >>> Addressed Anton's a

Re: [libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-16 Thread Vittorio Giovara
On Tue, Dec 16, 2014 at 6:10 PM, James Almer wrote: > On 16/12/14 11:58 AM, Vittorio Giovara wrote: >> From: James Almer >> >> Signed-off-by: Vittorio Giovara >> --- >> Dropped the sign-offs since the file was modified. >> Addressed Anton's and James' comment. >> Vittorio >> >> Changelog

Re: [libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-16 Thread James Almer
On 16/12/14 11:58 AM, Vittorio Giovara wrote: > From: James Almer > > Signed-off-by: Vittorio Giovara > --- > Dropped the sign-offs since the file was modified. > Addressed Anton's and James' comment. > Vittorio > > Changelog | 1 + > libavformat/Makefile | 1 + > liba

[libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-16 Thread Vittorio Giovara
From: James Almer Signed-off-by: Vittorio Giovara --- Dropped the sign-offs since the file was modified. Addressed Anton's and James' comment. Vittorio Changelog | 1 + libavformat/Makefile | 1 + libavformat/oggdec.c | 1 + libavformat/oggdec.h | 1 + li

Re: [libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-14 Thread Anton Khirnov
Quoting Vittorio Giovara (2014-12-12 21:57:43) > From: James Almer > > Signed-off-by: James Almer > Signed-off-by: Michael Niedermayer > Signed-off-by: Vittorio Giovara > +static int vp8_header(AVFormatContext *s, int idx) > +{ > +struct ogg *ogg = s->priv_data; > +struct ogg_stream *o

Re: [libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-13 Thread James Almer
On 12/12/14 5:57 PM, Vittorio Giovara wrote: > From: James Almer > > Signed-off-by: James Almer > Signed-off-by: Michael Niedermayer > Signed-off-by: Vittorio Giovara > --- > Changelog | 1 + > libavformat/Makefile | 1 + > libavformat/oggdec.c | 1 + > libavfo

Re: [libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-13 Thread Luca Barbato
On 12/12/14 21:57, Vittorio Giovara wrote: From: James Almer Signed-off-by: James Almer Signed-off-by: Michael Niedermayer Signed-off-by: Vittorio Giovara --- Changelog | 1 + libavformat/Makefile | 1 + libavformat/oggdec.c | 1 + libavformat/oggdec.h

[libav-devel] [PATCH] oggdec: add support for VP8 demuxing

2014-12-12 Thread Vittorio Giovara
From: James Almer Signed-off-by: James Almer Signed-off-by: Michael Niedermayer Signed-off-by: Vittorio Giovara --- Changelog | 1 + libavformat/Makefile | 1 + libavformat/oggdec.c | 1 + libavformat/oggdec.h | 1 + libavformat/oggparsevp8.c | 142 +