summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorlevels.c
Commit message (Expand)AuthorAge
* avfilter/vf_colorlevels: Fix build failure on ARMMichael Niedermayer2022-03-06
* avfilter/vf_colorlevels: add planar rgb formats supportPaul B Mahol2022-03-06
* avfilter/vf_colorlevels: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_colorlevels: add preserve color optionPaul B Mahol2021-09-26
* avfilter/vf_colorlevels: refactor code so all components are processed in sam...Paul B Mahol2021-09-26
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_colorlevels: call execute once per framePaul B Mahol2021-02-02
* avfilter/vf_colorlevels: no need to use double for coeffPaul B Mahol2021-02-02
* avfilter/vf_colorlevels: beautify definePaul B Mahol2021-02-02
* avfilter/vf_colorlevels: typedef ThreadData structPaul B Mahol2021-02-02
* avfilter/vf_colorlevels: add support for commandsPaul B Mahol2020-02-11
* lavfi/colorlevels: Add slice threading supportJun Zhao2019-06-03
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi/vf_colorlevels: replace round by lrintGanesh Ajjanagadde2015-12-21
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* lavfi: add colorlevels filterPaul B Mahol2014-12-16