Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-22 Thread Clément Bœsch
On Tue, Oct 21, 2014 at 11:04:31PM +0200, Clément Bœsch wrote: [...] > So the patch is now queue and will be pushed soon. > Patch applied. [...] -- Clément B. pgpugD9HZUuqI.pgp Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@f

Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-21 Thread Clément Bœsch
On Tue, Oct 21, 2014 at 02:17:51AM +0530, Eejya Singh wrote: > Updated sample test after rebasing. Please find the patch attached. > I did the little tweak below: [...] > From 798bc500b2df2c90d4fe42b8418059ab1b51fb8a Mon Sep 17 00:00:00 2001 > From: Eejya Singh > Date: Tue, 21 Oct 2014 01:55:39

Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-20 Thread Eejya Singh
Updated sample test after rebasing. Please find the patch attached. On Tue, Oct 21, 2014 at 12:26 AM, Eejya Singh wrote: > Added reference file for sample stl file. I've also fixed the indentation > errors. > > On Fri, Oct 17, 2014 at 7:06 PM, Eejya Singh > wrote: > >> Please find the revised p

Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-20 Thread Eejya Singh
Added reference file for sample stl file. I've also fixed the indentation errors. On Fri, Oct 17, 2014 at 7:06 PM, Eejya Singh wrote: > Please find the revised patch for the STL demuxer and decoder attached. I > am experiencing some network problems while rsyncing from the fate-server > so I cou

Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-17 Thread Eejya Singh
Please find the revised patch for the STL demuxer and decoder attached. I am experiencing some network problems while rsyncing from the fate-server so I couldn't add the test .stl file. On Thu, Oct 16, 2014 at 2:46 PM, Clément Bœsch wrote: > On Thu, Oct 16, 2014 at 02:26:30AM +0530, Eejya Singh

Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-16 Thread Clément Bœsch
On Thu, Oct 16, 2014 at 02:26:30AM +0530, Eejya Singh wrote: > From: Eejya > > --- > Changelog| 1 + > doc/general.texi | 1 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 7

[FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-15 Thread Eejya Singh
From: Eejya --- Changelog| 1 + doc/general.texi | 1 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h | 1 + libavcodec/codec_desc.c | 7 +++ libavcodec/textdec.c | 18 ++- libavformat/Makefile | 1 +

Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-15 Thread Eejya Singh
I'll fix that. Thanks for pointing that out :) On Thu, Oct 16, 2014 at 1:43 AM, compn wrote: > On Thu, 16 Oct 2014 00:37:28 +0530 > Eejya Singh wrote: > > > > --- a/libavformat/Makefile > > +++ b/libavformat/Makefile > > @@ -433,6 +433,7 @@ OBJS-$(CONFIG_VOBSUB_DEMUXER)+= > > subtit

Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-15 Thread compn
On Thu, 16 Oct 2014 00:37:28 +0530 Eejya Singh wrote: > --- a/libavformat/Makefile > +++ b/libavformat/Makefile > @@ -433,6 +433,7 @@ OBJS-$(CONFIG_VOBSUB_DEMUXER)+= > subtitles.o # mpeg demuxer is in the > OBJS-$(CONFIG_VOC_DEMUXER) += vocdec.o voc.o > OBJS-$(CONFIG_VO

[FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-15 Thread Eejya Singh
From: Eejya --- Changelog| 1 + doc/general.texi | 1 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h | 1 + libavcodec/codec_desc.c | 7 +++ libavcodec/textdec.c | 18 ++- libavformat/Makefile | 1 +