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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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