summaryrefslogtreecommitdiff
path: root/test/image_proxy_test.cc
AgeCommit message (Collapse)Author
2021-01-27Use enum class for VideoRange.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-30Fix test build.Carl Hetherington
2020-11-29Move some test references into test-private.Carl Hetherington
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.
2020-11-02Add some tests.v2.15.106Carl Hetherington