| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_vif: Don't cast const away unnecessarily | Andreas Rheinhardt | 2023-09-07 | 1 | -2/+2 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -4/+0 |
* | avfilter/vf_vif: add missing framesync options | Paul B Mahol | 2022-12-07 | 1 | -1/+2 |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 1 | -1/+3 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -10/+10 |
* | avfilter/vf_vif: 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/vf_vif: 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 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -7/+7 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter/vf_vif: Make ff_compute_vif2 static | Andreas Rheinhardt | 2021-08-08 | 1 | -11/+8 |
* | avfilter/vf_vif: Fix mismatch in number of array elements | Andreas Rheinhardt | 2021-08-08 | 1 | -4/+6 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_vif: add support for more formats | Paul B Mahol | 2021-02-25 | 1 | -8/+16 |
* | avfilter/vf_vif: simplify case comparing same inputs | Paul B Mahol | 2021-02-25 | 1 | -7/+2 |
* | avfilter/vf_vif.c: fix build warning for [-Wmain] | Guo, Yejun | 2021-02-25 | 1 | -7/+7 |
* | avfilter/vf_vif: Remove superfluous ';' | Andreas Rheinhardt | 2021-02-19 | 1 | -2/+2 |
* | avfilter: add vif filter | Ashish Singh | 2021-02-16 | 1 | -0/+654 |