summaryrefslogtreecommitdiff
path: root/libavfilter/vf_xmedian.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/vf_xmedian: allow to control eof handlingPaul B Mahol2020-12-30
|
* avfilter/vf_xmedian: add timeline supportPaul B Mahol2020-12-30
|
* avfilter/vf_xmedian: add support for commandsPaul B Mahol2020-12-25
|
* avfilter: add tmedian filterPaul B Mahol2020-04-18
|
* avfilter/vf_xmedian: implement percentile optionPaul B Mahol2020-02-12
|
* avfilter/vf_xmedian: add support for alpha formatsPaul B Mahol2019-11-18
|
* avfilter/vf_xmedian: remove limitation of only odd number of inputsPaul B Mahol2019-06-02
|
* avfilter/vf_xmedian: set sar to outlinkPaul B Mahol2019-05-24
|
* avfilter: add xmedian filterPaul B Mahol2019-05-14