summaryrefslogtreecommitdiff
path: root/libavcodec/htmlsubtitles.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/htmlsubtitles: Check for string truncation and return errorMichael Niedermayer2017-05-081-1/+1
| | | | | | | | Fixes out of array access Fixes: 1354/clusterfuzz-testcase-minimized-5520132195483648 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: drop avcodec dependencyClément Bœsch2015-09-061-2/+1
|
* avcodec/srtdec: factor out HTML parsing codeYayoi2015-09-061-0/+29
This code will be used in SAMI decoder in a later commit. Signed-off-by: Clément Bœsch <u@pkh.me>