summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorbalance.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_colorbalance: 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_colorbalance: fix min/max check that can never be truePaul 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
* FATE: fix colorbalance fate test failed on x86_32Limin Wang2020-07-02
* avfilter/vf_colorbalance: remove wrong additionPaul B Mahol2020-06-29
* avfilter/vf_colorbalance:: Fix for framecrc bitexact for 32bit and 64bit systemlance.lmwang@gmail.com2020-05-14
* avfilter/vf_colorbalance: add support for commandsPaul B Mahol2019-11-13
* avfilter/vf_colorbalance: switch to floatsPaul B Mahol2019-11-13
* avfilter/vf_colorbalance: add option to preserve lightnessPaul B Mahol2019-11-13
* avfilter/vF_colorbalance: rewrite, fixes filteringPaul B Mahol2019-11-13
* avfilter: use av_clip_uintp2_c where clip is variableJohn Cox2018-05-31
* avfilter/vf_colorbalance: fix off by one overflowPaul B Mahol2018-05-05
* avfilter/vf_colorbalance: add slice threadingPaul B Mahol2018-05-05
* avfilter/vf_colorbalance: add planar rgb supportPaul B Mahol2018-05-05
* avfilter/vf_colorbalance: add 16bit depth supportPaul B Mahol2018-05-05
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/vf_colorbalance: use the name 's' for the pointer to the private con...Paul B Mahol2015-01-28
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* lavfi: cosmetics: fix vertical alignment for pads in some filtersPaul B Mahol2013-05-14
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
* lavfi: support timeline for colorbalance and colorchannelmixerPaul B Mahol2013-04-26
* colorbalance filterPaul B Mahol2013-04-18