| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | avfilter/window_func: unify all filters win_func option that use this header | Paul B Mahol | 2021-10-15 | 1 | -7/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | libavfilter: Fix implicit declarations of av_cpu_max_align | Martin Storsjö | 2021-08-04 | 1 | -0/+1 |
* | avfilter/vaf_spectrumsynth: switch to TX FFT from avutil | Paul B Mahol | 2021-08-04 | 1 | -33/+47 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -5/+5 |
* | lavfi/vaf_spectrumsynth: switch to activate. | Nicolas George | 2020-08-20 | 1 | -35/+34 |
* | lavfi: make window_func an inline function | Rostislav Pehlivanov | 2017-09-23 | 1 | -1/+1 |
* | avfilter/vaf_spectrumsynth: check return code | Paul B Mahol | 2016-08-16 | 1 | -0/+2 |
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -0/+1 |
* | avfilter/vaf_spectrumsynth: assert that variables are initialized by switch() | Michael Niedermayer | 2016-02-11 | 1 | -0/+6 |
* | avfilter/vaf_spectrumsynth: Move "break" up | Michael Niedermayer | 2016-02-07 | 1 | -1/+1 |
* | avfilter/vaf_spectrumsynth: Fix mixed declaration and statment | Michael Niedermayer | 2016-01-15 | 1 | -1/+2 |
* | avfilter: add spectrumsynth filter | Paul B Mahol | 2016-01-14 | 1 | -0/+533 |