summaryrefslogtreecommitdiff
path: root/libavfilter/af_apsyclip.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_apsyclip: add copy_props() callPaul B Mahol2022-12-011-0/+1
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-4/+4
* avfilter: convert to new channel layout APIJames Almer2022-03-151-4/+4
* avfilter/af_apsyclip: increase protection for high frequenciesJason Jang2022-02-051-1/+1
* avfilter/af_apsyclip: fix peak overestimationJason Jang2022-02-051-1/+1
* avfilter/af_apsyclip: fix FFT bin indexingJason Jang2022-02-051-10/+9
* avfilter/af_apsyclip: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-20/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_apsyclip: fix mixed declarations and codePaul B Mahol2021-09-111-4/+4
* avfilter: add audio psychoacoustic clipperPaul B Mahol2021-09-111-0/+679