| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi/internal: move functions used by filters to filters.h | Anton Khirnov | 2024-08-19 | 1 | -0/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+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 | -3/+3 |
* | 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 | -1/+1 |
* | avfilter/vf_deband: add support for commands | Paul B Mahol | 2021-02-08 | 1 | -3/+17 |
* | avfilter/vf_deband: avoid doubles | Paul B Mahol | 2021-02-08 | 1 | -1/+1 |
* | avfilter/vf_deband: add more gray formats | Paul B Mahol | 2019-10-23 | 1 | -1/+2 |
* | avfilter/vf_deband: do not use uninitialized value | Paul B Mahol | 2016-12-23 | 1 | -2/+2 |
* | avfilter/vf_deband: add planes coupling mode | Paul B Mahol | 2016-12-22 | 1 | -2/+160 |
* | avfilter/vf_deband: fix silly mistakes | Paul B Mahol | 2016-12-08 | 1 | -4/+4 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/deband: use AV_OPT_TYPE_BOOL | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -5/+5 |
* | avfilter/vf_deband: add mising slice thread flag | Paul B Mahol | 2015-08-02 | 1 | -1/+1 |
* | avfilter: add deband filter | Paul B Mahol | 2015-07-22 | 1 | -0/+312 |