summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_subtitles.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_subtitles: remove usage of AVCodecContext accessorsJames Almer2017-11-151-1/+1
* avfilter/vf_subtitles: enable processing of alpha channelPaul B Mahol2017-09-031-1/+3
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi/subtitles: remove unecessary checksClément Bœsch2016-06-251-4/+2
* lavfi/subtitles: fix memleak after 6bcb1e1aClément Bœsch2016-06-251-0/+1
* lavfi/subtitles: switch to codecparClément Bœsch2016-06-251-9/+27
* lavfi/ass: fix version check for sub_text_format optionClément Bœsch2016-02-271-1/+1
* lavfi/ass: use ass_process_chunk() instead of ass_process_data()Clément Bœsch2016-02-261-1/+9
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* 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
OpenPOWER on IntegriCloud