aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mpsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-101-1/+1
* avformat/mpsubdec: Use double instead of float for timestamp calculationsMichael Niedermayer2015-05-271-3/+3
* avformat/mpsubdec: change multipler to int, it only stores 1 and 100Michael Niedermayer2015-05-271-2/+2
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-081-1/+6
* lavf/mpsub: remove sscanf from probing.Clément Bœsch2013-05-061-4/+3
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* Add MPlayer subtitles demuxer.Clément Bœsch2012-12-301-0/+140