summaryrefslogtreecommitdiff
path: root/libavfilter/vf_subtitles.c
Commit message (Expand)AuthorAge
* avfilter/vf_subtitles: add additional font mime typesSomeRGuy2022-03-25
* avfilter/vf_subtitles: pass storage size to libassOneric2022-03-23
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio()Anton Khirnov2021-12-07
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_formatAndreas Rheinhardt2021-09-20
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* avfilter/vf_subtitles: allow using embedded fontsOneric2021-05-29
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-11
* avfilter/vf_subtitles: Remove obsolete LIBAVCODEC_VERSION_INT checksAndreas Rheinhardt2020-09-11
* avfilter/vf_subtitles: Remove unnecessary initialization of AVPacketAndreas Rheinhardt2020-09-11
* avfilter/vf_subtitles: Fix leaks on failureAndreas Rheinhardt2020-09-11
* Remove unnecessary use of avcodec_close().Anton Khirnov2020-06-10
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* 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