summaryrefslogtreecommitdiff
path: root/libavfilter/vaf_spectrumsynth.c
Commit message (Expand)AuthorAge
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* libavfilter: Fix implicit declarations of av_cpu_max_alignMartin Storsjö2021-08-04
* avfilter/vaf_spectrumsynth: switch to TX FFT from avutilPaul B Mahol2021-08-04
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* lavfi/vaf_spectrumsynth: switch to activate.Nicolas George2020-08-20
* lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-23
* avfilter/vaf_spectrumsynth: check return codePaul B Mahol2016-08-16
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* avfilter/vaf_spectrumsynth: assert that variables are initialized by switch()Michael Niedermayer2016-02-11
* avfilter/vaf_spectrumsynth: Move "break" upMichael Niedermayer2016-02-07
* avfilter/vaf_spectrumsynth: Fix mixed declaration and statmentMichael Niedermayer2016-01-15
* avfilter: add spectrumsynth filterPaul B Mahol2016-01-14