summaryrefslogtreecommitdiff
path: root/libavcodec/htmlsubtitles.c
Commit message (Collapse)AuthorAge
* avcodec/htmlsubtitles: Fix reading one byte beyond the arrayMichael Niedermayer2016-11-12
| | | | | | | Fixes: fuzz-2-ffmpeg_SUBTITLE_AV_CODEC_ID_SUBRIP_fuzzer Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* 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>