summaryrefslogtreecommitdiff
path: root/libavfilter/af_afwtdn.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-4/+4
* avfilter/af_afwtdn: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-18/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_afwtdn: add internal timeline supportPaul B Mahol2021-10-031-2/+4
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-15/+3
* avfilter/af_afwtdn: add forgotten break statementPaul B Mahol2021-07-251-0/+1
* avfilter: add afwtdn filterPaul B Mahol2021-07-241-0/+1349