summaryrefslogtreecommitdiff
path: root/libavfilter/af_dcshift.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_dcshift: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* libavfilter/af_dcshift.c: Fixed repeated spelling errorKelly Ledford2017-12-13
* avfilter/af_dcshift: do not leak out framePaul B Mahol2017-09-12
* avfilter/af_dcshift: add direct pathPaul B Mahol2017-09-06
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter: add dcshift filterPaul B Mahol2015-02-11