summaryrefslogtreecommitdiff
path: root/libavcodec/webvttenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ass_split: Rename ff_ass_split_dialog2->ff_ass_split_dialogAndreas Rheinhardt2021-08-081-1/+1
* avcodec/movtextenc, srtenc, webvttenc: Mark encoders as init-threadsafeAndreas Rheinhardt2021-05-021-0/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/(movtext|srt|ttml|webvtt)enc: Reindent after previous commitAndreas Rheinhardt2021-04-271-6/+6
* avcodec: Remove deprecated ASS with inline timingAndreas Rheinhardt2021-04-271-14/+0
* lavc/webvttenc: return more meaningful error codesJohn Stebbins2020-04-101-2/+2
* lavc: deprecate decoded ass subtitles with timingsClément Bœsch2016-02-261-1/+6
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-1/+13
* avcodec/webvttenc: do not use EOVERFLOW.Clément Bœsch2014-05-251-1/+1
* avcodec/webvttenc: add webvtt encoderAman Gupta2014-05-251-0/+219