| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/htmlsubtitles: Avoid locale dependant isdigit() | Michael Niedermayer | 2019-09-11 | 1 | -1/+1 |
* | avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ... | Kevin Backhouse via RT | 2019-02-17 | 1 | -2/+21 |
* | avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ... | Kevin Backhouse via RT | 2019-02-17 | 1 | -1/+29 |
* | avcodec/htmlsubtitles: fix format specifier in av_bprintf calls | James Almer | 2017-08-03 | 1 | -2/+2 |
* | lavc/htmlsubtitles: reindent after previous commits | Clément Bœsch | 2017-08-01 | 1 | -40/+36 |
* | lavc/htmlsubtitles: handle colors starting with many '#' | Clément Bœsch | 2017-08-01 | 1 | -0/+4 |
* | lavc/htmlsubtitles: improve line breaks handling | Clément Bœsch | 2017-08-01 | 1 | -2/+3 |
* | lavc/htmlsubtitles: improve handling broken garbage | Clément Bœsch | 2017-08-01 | 1 | -67/+134 |
* | lavc/htmlsubtitles: simplify 1-char tags case insensitive test | Clément Bœsch | 2017-07-26 | 1 | -1/+1 |
* | avcodec/htmlsubtitles: Be a bit more picky on syntax | Michael Niedermayer | 2017-07-18 | 1 | -2/+2 |
* | libavcodec/htmlsubtitles.c: make tags case-insensitive | DongHoon Kang | 2017-07-07 | 1 | -8/+8 |
* | htmlsubtitles: support <br> tag | wm4 | 2017-07-06 | 1 | -0/+2 |
* | avcodec/htmlsubtitles: Factor open brace handling into its own function | Michael Niedermayer | 2017-06-18 | 1 | -18/+26 |
* | avcodec/htmlsubtitles: Replace very slow redundant sscanf() calls by cleaner ... | Michael Niedermayer | 2017-06-18 | 1 | -5/+15 |
* | avcodec/htmlsubtitles: Check for string truncation and return error | Michael Niedermayer | 2017-05-08 | 1 | -3/+9 |
* | avcodec/htmlsubtitles: Fix reading one byte beyond the array | Michael Niedermayer | 2016-11-12 | 1 | -1/+1 |
* | avcodec/htmlsubtitles: handle leading whitespace before tag names | Rodger Combs | 2015-09-06 | 1 | -7/+10 |
* | avcodec/htmlsubtitles: drop avcodec dependency | Clément Bœsch | 2015-09-06 | 1 | -5/+4 |
* | avcodec/srtdec: factor out HTML parsing code | Yayoi | 2015-09-06 | 1 | -0/+176 |