summaryrefslogtreecommitdiff
path: root/libavcodec/htmlsubtitles.c
Commit message (Expand)AuthorAge
* avcodec/htmlsubtitles: Avoid locale dependant isdigit()Michael Niedermayer2019-09-11
* avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT2019-02-17
* avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT2019-02-17
* avcodec/htmlsubtitles: fix format specifier in av_bprintf callsJames Almer2017-08-03
* lavc/htmlsubtitles: reindent after previous commitsClément Bœsch2017-08-01
* lavc/htmlsubtitles: handle colors starting with many '#'Clément Bœsch2017-08-01
* lavc/htmlsubtitles: improve line breaks handlingClément Bœsch2017-08-01
* lavc/htmlsubtitles: improve handling broken garbageClément Bœsch2017-08-01
* lavc/htmlsubtitles: simplify 1-char tags case insensitive testClément Bœsch2017-07-26
* avcodec/htmlsubtitles: Be a bit more picky on syntaxMichael Niedermayer2017-07-18
* libavcodec/htmlsubtitles.c: make tags case-insensitiveDongHoon Kang2017-07-07
* htmlsubtitles: support <br> tagwm42017-07-06
* avcodec/htmlsubtitles: Factor open brace handling into its own functionMichael Niedermayer2017-06-18
* avcodec/htmlsubtitles: Replace very slow redundant sscanf() calls by cleaner ...Michael Niedermayer2017-06-18
* avcodec/htmlsubtitles: Check for string truncation and return errorMichael Niedermayer2017-05-08
* avcodec/htmlsubtitles: Fix reading one byte beyond the arrayMichael Niedermayer2016-11-12
* avcodec/htmlsubtitles: handle leading whitespace before tag namesRodger Combs2015-09-06
* avcodec/htmlsubtitles: drop avcodec dependencyClément Bœsch2015-09-06
* avcodec/srtdec: factor out HTML parsing codeYayoi2015-09-06