summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorconstancy.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter/vf_colorconstancy: Store format in filter, remove query funcAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* 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_colorconstancy: fix memory leak on errorPaul B Mahol2020-01-27
* avfilter/vf_colorconstancy: av_frame_free(&in) in case of error or direct fla...Limin Wang2019-11-28
* avfilter/vf_colorconstancy: fix overreads in gauss arrayPaul B Mahol2019-10-12
* lavfi/vf_colorconstancy: cosmetic updateMina2018-08-14
* lavfi/vf_colorconstancy: change option rangesMina2018-08-14
* avfilter: Add colorconstancy filterMina2018-07-23