summaryrefslogtreecommitdiff
path: root/test/video_level_test.cc
AgeCommit message (Collapse)Author
2020-11-20Some tidying up of test Doxygen.Carl Hetherington
2020-11-16Add tests of video range.Carl Hetherington
These should hopefully cover all combinations of input and output range. Fixes #1851.
2020-11-16Obey requests to change the video range of RGB content.Carl Hetherington
Video that comes in with RGB pixels will not have its video level ranges changed by libswscale (it only does this for YUV and greyscale). Here we add code to do it ourselves for RGB content coming in via image files (e.g. PNG/DPX etc). Part of #1851.