aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vaf_spectrumsynth.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-151-7/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* libavfilter: Fix implicit declarations of av_cpu_max_alignMartin Storsjö2021-08-041-0/+1
* avfilter/vaf_spectrumsynth: switch to TX FFT from avutilPaul B Mahol2021-08-041-33/+47
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-5/+5
* lavfi/vaf_spectrumsynth: switch to activate.Nicolas George2020-08-201-35/+34
* lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-231-1/+1
* avfilter/vaf_spectrumsynth: check return codePaul B Mahol2016-08-161-0/+2
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-0/+1
* avfilter/vaf_spectrumsynth: assert that variables are initialized by switch()Michael Niedermayer2016-02-111-0/+6
* avfilter/vaf_spectrumsynth: Move "break" upMichael Niedermayer2016-02-071-1/+1
* avfilter/vaf_spectrumsynth: Fix mixed declaration and statmentMichael Niedermayer2016-01-151-1/+2
* avfilter: add spectrumsynth filterPaul B Mahol2016-01-141-0/+533