summaryrefslogtreecommitdiff
path: root/libavcodec/srtenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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