summaryrefslogtreecommitdiff
path: root/libavcodec/textdec.c
Commit message (Collapse)AuthorAge
* lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-26
|
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
|
* avcodec/textdec: use AV_OPT_TYPE_BOOL for keep_ass_markup optionClément Bœsch2015-09-12
|
* Added STL demuxer and decoderEejya Singh2014-10-22
| | | | Signed-off-by: Clément Bœsch <u@pkh.me>
* avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch2014-10-19
|
* avcodec/textdec: add some memory checksClément Bœsch2014-09-21
|
* ass: move text_event_to_ass from textdec.c to ass.c and export itMarton Balint2013-11-10
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
| | | | See b2bed9325.
* lavc/textdec: fix subviewer1 preproc check.Clément Bœsch2012-12-31
|
* Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch2012-12-31
|
* Add PJS subtitles demuxer and decoder.Clément Bœsch2012-12-30
|
* Add VPlayer subtitles demuxer and decoder.Clément Bœsch2012-12-30
| | | | | | | 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.
* lavc: add raw text subtitles decoder.Clément Bœsch2012-10-18