summaryrefslogtreecommitdiff
path: root/libavfilter/vf_normalize.c
Commit message (Collapse)AuthorAge
* avfilter/vf_normalize: fix regression with white/black point calculationPaul B Mahol2020-10-27
|
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
| | | | It is not needed at all.
* 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
| | | | Signed-off-by: Zhong Li <zhong.li@intel.com>
* 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