summaryrefslogtreecommitdiff
path: root/libavcodec/htmlsubtitles.c
Commit message (Collapse)AuthorAge
* avcodec/htmlsubtitles: handle leading whitespace before tag namesRodger Combs2015-09-06
| | | | | | This fixes cases like `</ font>`. Signed-off-by: Clément Bœsch <u@pkh.me>
* avcodec/htmlsubtitles: drop avcodec dependencyClément Bœsch2015-09-06
|
* avcodec/srtdec: factor out HTML parsing codeYayoi2015-09-06
This code will be used in SAMI decoder in a later commit. Signed-off-by: Clément Bœsch <u@pkh.me>