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-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-21lavfi/sine: switch to activateNicolas George
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-03-28avfilter/asrc_sine: Fix invalid left shift of negative numberAndreas Rheinhardt
2020-08-12avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2015-10-29avfilter/asrc_sine: fix options typosKyle Swanson
2015-10-24avfilter: avoid zero arguments to variadic macroGanesh Ajjanagadde
2015-09-06avfilter/sine: support expression in the number of output samplesClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/sine: switch to an AVOptions-based system.Clément Bœsch
2013-03-24lavfi/sine: use standard options parsing.Clément Bœsch
2013-03-21asrc_sine: avoid use of INFINITY as it might be a non constantMichael Niedermayer
2013-03-21lavfi: add sine audio source.Nicolas George