summaryrefslogtreecommitdiff
path: root/libavfilter/af_afreqshift.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/af_afreqshift: add fltp sample format supportPaul B Mahol2020-12-13
|
* avfilter/af_afreqshift: add level optionPaul B Mahol2020-12-05
|
* avfilter/af_afreqshift: add timeline and slice threading supportPaul B Mahol2020-11-22
|
* avfilter: add audio frequency and phase shift filtersPaul B Mahol2020-10-20