Re: [FFmpeg-devel] [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing

2016-02-26 Thread Clément Bœsch
On Thu, Feb 25, 2016 at 02:10:15AM +0100, Michael Niedermayer wrote: > On Wed, Feb 24, 2016 at 03:37:53PM +0100, Clément Bœsch wrote: > > On Sun, Feb 21, 2016 at 06:34:43PM +0100, Michael Niedermayer wrote: > > > On Sun, Feb 21, 2016 at 01:08:29PM +0100, Clément Bœsch wrote: > > > [...] > > > >

Re: [FFmpeg-devel] [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing

2016-02-24 Thread Michael Niedermayer
On Wed, Feb 24, 2016 at 03:37:53PM +0100, Clément Bœsch wrote: > On Sun, Feb 21, 2016 at 06:34:43PM +0100, Michael Niedermayer wrote: > > On Sun, Feb 21, 2016 at 01:08:29PM +0100, Clément Bœsch wrote: > > [...] > > > diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h > > > index

Re: [FFmpeg-devel] [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing

2016-02-24 Thread Clément Bœsch
On Sun, Feb 21, 2016 at 06:34:43PM +0100, Michael Niedermayer wrote: > On Sun, Feb 21, 2016 at 01:08:29PM +0100, Clément Bœsch wrote: > [...] > > diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h > > index aa8bfac..b493dd1 100644 > > --- a/libavcodec/options_table.h > > +++

Re: [FFmpeg-devel] [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing

2016-02-21 Thread Michael Niedermayer
On Sun, Feb 21, 2016 at 01:08:29PM +0100, Clément Bœsch wrote: [...] > diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h > index aa8bfac..b493dd1 100644 > --- a/libavcodec/options_table.h > +++ b/libavcodec/options_table.h > @@ -519,6 +519,9 @@ static const AVOption

[FFmpeg-devel] [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing

2016-02-21 Thread Clément Bœsch
--- libavcodec/ass.c | 96 +++- libavcodec/ass.h | 56 ++--- libavcodec/ass_split.c | 49 ++ libavcodec/ass_split.h | 15 ++ libavcodec/assdec.c