Remove ReelEncryptableAsset and tidy up a bit.
[libdcp.git] / test / rgb_xyz_test.cc
2021-01-21 Carl HetheringtonMove all ostream operator<< into some test-only stream_...
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-07 Carl Hetheringtonstd::shared_ptr
2019-03-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-16 Carl HetheringtonFix some GPL boilerplate.
2016-06-01 Carl HetheringtonStill more licence fixups.
2015-11-23 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-11-17 Carl HetheringtonUse rand instead of rand_r as rand_r is not necessary...
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-16 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-06-16 Carl HetheringtonFix a warning.
2015-06-11 Carl HetheringtonFix thinko which broke xyz->rgb conversion.
2015-06-10 Carl HetheringtonRename XYZImage -> OpenJPEGImage.
2015-04-22 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-04-22 Carl HetheringtonExpress colour conversions as chromaticities and adjust...
2015-02-02 Carl HetheringtonRemove Image and ARGBImage and just dump RGB data into
2015-02-02 Carl HetheringtonRename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.
2015-02-02 Carl HetheringtonUnpack XYZ to RGB into an Image class rather than a...
2015-01-07 Carl HetheringtonClamp out-of-range XYZ values in xyz_to_rgb() and pass...
2015-01-04 Carl HetheringtonTry to fix static initialisation order problems.
2015-01-03 Carl HetheringtonTweaks to test setup; don't always compute coverage.
2015-01-03 Carl HetheringtonVarious fixes to XYZ/RGB transforms.