summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorbalance.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-16/+16
* avfilter/vf_colorbalance: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_colorbalance: fix min/max check that can never be truePaul B Mahol2021-09-261-20/+20
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* FATE: fix colorbalance fate test failed on x86_32Limin Wang2020-07-021-12/+12
* avfilter/vf_colorbalance: remove wrong additionPaul B Mahol2020-06-291-1/+1
* avfilter/vf_colorbalance:: Fix for framecrc bitexact for 32bit and 64bit systemlance.lmwang@gmail.com2020-05-141-1/+1
* avfilter/vf_colorbalance: add support for commandsPaul B Mahol2019-11-131-1/+2
* avfilter/vf_colorbalance: switch to floatsPaul B Mahol2019-11-131-48/+48
* avfilter/vf_colorbalance: add option to preserve lightnessPaul B Mahol2019-11-131-46/+115
* avfilter/vF_colorbalance: rewrite, fixes filteringPaul B Mahol2019-11-131-69/+71
* avfilter: use av_clip_uintp2_c where clip is variableJohn Cox2018-05-311-9/+9
* avfilter/vf_colorbalance: fix off by one overflowPaul B Mahol2018-05-051-1/+1
* avfilter/vf_colorbalance: add slice threadingPaul B Mahol2018-05-051-32/+66
* avfilter/vf_colorbalance: add planar rgb supportPaul B Mahol2018-05-051-1/+78
* avfilter/vf_colorbalance: add 16bit depth supportPaul B Mahol2018-05-051-45/+100
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-2/+2
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-3/+4
* avfilter/vf_colorbalance: use the name 's' for the pointer to the private con...Paul B Mahol2015-01-281-24/+24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* lavfi: cosmetics: fix vertical alignment for pads in some filtersPaul B Mahol2013-05-141-9/+9
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-1/+1
* lavfi: support timeline for colorbalance and colorchannelmixerPaul B Mahol2013-04-261-0/+1
* colorbalance filterPaul B Mahol2013-04-181-0/+212