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
2021-10-05avfilter/vf_colorlevels: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-26avfilter/vf_colorlevels: add preserve color optionPaul B Mahol
2021-09-26avfilter/vf_colorlevels: refactor code so all components are processed in sam...Paul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas 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
2021-02-02avfilter/vf_colorlevels: call execute once per framePaul B Mahol
2021-02-02avfilter/vf_colorlevels: no need to use double for coeffPaul B Mahol
2021-02-02avfilter/vf_colorlevels: beautify definePaul B Mahol
2021-02-02avfilter/vf_colorlevels: typedef ThreadData structPaul B Mahol
2020-02-11avfilter/vf_colorlevels: add support for commandsPaul B Mahol
2019-06-03lavfi/colorlevels: Add slice threading supportJun Zhao
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2015-12-21lavfi/vf_colorlevels: replace round by lrintGanesh Ajjanagadde
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-12-16lavfi: add colorlevels filterPaul B Mahol