summaryrefslogtreecommitdiff
path: root/libavcodec/srtenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-3/+3
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-3/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-3/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-15/+15
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* 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/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-3/+3
* avcodec/(movtext|srt|ttml|webvtt)enc: Reindent after previous commitAndreas Rheinhardt2021-04-271-8/+8
* avcodec: Remove deprecated ASS with inline timingAndreas Rheinhardt2021-04-271-15/+0
* lavc/srtenc: return more meaninful error codesJohn Stebbins2020-04-101-2/+2
* lavc/srtenc: do not emit any subrip tags with text codecClément Bœsch2016-05-011-2/+4
* lavc: reindent a few decoders after previous commitsClément Bœsch2016-02-261-6/+5
* 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
* lavc: add text encoderClément Bœsch2015-12-211-3/+34
* Kill timed SRTClément Bœsch2014-09-301-41/+4
* lavc/srtenc: use bprint for text buffers.Nicolas George2013-11-301-20/+28
* lavc/srtenc: just like the decoder, mark SRT encoder as deprecated.Clément Bœsch2012-12-301-0/+1
* lavc/srtenc: do not add trailing line breaks with SubRip.Clément Bœsch2012-12-301-1/+4
* add forgotten AV_ prefix to some CODEC_IDsPaul B Mahol2012-12-091-2/+2
* lavc/srtenc: fix invalid read in case of SubRip.Clément Bœsch2012-10-261-1/+4
* Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-181-4/+3
* lavc/ass_split: add ff_ prefix to ass_style_get().Clément Bœsch2012-09-161-1/+1
* srtenc: Add timing-less "subrip" encoder.Philip Langdale2012-08-151-11/+28
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* add SubRip encoderAurelien Jacobs2011-03-281-0/+301