| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_avgblur: 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_avgblur: switch to faster algorithm | Paul B Mahol | 2021-09-30 | 1 | -140/+171 |
* | 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 | -2/+4 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_avgblur: add support for 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_avgblur: fix heap-buffer overflow | Paul B Mahol | 2019-10-15 | 1 | -1/+1 |
* | avfilter/vf_avgblur: switch to ff_filter_process_command() | Paul B Mahol | 2019-10-14 | 1 | -18/+2 |
* | avfilter/vf_avgblur: add support for commands | Paul B Mahol | 2019-10-06 | 1 | -0/+17 |
* | avfilter/vf_avgblur: remove dupe assignment | Paul B Mahol | 2019-09-16 | 1 | -1/+0 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -2/+2 |
* | avfilter: add GRAY10 and GRAY12 to some filters | Paul B Mahol | 2017-04-10 | 1 | -1/+1 |
* | avfilter: add avgblur filter | Paul B Mahol | 2016-09-07 | 1 | -0/+326 |