| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter/vf_bm3d: switch to TX from lavu | Paul B Mahol | 2022-12-04 | 1 | -166/+166 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -25/+25 |
* | avfilter/vf_bm3d: 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_bm3d: 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 | -2/+1 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -2/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_bm3d: Don't allocate inpad names | Andreas Rheinhardt | 2020-08-26 | 1 | -15/+4 |
* | avfilter/vf_bm3d: improve threshold scaling with different block_size and depth | Paul B Mahol | 2019-11-19 | 1 | -1/+1 |
* | avfilter/vf_bm3d: use boolean for ref option | Paul B Mahol | 2019-11-18 | 1 | -1/+1 |
* | avfilter/vf_bm3d: add support for alpha formats | Paul B Mahol | 2019-11-18 | 1 | -0/+5 |
* | avfilter/vf_bm3d: add gray14 format | Paul B Mahol | 2019-10-23 | 1 | -3/+2 |
* | avfilter/vf_bm3d: round values toward nearest integer | Paul B Mahol | 2019-10-19 | 1 | -2/+2 |
* | avfilter/vf_bm3d: forward status back | Paul B Mahol | 2019-10-19 | 1 | -0/+2 |
* | avfilter/vf_bm3d: make sure nb_jobs is at least 1 | Paul B Mahol | 2019-10-15 | 1 | -1/+1 |
* | avfilter/vf_bm3d: fix possible infinite loop | Paul B Mahol | 2019-10-13 | 1 | -1/+1 |
* | avfilter/vf_bm3d: fix heap-buffer overflows | Paul B Mahol | 2019-10-13 | 1 | -4/+4 |
* | avfilter/vf_bm3d: use av_clip_uintp2_c where clip is variable | Paul B Mahol | 2018-09-13 | 1 | -1/+1 |
* | avfilter: add bm3d filter | Paul B Mahol | 2018-09-13 | 1 | -0/+1077 |