| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/vf_dblur: also filter last scanline | Paul B Mahol | 2023-01-19 | 1 | -2/+2 |
* | avfilter/vf_dblur: allow radius < 1.0 | Paul B Mahol | 2023-01-19 | 1 | -1/+1 |
* | avfilter/vf_dblur: add float formats support | Paul B Mahol | 2022-02-21 | 1 | -2/+21 |
* | avfilter/vf_dblur: fix memory leaks if config_input() is called again | Paul B Mahol | 2022-02-10 | 1 | -7/+9 |
* | avfilter/vf_dblur: add clipping | Paul B Mahol | 2021-10-23 | 1 | -2/+2 |
* | avfilter/vf_dblur: use lrintf() | Paul B Mahol | 2021-10-23 | 1 | -2/+2 |
* | avfilter/vf_dblur: fix artifacts | Paul B Mahol | 2021-10-23 | 1 | -2/+2 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_dblur: 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/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_dblur: remove unused line | Paul B Mahol | 2021-01-21 | 1 | -1/+0 |
* | avfilter: add dblur video filter | Paul B Mahol | 2020-05-30 | 1 | -0/+307 |