Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavc: allow subtitle text format to be ASS without timing | Clément Bœsch | 2016-02-26 | 1 | -6/+5 |
| | |||||
* | avcodec/webvttdec: Fix uninitialized use of variable "again" | Michael Niedermayer | 2015-11-11 | 1 | -1/+1 |
| | | | | | Fixes CID1338336 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avcodec/webvttdec: Deal with WebVTT escapes | Ricardo Constantino | 2015-10-12 | 1 | -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 place | Clément Bœsch | 2014-10-19 | 1 | -1/+0 |
| | |||||
* | avcodec/ass: assume raw=0 in ff_ass_add_rect_bprint | Clément Bœsch | 2014-10-19 | 1 | -1/+1 |
| | |||||
* | avcodec/webvttdec: add some memory checks | Clément Bœsch | 2014-09-21 | 1 | -2/+5 |
| | |||||
* | WebVTT demuxer and decoder. | Clément Bœsch | 2012-09-23 | 1 | -0/+100 |