Tidying.
[libdcp.git] / src / colour_conversion.cc
2021-01-24 Carl HetheringtonTidying.
2021-01-21 Carl HetheringtonSome more use of enum class.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2017-02-06 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2017-01-10 Carl HetheringtonRemove unused code.
2016-12-14 Carl HetheringtonAdd tentative S-Gamut3/S-Log3 colourspace support.
2016-12-14 Carl HetheringtonAdd function for D65 white point.
2016-08-12 Carl HetheringtonTry non-linearised gamma of 2.4 for Rec 2020.
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2016-05-24 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-05-24 Carl HetheringtonAdd somewhat speculative Rec 1886 and Rec 2020 colour...
2015-06-29 Carl HetheringtonReturn to DCP-o-matic v1's gamma correction for Rec...
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-04-22 Carl HetheringtonAdd p3_to_xyz colour conversion preset.
2015-04-22 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-04-22 Carl HetheringtonFix crash in previous.
2015-04-22 Carl HetheringtonExpress colour conversions as chromaticities and adjust...
2015-03-06 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-02-17 Carl HetheringtonUse 2.222222 for the power in the modified Rec. 709...
2015-02-17 Carl HetheringtonRec 709 -> XYZ and sRGB -> XYZ matrices are, it seems...
2015-02-17 Carl HetheringtonTypo causing wrong matrix to be used for Rec. 709.
2015-01-04 Carl HetheringtonTry to fix static initialisation order problems.
2015-01-03 Carl HetheringtonVarious fixes to XYZ/RGB transforms.
2014-12-28 Carl HetheringtonChange colourspace handling round a bit: 1.0-colour-cleanup