aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/webvttdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/webvttdec: Don't stop parsing on commentsRicardo Constantino2015-10-121-1/+2
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-101-1/+1
* avformat/webvttdec: Dont skip over a never checked byte after -->Michael Niedermayer2014-01-071-1/+1
* lavf/webvttdec: use private option to specify WebVTT kindMatthew Heaney2013-06-251-0/+24
* lavf/webvttdec: factorize identifier and settings side data code.Clément Bœsch2013-06-011-21/+13
* lavf/webvttdec: save cue id and settings as side dataMatthew Heaney2013-06-011-11/+42
* lavf/webvtt: use ff_subtitles_read_chunk().Clément Bœsch2013-01-031-30/+10
* lavf: remove generic index flag from text subtitles.Clément Bœsch2013-01-021-1/+0
* lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch2012-12-021-0/+9
* lavf/webvttdec: fix potential timing overflows.Clément Bœsch2012-10-211-2/+2
* WebVTT demuxer and decoder.Clément Bœsch2012-09-231-0/+188