Re: [FFmpeg-devel] [PATCH] 3GPP TS 26.245 Timed Text decoder: decode rich formatting in sample modifier boxes

2015-03-17 Thread Philip Langdale
On Tue, 17 Mar 2015 21:09:44 -0700 Wesley Castro wrote: > Bold, italic, and underlined type will be converted to their > equivilent ASS styles when encountered in a text style sample > modifier box. > > Signed-off-by: Wesley Castro > --- Hi Wesley, Thanks for sending this first change. We're

Re: [FFmpeg-devel] [PATCH] 3GPP TS 26.245 Timed Text decoder: decode rich formatting in sample modifier boxes

2015-03-17 Thread Philip Langdale
On Tue, 17 Mar 2015 21:12:43 -0700 Wes wrote: > My cover letter was sent in a separate email, apologies! No need to apologise. That's how git send-email works, and it's to be expected. --phil ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http:

Re: [FFmpeg-devel] [PATCH] 3GPP TS 26.245 Timed Text decoder: decode rich formatting in sample modifier boxes

2015-03-17 Thread Wes
My cover letter was sent in a separate email, apologies! Wesley On Tue, Mar 17, 2015 at 9:09 PM, Wesley Castro wrote: > Bold, italic, and underlined type will be converted to their equivilent > ASS styles when encountered in a text style sample modifier box. > > Signed-off-by: Wesley Castro >

[FFmpeg-devel] [PATCH] 3GPP TS 26.245 Timed Text decoder: decode rich formatting in sample modifier boxes

2015-03-17 Thread Wesley Castro
Bold, italic, and underlined type will be converted to their equivilent ASS styles when encountered in a text style sample modifier box. Signed-off-by: Wesley Castro --- libavcodec/movtextdec.c | 72 ++--- 1 file changed, 69 insertions(+), 3 deletions