summaryrefslogtreecommitdiff
path: root/libavformat/microdvddec.c
Commit message (Expand)AuthorAge
* avformat/microdvddec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/microdvddec: use 64bit for durationsMichael Niedermayer2021-02-21
* avformat/microdvddec: skip malformed lines without frame number.Michael Niedermayer2020-06-25
* avformat/microdvddec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-15
* avformat/microdvd: Use \n instead of \0 to end file headerAndreas Rheinhardt2019-12-27
* avformat/microdvddec: skip empty linesPaul B Mahol2019-04-27
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-10
* microdvd: do not export framerate hint as subtitle packetwm42015-04-08
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
* avformat/microdvd: export the declared frame ratewm42014-03-03
* avformat/microdvd: skip BOM properlywm42014-03-03
* avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-08
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-03
* lavf: remove generic index flag from text subtitles.Clément Bœsch2013-01-02
* microdvd: sanitize AVPackets.Clément Bœsch2012-12-31
* microdvd_probe: make buffer pointers constMichael Niedermayer2012-12-25
* lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch2012-12-02
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* lavf/microdvd: rewrite using subtitles queue API.Clément Bœsch2012-06-29
* lavf/{srt,microdvd}: correctly raise error on avformat_new_stream() error.Clément Bœsch2012-06-15
* lavf/microdvd: support events lasting to the next one.Clément Bœsch2012-05-29
* lavf/microdvd: set packet duration.Clément Bœsch2012-04-27
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-03
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-05
* add MicroDVD muxer and demuxerAurelien Jacobs2011-04-04