summaryrefslogtreecommitdiff
path: root/libavfilter/vf_subtitles.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_subtitles: pass storage size to libassOneric2022-04-041-1/+5
* lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio()Anton Khirnov2021-12-071-2/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_formatAndreas Rheinhardt2021-09-201-1/+0
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+4
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-1/+1
* avfilter/vf_subtitles: allow using embedded fontsOneric2021-05-291-0/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-111-1/+1
* avfilter/vf_subtitles: Remove obsolete LIBAVCODEC_VERSION_INT checksAndreas Rheinhardt2020-09-111-7/+3
* avfilter/vf_subtitles: Remove unnecessary initialization of AVPacketAndreas Rheinhardt2020-09-111-3/+0
* avfilter/vf_subtitles: Fix leaks on failureAndreas Rheinhardt2020-09-111-4/+8
* Remove unnecessary use of avcodec_close().Anton Khirnov2020-06-101-1/+0
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-6/+6
* 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