summaryrefslogtreecommitdiff
path: root/libavfilter/af_atilt.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-3/+3
* avfilter/af_atilt: use ff_filter_execute()Limin Wang2021-11-111-1/+1
* avfilter/af_atilt: Constify filterAndreas Rheinhardt2021-10-091-1/+1
* avfilter/af_atilt: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-20/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter: add atilt filterPaul B Mahol2021-08-281-0/+287