Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-04avfilter/vf_subtitles: pass storage size to libassOneric
2021-12-07lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio()Anton Khirnov
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-20avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_formatAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-05-29avfilter/vf_subtitles: allow using embedded fontsOneric
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-11fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt
2020-09-11avfilter/vf_subtitles: Remove obsolete LIBAVCODEC_VERSION_INT checksAndreas Rheinhardt
2020-09-11avfilter/vf_subtitles: Remove unnecessary initialization of AVPacketAndreas Rheinhardt
2020-09-11avfilter/vf_subtitles: Fix leaks on failureAndreas Rheinhardt
2020-06-10Remove unnecessary use of avcodec_close().Anton Khirnov
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2017-11-15avfilter/vf_subtitles: remove usage of AVCodecContext accessorsJames Almer
2017-09-03avfilter/vf_subtitles: enable processing of alpha channelPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-06-25lavfi/subtitles: remove unecessary checksClément Bœsch
2016-06-25lavfi/subtitles: fix memleak after 6bcb1e1aClément Bœsch
2016-06-25lavfi/subtitles: switch to codecparClément Bœsch
2016-02-27lavfi/ass: fix version check for sub_text_format optionClément Bœsch
2016-02-26lavfi/ass: use ass_process_chunk() instead of ass_process_data()Clément Bœsch
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-09-02avfilter/vf_subtitles: allow setting fonts directoryRicardo Constantino
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-02-19avfilter/vf_subtitles: Add () to protect the argument of the AA() macroMichael Niedermayer
2015-02-08lavfi/subtitles: add force_style optionEejya Singh
2014-09-16avfilter/ass: add shaping optionClément Bœsch
2014-09-16avfilter/ass: better log level mappingClément Bœsch
2014-09-16avfilter/ass: make sure the log level are in available rangeClément Bœsch
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-05-01lavfi/subtitles: introduce stream_indexValdikSS
2014-04-13lavfi/subtitles: load attached fonts to libass.Facundo Gaich
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-25lavfi/subtitles: zero-init AVSubtitle.Clément Bœsch
2013-04-19lavc: add AV_CODEC_PROP_TEXT_SUB.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/subtitles: switch to an AVOptions-based system.Clément Bœsch
2013-03-24lavfi/subtitles: use standard options parsing.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-20lavfi/subtitles: fix recently introduced warning about discarded const qualif...Clément Bœsch
2013-02-17lavf/subtitles: error out in case of bitmap subtitles.Clément Bœsch
2013-02-17lavfi/subtitles: set a different description between ass and subtitles.Clément Bœsch
2013-02-17lavfi: rename vf_ass.c to vf_subtitles.cClément Bœsch