Re: [FFmpeg-devel] Adding Force Style option in Subtitles Filter

2015-02-05 Thread Eejya Singh
Hi, Kindly find the updated patch attached. Thanks, Eejya On Thu, Feb 5, 2015 at 4:34 PM, Stefano Sabatini wrote: > On date Thursday 2015-02-05 16:16:15 +0530, Eejya Singh encoded: > [...] > > From c0d6197f1936445a23b9eb726de24ed54551c675 Mon Sep 17 00:00:00 2001 > > From: Eej

Re: [FFmpeg-devel] Adding Force Style option in Subtitles Filter

2015-02-05 Thread Eejya Singh
ednesday 2015-02-04 01:30:09 +0530, Eejya Singh encoded: > > Hi, > > I've implemented a force_style option in the subtitles filter. Kindly > find > > the patch attached. > > > > -- > > Eejya Singh, > > 3rd year undergraduate, > > Computer Science

[FFmpeg-devel] Adding Force Style option in Subtitles Filter

2015-02-03 Thread Eejya Singh
Hi, I've implemented a force_style option in the subtitles filter. Kindly find the patch attached. -- Eejya Singh, 3rd year undergraduate, Computer Science, BITS Pilani Goa Campus From 88014fde69b249d3b1cb8e6bd2f654156ba2b4e7 Mon Sep 17 00:00:00 2001 From: Eejya Singh Date: Wed, 28 Jan 20

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: > >

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-se

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, Eej

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

2014-10-15 Thread Eejya Singh
.c +++ b/libavformat/allformats.c @@ -258,6 +258,7 @@ void av_register_all(void) REGISTER_DEMUXER (SBG, sbg); REGISTER_DEMUXER (SDP, sdp); REGISTER_DEMUXER (SDR2, sdr2); +REGISTER_DEMUXER (STL, stl); #if CONFIG_RTPDEC ff_register_rtp_dynamic_pa

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 +43

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

2014-10-15 Thread Eejya Singh
.c +++ b/libavformat/allformats.c @@ -258,6 +258,7 @@ void av_register_all(void) REGISTER_DEMUXER (SBG, sbg); REGISTER_DEMUXER (SDP, sdp); REGISTER_DEMUXER (SDR2, sdr2); +REGISTER_DEMUXER (STL, stl); #if CONFIG_RTPDEC ff_register_