summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorconstancy.c
Commit message (Expand)AuthorAgeFilesLines
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter/vf_colorconstancy: Store format in filter, remove query funcAndreas Rheinhardt2021-10-051-13/+3
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+3
* 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-4/+5
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_colorconstancy: fix memory leak on errorPaul B Mahol2020-01-271-3/+1
* avfilter/vf_colorconstancy: av_frame_free(&in) in case of error or direct fla...Limin Wang2019-11-281-0/+6
* avfilter/vf_colorconstancy: fix overreads in gauss arrayPaul B Mahol2019-10-121-2/+2
* lavfi/vf_colorconstancy: cosmetic updateMina2018-08-141-7/+7
* lavfi/vf_colorconstancy: change option rangesMina2018-08-141-3/+3
* avfilter: Add colorconstancy filterMina2018-07-231-0/+758