summaryrefslogtreecommitdiff
path: root/libavfilter/vf_normalize.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_normalize: 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/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_normalize: fix regression with white/black point calculationPaul B Mahol2020-10-27
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_normalize: add support for >8 depthPaul B Mahol2020-01-18
* avfilter/vf_normalize: add support for planar rgbPaul B Mahol2020-01-18
* avfilter/vf_normalize: factor code dealing with AVFrame pixels outPaul B Mahol2020-01-18
* avfilter/vf_normalize: move luts into private contextPaul B Mahol2020-01-18
* avfilter/vf_normalize: add support for commandsPaul B Mahol2019-11-23
* lavfi/normalize: remove the unused pointerZhong Li2019-10-08
* avfilter/vf_normalize: typedef all structsPaul B Mahol2019-10-07
* avfilter/vf_normalize: fix filtering of RGB0 formatsPaul B Mahol2019-06-10
* avfilter/vf_normalize: add timeline supportPaul B Mahol2019-04-29
* avfilter: add normalize filterRichard Ling2017-11-25