summaryrefslogtreecommitdiff
path: root/libavcodec/webvttdec.c
Commit message (Collapse)AuthorAge
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
|
* avcodec/webvttdec: Fix uninitialized use of variable "again"Michael Niedermayer2015-11-11
| | | | | Fixes CID1338336 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/webvttdec: Deal with WebVTT escapesRicardo Constantino2015-10-12
| | | | | | | | | 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-19
|
* avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch2014-10-19
|
* avcodec/webvttdec: add some memory checksClément Bœsch2014-09-21
|
* WebVTT demuxer and decoder.Clément Bœsch2012-09-23