summaryrefslogtreecommitdiffstats
path: root/libavcodec/htmlsubtitles.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/htmlsubtitles: Avoid locale dependant isdigit()Michael Niedermayer2019-09-111-1/+1
* avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT2019-02-171-2/+21
* avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT2019-02-171-1/+29
* avcodec/htmlsubtitles: fix format specifier in av_bprintf callsJames Almer2017-08-031-2/+2
* lavc/htmlsubtitles: reindent after previous commitsClément Bœsch2017-08-011-40/+36
* lavc/htmlsubtitles: handle colors starting with many '#'Clément Bœsch2017-08-011-0/+4
* lavc/htmlsubtitles: improve line breaks handlingClément Bœsch2017-08-011-2/+3
* lavc/htmlsubtitles: improve handling broken garbageClément Bœsch2017-08-011-67/+134
* lavc/htmlsubtitles: simplify 1-char tags case insensitive testClément Bœsch2017-07-261-1/+1
* avcodec/htmlsubtitles: Be a bit more picky on syntaxMichael Niedermayer2017-07-181-2/+2
* libavcodec/htmlsubtitles.c: make tags case-insensitiveDongHoon Kang2017-07-071-8/+8
* htmlsubtitles: support <br> tagwm42017-07-061-0/+2
* avcodec/htmlsubtitles: Factor open brace handling into its own functionMichael Niedermayer2017-06-181-18/+26
* avcodec/htmlsubtitles: Replace very slow redundant sscanf() calls by cleaner ...Michael Niedermayer2017-06-181-5/+15
* avcodec/htmlsubtitles: Check for string truncation and return errorMichael Niedermayer2017-05-081-3/+9
* avcodec/htmlsubtitles: Fix reading one byte beyond the arrayMichael Niedermayer2016-11-121-1/+1
* avcodec/htmlsubtitles: handle leading whitespace before tag namesRodger Combs2015-09-061-7/+10
* avcodec/htmlsubtitles: drop avcodec dependencyClément Bœsch2015-09-061-5/+4
* avcodec/srtdec: factor out HTML parsing codeYayoi2015-09-061-0/+176
OpenPOWER on IntegriCloud