summaryrefslogtreecommitdiff
path: root/libavfilter/af_afreqshift.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_afreqshift: cache nb_coeffs valuePaul B Mahol2023-05-031-6/+8
* avfilter: convert to new channel layout APIJames Almer2022-03-151-3/+3
* avfilter/af_afreqshift: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-19/+5
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/af_afreqshift: do not forget to update coeffs at runtimePaul B Mahol2021-08-281-0/+4
* avfilter/af_afreqshift: allow to change order of filtersPaul B Mahol2021-08-231-14/+20
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+4
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-15/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/af_afreqshift: add fltp sample format supportPaul B Mahol2020-12-131-103/+121
* avfilter/af_afreqshift: add level optionPaul B Mahol2020-12-051-4/+9
* avfilter/af_afreqshift: add timeline and slice threading supportPaul B Mahol2020-11-221-10/+35
* avfilter: add audio frequency and phase shift filtersPaul B Mahol2020-10-201-0/+379