summaryrefslogtreecommitdiff
path: root/libavfilter/af_asupercut.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_asupercut: Deduplicate optionsAndreas Rheinhardt2021-01-08
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avfilter: add asuperpass and asuperstop filterPaul B Mahol2020-12-11
|
* avfilter: add asubcut filterPaul B Mahol2020-12-05
|
* avfilter/af_asupercut: add float sample format supportPaul B Mahol2020-11-29
|
* avfilter/af_asupercut: add order optionPaul B Mahol2020-11-29
|
* avfilter: add asupercut filterPaul B Mahol2020-11-26