summaryrefslogtreecommitdiff
path: root/libavformat/webvttenc.c
Commit message (Expand)AuthorAge
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat/webvttenc: Fix use of uninitialized variableAndreas Rheinhardt2021-04-08
* lavf/webvttenc: fix avio_printf argument types after bumpAnton Khirnov2021-04-08
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-07
* lavf/webvttenc: Always write hours in the timestamp with two characters.Carl Eugen Hoyos2018-09-19
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.Simon Thelen2015-09-12
* avcodec/webvttenc: add webvtt encoderAman Gupta2014-05-25
* lavf/webvttenc: use proper printf format for int64_t valuesPaul B Mahol2013-07-30
* lavf: add WebVTT muxer.Matthew Heaney2013-06-17