summaryrefslogtreecommitdiff
path: root/libavformat/jacosubdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+3
* Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-1/+1
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-101-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
* avformat/jacosubdec: Cleanup when avpriv_bprint_to_extradata() failsMichael Niedermayer2014-11-251-1/+4
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat/jacosubdec: make probing less tolerant.Clément Bœsch2013-11-191-1/+2
* avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-081-1/+1
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* 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-3/+5
* lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch2012-12-021-0/+9
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* lavf/jacosubdec: fix FPE in case timeres is badly set.Clément Bœsch2012-06-291-1/+4
* lavf/jacosubdec: use subtitles queue API.Clément Bœsch2012-06-291-74/+24
* jacosub_probe: slightly increase the score to limit misdetection.Clément Bœsch2012-05-311-1/+1
* jacosub_probe: speedup by making only one call to sscanfClément Bœsch2012-05-311-2/+5
* JACOsub demuxer, decoder and muxer.Clément Bœsch2012-05-031-0/+304