Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-08avformat/microdvddec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-02-22avformat/microdvddec: use 64bit for durationsMichael Niedermayer
2020-06-25avformat/microdvddec: skip malformed lines without frame number.Michael Niedermayer
2020-06-15avformat/microdvddec: Fix memleak upon read header failureAndreas Rheinhardt
2019-12-27avformat/microdvd: Use \n instead of \0 to end file headerAndreas Rheinhardt
2019-04-27avformat/microdvddec: skip empty linesPaul B Mahol
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2015-09-10avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch
2015-04-08microdvd: do not export framerate hint as subtitle packetwm4
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-03-04avformat/microdvd: export the declared frame ratewm4
2014-03-04avformat/microdvd: skip BOM properlywm4
2013-09-08avformat/subtitles: add a next line jumper and use it.Clément Bœsch
2013-09-03Update copyrights where my email appears with the new one.Clément Bœsch
2013-01-02lavf: remove generic index flag from text subtitles.Clément Bœsch
2012-12-31microdvd: sanitize AVPackets.Clément Bœsch
2012-12-25microdvd_probe: make buffer pointers constMichael Niedermayer
2012-12-02lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-06-29lavf/microdvd: rewrite using subtitles queue API.Clément Bœsch
2012-06-15lavf/{srt,microdvd}: correctly raise error on avformat_new_stream() error.Clément Bœsch
2012-05-29lavf/microdvd: support events lasting to the next one.Clément Bœsch
2012-04-27lavf/microdvd: set packet duration.Clément Bœsch
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch
2011-11-05Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch
2011-04-04add MicroDVD muxer and demuxerAurelien Jacobs