summaryrefslogtreecommitdiff
path: root/libavfilter/af_mcompand.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_mcompand: check allocation resultsMarton Balint2021-04-18
| | | | | | Fixes the only remaining part of ticket #8931. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/af_mcompand: Remove redundant calls to AVFilter.uninitAndreas Rheinhardt2020-10-18
| | | | | | | uninit is already called automatically (even when configuring the filter failed). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avfilter/af_mcompand: make error message more helpfulPaul B Mahol2018-03-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add multiband compand filterPaul B Mahol2017-11-17
Signed-off-by: Paul B Mahol <onemda@gmail.com>