Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-11avcodec/htmlsubtitles: Avoid locale dependant isdigit()Michael Niedermayer
2019-02-17avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT
2019-02-17avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT
2017-08-03avcodec/htmlsubtitles: fix format specifier in av_bprintf callsJames Almer
2017-08-01lavc/htmlsubtitles: reindent after previous commitsClément Bœsch
2017-08-01lavc/htmlsubtitles: handle colors starting with many '#'Clément Bœsch
2017-08-01lavc/htmlsubtitles: improve line breaks handlingClément Bœsch
2017-08-01lavc/htmlsubtitles: improve handling broken garbageClément Bœsch
2017-07-26lavc/htmlsubtitles: simplify 1-char tags case insensitive testClément Bœsch
2017-07-18avcodec/htmlsubtitles: Be a bit more picky on syntaxMichael Niedermayer
2017-07-07libavcodec/htmlsubtitles.c: make tags case-insensitiveDongHoon Kang
2017-07-06htmlsubtitles: support <br> tagwm4
2017-06-18avcodec/htmlsubtitles: Factor open brace handling into its own functionMichael Niedermayer
2017-06-18avcodec/htmlsubtitles: Replace very slow redundant sscanf() calls by cleaner ...Michael Niedermayer
2017-05-08avcodec/htmlsubtitles: Check for string truncation and return errorMichael Niedermayer
2016-11-12avcodec/htmlsubtitles: Fix reading one byte beyond the arrayMichael Niedermayer
2015-09-06avcodec/htmlsubtitles: handle leading whitespace before tag namesRodger Combs
2015-09-06avcodec/htmlsubtitles: drop avcodec dependencyClément Bœsch
2015-09-06avcodec/srtdec: factor out HTML parsing codeYayoi