| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -4/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -9/+2 |
* | avfilter/vf_chromashift: simplify handling of commands | Paul B Mahol | 2022-04-13 | 1 | -24/+8 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -22/+23 |
* | avfilter/vf_chromashift: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -13/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -6/+4 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -4/+4 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -5/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/vf_chromashift: add support for commands | Paul B Mahol | 2019-11-21 | 1 | -19/+33 |
* | avfilter/vf_chromashift: remove unused header | Paul B Mahol | 2019-11-19 | 1 | -1/+0 |
* | avfilter/vf_chromashift: add 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_chromashift: remove invalid offset | Paul B Mahol | 2018-12-30 | 1 | -1/+1 |
* | avfilter/vf_chromashift: Fix mixed declaration and code | Mark Harris | 2018-11-26 | 1 | -1/+2 |
* | avfilter: add rgbashift filter | Paul B Mahol | 2018-11-19 | 1 | -9/+223 |
* | avfilter: add chromashift filter | Paul B Mahol | 2018-11-19 | 1 | -0/+259 |