| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avfilter/vf_limiter: refactor slice functions | Paul B Mahol | 2022-02-21 | 1 | -34/+21 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_limiter: 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 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_limiter: add support for commands | Paul B Mahol | 2020-12-15 | 1 | -3/+16 |
* | avfilter/vf_limiter: add 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_limiter: remove unused header | Paul B Mahol | 2018-11-18 | 1 | -1/+0 |
* | avfilter/vf_limiter: always limit min/max to format depth | Paul B Mahol | 2018-11-18 | 1 | -4/+6 |
* | avfilter/vf_limiter: add slice threading | Paul B Mahol | 2018-09-11 | 1 | -16/+44 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -2/+2 |
* | avfilter: add limiter filter | Paul B Mahol | 2017-07-08 | 1 | -0/+231 |