| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi: move AVFilterLink.frame_rate to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -3/+6 |
* | avfilter/vf_xmedian: Define OFFSET, FLAGS macros unconditionally | Andreas Rheinhardt | 2024-05-07 | 1 | -4/+4 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avfilter/vf_xmedian: Deduplicate outputs | Andreas Rheinhardt | 2023-11-04 | 1 | -17/+9 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | avfilter/vf_xmedian: fix multiple threads usage | Paul B Mahol | 2022-04-29 | 1 | -1/+1 |
* | avfilter/vf_xmedian: simplify changing index variable | Paul B Mahol | 2022-04-13 | 1 | -20/+14 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter/vf_xmedian: small additional speedup | Paul B Mahol | 2022-02-18 | 1 | -3/+29 |
* | avfilter/vf_xmedian: refactor slice function | Paul B Mahol | 2022-02-18 | 1 | -88/+57 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -29/+29 |
* | avfilter/vf_xmedian: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/vf_xmedian: Split portion of init unique to xmedian off | Andreas Rheinhardt | 2021-09-04 | 1 | -25/+31 |
* | avfilter/vf_xmedian: Free inpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -5/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -6/+3 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | 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 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/vf_xmedian: allow to control eof handling | Paul B Mahol | 2020-12-30 | 1 | -2/+3 |
* | avfilter/vf_xmedian: add timeline support | Paul B Mahol | 2020-12-30 | 1 | -5/+12 |
* | avfilter/vf_xmedian: add support for commands | Paul B Mahol | 2020-12-25 | 1 | -4/+25 |
* | avfilter: add tmedian filter | Paul B Mahol | 2020-04-18 | 1 | -5/+103 |
* | avfilter/vf_xmedian: implement percentile option | Paul B Mahol | 2020-02-12 | 1 | -10/+19 |
* | avfilter/vf_xmedian: add support for alpha formats | Paul B Mahol | 2019-11-18 | 1 | -0/+5 |
* | avfilter/vf_xmedian: remove limitation of only odd number of inputs | Paul B Mahol | 2019-06-02 | 1 | -8/+10 |
* | avfilter/vf_xmedian: set sar to outlink | Paul B Mahol | 2019-05-24 | 1 | -0/+2 |
* | avfilter: add xmedian filter | Paul B Mahol | 2019-05-14 | 1 | -0/+347 |