summaryrefslogtreecommitdiffstats
path: root/libavcodec/textdec.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/textdec: use AV_OPT_TYPE_BOOL for keep_ass_markup optionClément Bœsch2015-09-121-1/+1
|
* Added STL demuxer and decoderEejya Singh2014-10-221-1/+17
| | | | 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-191-1/+1
|
* avcodec/textdec: add some memory checksClément Bœsch2014-09-211-6/+5
|
* ass: move text_event_to_ass from textdec.c to ass.c and export itMarton Balint2013-11-101-42/+3
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-4/+4
| | | | See b2bed9325.
* lavc/textdec: fix subviewer1 preproc check.Clément Bœsch2012-12-311-1/+1
|
* Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch2012-12-311-1/+17
|
* Add PJS subtitles demuxer and decoder.Clément Bœsch2012-12-301-5/+25
|
* Add VPlayer subtitles demuxer and decoder.Clément Bœsch2012-12-301-9/+36
| | | | | | | 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-181-0/+125
OpenPOWER on IntegriCloud