summaryrefslogtreecommitdiff
path: root/libavformat/webvttenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-7/+8
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avformat/webvttenc: Fix use of uninitialized variableAndreas Rheinhardt2021-04-081-1/+1
* lavf/webvttenc: fix avio_printf argument types after bumpAnton Khirnov2021-04-081-4/+13
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-071-1/+0
* lavf/webvttenc: Always write hours in the timestamp with two characters.Carl Eugen Hoyos2018-09-191-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-2/+2
* lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.Simon Thelen2015-09-121-0/+6
* avcodec/webvttenc: add webvtt encoderAman Gupta2014-05-251-0/+1
* lavf/webvttenc: use proper printf format for int64_t valuesPaul B Mahol2013-07-301-2/+2
* lavf: add WebVTT muxer.Matthew Heaney2013-06-171-0/+99