Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-29avfilter/vf_xmedian: fix multiple threads usagePaul B Mahol
2022-04-13avfilter/vf_xmedian: simplify changing index variablePaul B Mahol
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-18avfilter/vf_xmedian: small additional speedupPaul B Mahol
2022-02-18avfilter/vf_xmedian: refactor slice functionPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_xmedian: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-04avfilter/vf_xmedian: Split portion of init unique to xmedian offAndreas Rheinhardt
2021-08-22avfilter/vf_xmedian: Free inpads' names genericallyAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-12-30avfilter/vf_xmedian: allow to control eof handlingPaul B Mahol
2020-12-30avfilter/vf_xmedian: add timeline supportPaul B Mahol
2020-12-25avfilter/vf_xmedian: add support for commandsPaul B Mahol
2020-04-18avfilter: add tmedian filterPaul B Mahol
2020-02-12avfilter/vf_xmedian: implement percentile optionPaul B Mahol
2019-11-18avfilter/vf_xmedian: add support for alpha formatsPaul B Mahol
2019-06-02avfilter/vf_xmedian: remove limitation of only odd number of inputsPaul B Mahol
2019-05-24avfilter/vf_xmedian: set sar to outlinkPaul B Mahol
2019-05-14avfilter: add xmedian filterPaul B Mahol