summaryrefslogtreecommitdiff
path: root/libavfilter/vf_subtitles.c
Commit message (Expand)AuthorAge
* avfilter/vf_subtitles: remove usage of AVCodecContext accessorsJames Almer2017-11-15
* avfilter/vf_subtitles: enable processing of alpha channelPaul B Mahol2017-09-03
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi/subtitles: remove unecessary checksClément Bœsch2016-06-25
* lavfi/subtitles: fix memleak after 6bcb1e1aClément Bœsch2016-06-25
* lavfi/subtitles: switch to codecparClément Bœsch2016-06-25
* lavfi/ass: fix version check for sub_text_format optionClément Bœsch2016-02-27
* lavfi/ass: use ass_process_chunk() instead of ass_process_data()Clément Bœsch2016-02-26
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* avfilter/vf_subtitles: allow setting fonts directoryRicardo Constantino2015-09-02
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_subtitles: Add () to protect the argument of the AA() macroMichael Niedermayer2015-02-19
* lavfi/subtitles: add force_style optionEejya Singh2015-02-08
* avfilter/ass: add shaping optionClément Bœsch2014-09-16
* avfilter/ass: better log level mappingClément Bœsch2014-09-16
* avfilter/ass: make sure the log level are in available rangeClément Bœsch2014-09-16
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
* lavfi/subtitles: introduce stream_indexValdikSS2014-05-01
* lavfi/subtitles: load attached fonts to libass.Facundo Gaich2014-04-13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* lavfi/subtitles: zero-init AVSubtitle.Clément Bœsch2013-04-25
* lavc: add AV_CODEC_PROP_TEXT_SUB.Clément Bœsch2013-04-19
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/subtitles: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* lavfi/subtitles: use standard options parsing.Clément Bœsch2013-03-24
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/subtitles: fix recently introduced warning about discarded const qualif...Clément Bœsch2013-02-20
* lavf/subtitles: error out in case of bitmap subtitles.Clément Bœsch2013-02-17
* lavfi/subtitles: set a different description between ass and subtitles.Clément Bœsch2013-02-17
* lavfi: rename vf_ass.c to vf_subtitles.cClément Bœsch2013-02-17