| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 1 | -2/+6 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -11/+11 |
* | avfilter/vf_identity: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -7/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/vf_identity: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -4/+0 |
* | 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 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter/vf_identity: fix typo | Limin Wang | 2021-05-01 | 1 | -1/+1 |
* | avfilter/vf_identity: remove unnecessary check | Limin Wang | 2021-05-01 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter: add msad video filter | Paul B Mahol | 2021-03-06 | 1 | -17/+98 |
* | avfilter: add identity video filter | Paul B Mahol | 2021-03-06 | 1 | -0/+372 |