summaryrefslogtreecommitdiff
path: root/libavformat/mpl2dec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpl2dec: skip BOM when probingPaul B Mahol2017-02-211-0/+8
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-2/+2
* 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/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-081-1/+1
* avformat/mpl2dec: handle files with CRLF linebreaks correctlywm42013-09-031-1/+1
* Replace all occurrences of PRI in sscanf() calls with SCNJames Almer2013-04-101-4/+4
* Add MPL2 subtitles demuxer and decoder.Clément Bœsch2012-12-301-0/+146