summaryrefslogtreecommitdiff
path: root/libavcodec/webvttdec.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-6/+5
|
* avcodec/webvttdec: Fix uninitialized use of variable "again"Michael Niedermayer2015-11-111-1/+1
| | | | | Fixes CID1338336 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/webvttdec: Deal with WebVTT escapesRicardo Constantino2015-10-121-1/+10
| | | | | | | | | Bare ampersand characters are still accepted, even though out-of-spec. Also fixes adjacent tags not being parsed. Fixes trac #4915 Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
* avcodec/ass: add ASS trailing \r\n in one single placeClément Bœsch2014-10-191-1/+0
|
* avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch2014-10-191-1/+1
|
* avcodec/webvttdec: add some memory checksClément Bœsch2014-09-211-2/+5
|
* WebVTT demuxer and decoder.Clément Bœsch2012-09-231-0/+100