summaryrefslogtreecommitdiff
path: root/libavformat/microdvddec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/microdvddec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-071-8/+4
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/microdvddec: use 64bit for durationsMichael Niedermayer2021-02-211-2/+2
* avformat/microdvddec: skip malformed lines without frame number.Michael Niedermayer2020-06-251-1/+5
* avformat/microdvddec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-151-5/+10
* avformat/microdvd: Use \n instead of \0 to end file headerAndreas Rheinhardt2019-12-271-4/+5
* avformat/microdvddec: skip empty linesPaul B Mahol2019-04-271-0/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-6/+6
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-101-1/+1
* microdvd: do not export framerate hint as subtitle packetwm42015-04-081-0/+1
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat/microdvd: export the declared frame ratewm42014-03-031-1/+30
* avformat/microdvd: skip BOM properlywm42014-03-031-3/+10
* avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-081-1/+1
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-031-1/+1
* lavf: remove generic index flag from text subtitles.Clément Bœsch2013-01-021-1/+0
* microdvd: sanitize AVPackets.Clément Bœsch2012-12-311-5/+18
* microdvd_probe: make buffer pointers constMichael Niedermayer2012-12-251-1/+2
* 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/microdvd: rewrite using subtitles queue API.Clément Bœsch2012-06-291-89/+58
* lavf/{srt,microdvd}: correctly raise error on avformat_new_stream() error.Clément Bœsch2012-06-151-1/+1
* lavf/microdvd: support events lasting to the next one.Clément Bœsch2012-05-291-3/+39
* lavf/microdvd: set packet duration.Clément Bœsch2012-04-271-0/+11
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-031-1/+1
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-051-1/+1
* add MicroDVD muxer and demuxerAurelien Jacobs2011-04-041-0/+129