| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_median: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_median: implement percentile option | Paul B Mahol | 2020-02-12 | 1 | -1/+2 |
* | avfilter/vf_median: clip radius instead of erroring out | Paul B Mahol | 2019-11-21 | 1 | -18/+9 |
* | avfilter/vf_median: add support for commands | Paul B Mahol | 2019-11-20 | 1 | -15/+48 |
* | avfilter/vf_median: add support for 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_median: add radiusV option | Paul B Mahol | 2019-10-31 | 1 | -4/+6 |
* | avfilter: add median filter | Paul B Mahol | 2019-10-29 | 1 | -0/+271 |