Re: [FFmpeg-devel] [PATCH 2/4] avcodec/samidec: use ff_htmlmarkup_to_ass()

2015-09-06 Thread Clément Bœsch
On Sun, Aug 30, 2015 at 07:24:48AM -0700, Yayoi wrote: > --- > libavcodec/Makefile | 2 +- > libavcodec/samidec.c| 45 - > tests/ref/fate/sub-sami | 18 +- > 3 files changed, 38 insertions(+), 27 deletions(-) > dropped a lot mo

Re: [FFmpeg-devel] [PATCH 2/4] avcodec/samidec: use ff_htmlmarkup_to_ass()

2015-08-30 Thread Clément Bœsch
On Fri, Aug 28, 2015 at 08:33:07PM -0700, Yayoi wrote: [...] > @@ -82,18 +89,18 @@ static int sami_paragraph_to_ass(AVCodecContext *avctx, > const char *src) > if (*p == '<') { > if (!av_strncasecmp(p, " av_isspace(p[2]))) > break; > -

Re: [FFmpeg-devel] [PATCH 2/4] avcodec/samidec: use ff_htmlmarkup_to_ass()

2015-08-27 Thread Yayoi Ukai
Thank you for the suggestion.. It took me a while to get it but I think it looks much better now. Please let me know what you think! Cheers, On Sat, Aug 15, 2015 at 11:24 AM, Clément Bœsch wrote: > On Sat, Aug 08, 2015 at 09:24:03PM -0700, Yayoi Ukai wrote: >> On Sat, Aug 8, 2015 at 8:23 AM, C

Re: [FFmpeg-devel] [PATCH 2/4] avcodec/samidec: use ff_htmlmarkup_to_ass()

2015-08-15 Thread Clément Bœsch
On Sat, Aug 08, 2015 at 09:24:03PM -0700, Yayoi Ukai wrote: > On Sat, Aug 8, 2015 at 8:23 AM, Clément Bœsch wrote: > > On Fri, Aug 07, 2015 at 11:03:29PM -0700, Yayoi wrote: > >> --- > >> libavcodec/samidec.c| 59 > >> + > >> tests/ref/fate/sub

Re: [FFmpeg-devel] [PATCH 2/4] avcodec/samidec: use ff_htmlmarkup_to_ass()

2015-08-08 Thread Yayoi Ukai
On Sat, Aug 8, 2015 at 8:23 AM, Clément Bœsch wrote: > On Fri, Aug 07, 2015 at 11:03:29PM -0700, Yayoi wrote: >> --- >> libavcodec/samidec.c| 59 >> + >> tests/ref/fate/sub-sami | 18 +++ >> 2 files changed, 44 insertions(+), 33 del

Re: [FFmpeg-devel] [PATCH 2/4] avcodec/samidec: use ff_htmlmarkup_to_ass()

2015-08-08 Thread Clément Bœsch
On Fri, Aug 07, 2015 at 11:03:29PM -0700, Yayoi wrote: > --- > libavcodec/samidec.c| 59 > + > tests/ref/fate/sub-sami | 18 +++ > 2 files changed, 44 insertions(+), 33 deletions(-) > > diff --git a/libavcodec/samidec.c b/libavcodec