summaryrefslogtreecommitdiff
path: root/libavfilter/af_dcshift.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-2/+2
* avfilter/af_dcshift: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-17/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-16/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* libavfilter/af_dcshift.c: Fixed repeated spelling errorKelly Ledford2017-12-131-10/+10
* avfilter/af_dcshift: do not leak out framePaul B Mahol2017-09-121-2/+2
* avfilter/af_dcshift: add direct pathPaul B Mahol2017-09-061-5/+11
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-121-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* avfilter: add dcshift filterPaul B Mahol2015-02-111-0/+164