summaryrefslogtreecommitdiff
path: root/libavfilter/vf_normalize.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-18/+18
* avfilter/vf_normalize: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-9/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_normalize: fix regression with white/black point calculationPaul B Mahol2020-10-271-2/+2
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-2/+2
* avfilter/vf_normalize: add support for >8 depthPaul B Mahol2020-01-181-16/+105
* avfilter/vf_normalize: add support for planar rgbPaul B Mahol2020-01-181-3/+48
* avfilter/vf_normalize: factor code dealing with AVFrame pixels outPaul B Mahol2020-01-181-26/+43
* avfilter/vf_normalize: move luts into private contextPaul B Mahol2020-01-181-4/+4
* avfilter/vf_normalize: add support for commandsPaul B Mahol2019-11-231-4/+6
* lavfi/normalize: remove the unused pointerZhong Li2019-10-081-2/+0
* avfilter/vf_normalize: typedef all structsPaul B Mahol2019-10-071-9/+13
* avfilter/vf_normalize: fix filtering of RGB0 formatsPaul B Mahol2019-06-101-7/+9
* avfilter/vf_normalize: add timeline supportPaul B Mahol2019-04-291-0/+1
* avfilter: add normalize filterRichard Ling2017-11-251-0/+386