[FFmpeg-devel] [PATCH] [GSoC] movtextdec: decode rich formatting from text sample modifier boxes in 3GPP timed text subtitles

2015-03-17 Thread Wesley Castro
receding records, if they exist. This makes it easy to read modifiers sequentially and avoid needing a stack to store the records before generating styles, which is done in microdvddec. Please review this patch and let me know if it looks good or can be improved. Thank you, Wesley Castro Wesley C

[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