| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -3/+3 |
* | avfilter/vf_chromanr: compare correct variables for advanced mode | Paul B Mahol | 2023-12-01 | 1 | -2/+2 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/vf_chromanr: split inner loops | Paul B Mahol | 2022-12-07 | 1 | -12/+36 |
* | avfilter/vf_chromanr: fix rounding of final output | Paul B Mahol | 2022-03-01 | 1 | -2/+2 |
* | avfilter/vf_chromanr: improve filtering results | Paul B Mahol | 2021-11-03 | 1 | -14/+18 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -15/+15 |
* | avfilter/vf_chromanr: 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 | -4/+4 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter/vf_chromanr: add also euclidean distance for calculations | Paul B Mahol | 2021-07-17 | 1 | -19/+37 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_chromanr: add support for more formats | Paul B Mahol | 2021-01-16 | 1 | -2/+2 |
* | avfilter/vf_chromanr: add options for finer controls of filtering | Paul B Mahol | 2020-12-11 | 1 | -1/+18 |
* | avfilter/vf_chromanr: move thres calculation to filter_frame() | Paul B Mahol | 2020-07-10 | 1 | -1/+2 |
* | avfilter: add chromanr video filter | Paul B Mahol | 2020-07-08 | 1 | -0/+257 |