Releases: gfxdisp/ColorVideoVDP
Releases · gfxdisp/ColorVideoVDP
v0.5.4
v0.5.3
v0.5.0
- v0.5.0 (20/June/2025)
- Added two new metrics:
cvvdp-ml-saliencyandcvvdp-ml-transformer. See metrics.md for more info. - Fixed heat map visualization when the test image has very small dynamic range (thanks to Yuta).
- Added two new metrics:
Full Changelog: v0.4.2...v0.5.0
v0.4.2
Changes with respect to v0.4.1:
- Files are now sorted after the wildcard expansion
- Updated PU21 encoding parameters so that they are in sync with those in https://github.com/gfxdisp/pu21/
- Added:
--dump-channelsfor generating videos with intermediate processing stages (debugging and visualization) - Added: Support for HLG EOTF (e.g. iPhone HDR video) - thanks to Cosmin Stejerean
- Added: Processing of videos stored as image frames, described using the C-notation
frame_%04d.png. New arguments: '--fps' and '--frames' - Fixed: A better memory model for estimating how many frames can be processed at once on a GPU. Added '--gpu-mem' argument.
- Added: 'exposure' field in a display model JSON file.
- Added:
--resultargument to store results in a CSV file. - Fixed: Added examples to README.md and improved documentation.
- Added: ColorVideoVDP logo.