Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-26lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch
2016-02-26lavc: allow subtitle text format to be ASS without timingClément Bœsch
2015-09-12avcodec/textdec: use AV_OPT_TYPE_BOOL for keep_ass_markup optionClément Bœsch
2014-10-23Added STL demuxer and decoderEejya Singh
Signed-off-by: Clément Bœsch <u@pkh.me>
2014-10-20avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch
2014-09-21avcodec/textdec: add some memory checksClément Bœsch
2013-11-10ass: move text_event_to_ass from textdec.c to ass.c and export itMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
See b2bed9325.
2012-12-31lavc/textdec: fix subviewer1 preproc check.Clément Bœsch
2012-12-31Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch
2012-12-31Add PJS subtitles demuxer and decoder.Clément Bœsch
2012-12-31Add VPlayer subtitles demuxer and decoder.Clément Bœsch
Note that the linebreaks text codec option (but not the feature) has been removed; its main goal was to allow demuxers to configure the text decoder (and not meant to be used by users), but the AVOption are not a viable solution. This is solved differently in this commit.
2012-10-19lavc: add raw text subtitles decoder.Clément Bœsch