| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | 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_bilateral: add slice threading support | Paul B Mahol | 2021-10-22 | 1 | -166/+295 |
* | avfilter/vf_bilateral: add direct aka writable frame support | Paul B Mahol | 2021-10-22 | 1 | -9/+15 |
* | avfilter/vf_bilateral: properly round float result | Paul B Mahol | 2021-10-21 | 1 | -1/+1 |
* | avfilter/vf_bilateral: remove unused arguments | Paul B Mahol | 2021-10-21 | 1 | -3/+2 |
* | avfilter/vf_bilateral: remove unneeded multiplications | Paul B Mahol | 2021-10-21 | 1 | -8/+8 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -20/+20 |
* | avfilter/vf_bilateral: Use formats list instead of query func | 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_bilateral: add support for commands | Paul B Mahol | 2020-12-19 | 1 | -5/+32 |
* | avfilter/vf_bilateral: simplify code a little | Paul B Mahol | 2020-07-18 | 1 | -15/+11 |
* | avfilter/vf_bilateral: remove useless memcpy | leozhang | 2020-07-17 | 1 | -2/+2 |
* | avfilter/vf_bilateral: stop using sigmaS as percent of width/height | Paul B Mahol | 2020-07-17 | 1 | -3/+3 |
* | lavfi/bilateral: Clean the option description and unused code | Jun Zhao | 2019-10-23 | 1 | -6/+1 |
* | avfilter: add bilateral filter | Paul B Mahol | 2019-10-21 | 1 | -0/+375 |