aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/subviewerdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-101-1/+1
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* subviewer: sanitize packets.Clément Bœsch2013-01-031-12/+23
* lavf: remove generic index flag from text subtitles.Clément Bœsch2013-01-021-1/+0
* 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix.Clément Bœsch2012-12-301-1/+1
* lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch2012-12-301-5/+3
* lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch2012-12-021-0/+9
* lavf/subviewerdec: fix potential timing overflows.Clément Bœsch2012-10-211-2/+2
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* SubViewer demuxer and decoder.Clément Bœsch2012-07-261-0/+177