| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_subtitles: remove usage of AVCodecContext accessors | James Almer | 2017-11-15 | 1 | -1/+1 |
* | avfilter/vf_subtitles: enable processing of alpha channel | Paul B Mahol | 2017-09-03 | 1 | -1/+3 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi/subtitles: remove unecessary checks | Clément Bœsch | 2016-06-25 | 1 | -4/+2 |
* | lavfi/subtitles: fix memleak after 6bcb1e1a | Clément Bœsch | 2016-06-25 | 1 | -0/+1 |
* | lavfi/subtitles: switch to codecpar | Clément Bœsch | 2016-06-25 | 1 | -9/+27 |
* | lavfi/ass: fix version check for sub_text_format option | Clément Bœsch | 2016-02-27 | 1 | -1/+1 |
* | lavfi/ass: use ass_process_chunk() instead of ass_process_data() | Clément Bœsch | 2016-02-26 | 1 | -1/+9 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | avfilter/vf_subtitles: allow setting fonts directory | Ricardo Constantino | 2015-09-02 | 1 | -0/+4 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | avfilter/vf_subtitles: Add () to protect the argument of the AA() macro | Michael Niedermayer | 2015-02-19 | 1 | -1/+1 |
* | lavfi/subtitles: add force_style option | Eejya Singh | 2015-02-08 | 1 | -0/+23 |
* | avfilter/ass: add shaping option | Clément Bœsch | 2014-09-16 | 1 | -0/+7 |
* | avfilter/ass: better log level mapping | Clément Bœsch | 2014-09-16 | 1 | -8/+8 |
* | avfilter/ass: make sure the log level are in available range | Clément Bœsch | 2014-09-16 | 1 | -1/+3 |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | lavfi/subtitles: introduce stream_index | ValdikSS | 2014-05-01 | 1 | -2/+22 |
* | lavfi/subtitles: load attached fonts to libass. | Facundo Gaich | 2014-04-13 | 1 | -2/+52 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
* | lavfi/subtitles: zero-init AVSubtitle. | Clément Bœsch | 2013-04-25 | 1 | -1/+1 |
* | lavc: add AV_CODEC_PROP_TEXT_SUB. | Clément Bœsch | 2013-04-19 | 1 | -1/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -5/+5 |
* | lavfi/subtitles: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-10 | 1 | -4/+0 |
* | lavfi/subtitles: use standard options parsing. | Clément Bœsch | 2013-03-24 | 1 | -12/+7 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -4/+4 |
* | lavfi/subtitles: fix recently introduced warning about discarded const qualif... | Clément Bœsch | 2013-02-20 | 1 | -1/+1 |
* | lavf/subtitles: error out in case of bitmap subtitles. | Clément Bœsch | 2013-02-17 | 1 | -0/+7 |
* | lavfi/subtitles: set a different description between ass and subtitles. | Clément Bœsch | 2013-02-17 | 1 | -2/+2 |
* | lavfi: rename vf_ass.c to vf_subtitles.c | Clément Bœsch | 2013-02-17 | 1 | -0/+368 |