summaryrefslogtreecommitdiff
path: root/libavfilter/vf_subtitles.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_subtitles: allow setting fonts directoryRicardo Constantino2015-09-021-0/+4
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* avfilter/vf_subtitles: Add () to protect the argument of the AA() macroMichael Niedermayer2015-02-191-1/+1
* lavfi/subtitles: add force_style optionEejya Singh2015-02-081-0/+23
* avfilter/ass: add shaping optionClément Bœsch2014-09-161-0/+7
* avfilter/ass: better log level mappingClément Bœsch2014-09-161-8/+8
* avfilter/ass: make sure the log level are in available rangeClément Bœsch2014-09-161-1/+3
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* lavfi/subtitles: introduce stream_indexValdikSS2014-05-011-2/+22
* lavfi/subtitles: load attached fonts to libass.Facundo Gaich2014-04-131-2/+52
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-2/+2
* lavfi/subtitles: zero-init AVSubtitle.Clément Bœsch2013-04-251-1/+1
* lavc: add AV_CODEC_PROP_TEXT_SUB.Clément Bœsch2013-04-191-1/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-5/+5
* lavfi/subtitles: switch to an AVOptions-based system.Clément Bœsch2013-04-101-4/+0
* lavfi/subtitles: use standard options parsing.Clément Bœsch2013-03-241-12/+7
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-4/+4
* lavfi/subtitles: fix recently introduced warning about discarded const qualif...Clément Bœsch2013-02-201-1/+1
* lavf/subtitles: error out in case of bitmap subtitles.Clément Bœsch2013-02-171-0/+7
* lavfi/subtitles: set a different description between ass and subtitles.Clément Bœsch2013-02-171-2/+2
* lavfi: rename vf_ass.c to vf_subtitles.cClément Bœsch2013-02-171-0/+368