summaryrefslogtreecommitdiff
path: root/libavfilter/vf_normalize.c
Commit message (Expand)AuthorAgeFilesLines
* 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