summaryrefslogtreecommitdiff
path: root/libavformat/aqtitledec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/aqtitledec: Skip unrepresentable durationsMichael Niedermayer2022-03-271-1/+2
* avformat/aqtitledec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-071-5/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/aqtitledec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-151-2/+5
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* 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: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* Replace all occurrences of PRI in sscanf() calls with SCNJames Almer2013-04-101-1/+1
* Add AQTitle subtitles demuxer.Clément Bœsch2012-12-301-0/+148