| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-14 | Add P3 D60 colour space.v1.10.43 | Carl Hetherington | |
| This is the same as P3 DCI except with a D60 white point (~6000K). (0.32168, 0.33767) | |||
| 2025-12-14 | Add P3 D65 colour space. | Carl Hetherington | |
| This is the same as P3 DCI except with a D65 white point (~6500K). (0.3127, 0.3290) | |||
| 2025-12-14 | Rename p3_to_xyz() -> p3_dci_to_xyz(). | Carl Hetherington | |
| This is the one we've had for ages, with the ~6300K (0.314, 0.351) white point. | |||
| 2025-05-04 | White space: colour_conversion.{cc,h} | Carl Hetherington | |
| 2024-04-18 | Cleanup: fix more comments/guards (and add check script). | Carl Hetherington | |
| 2022-10-17 | Fix YUV->RGB for Rec. 2020.v1.8.32rec2020 | Carl Hetherington | |
| 2021-01-24 | Tidying. | Carl Hetherington | |
| 2021-01-21 | Some more use of enum class. | Carl Hetherington | |
| 2021-01-08 | std::shared_ptr | Carl Hetherington | |
| 2019-06-26 | Try to fix build. | Carl Hetherington | |
| 2019-06-26 | Try to fix OS X build. | Carl Hetherington | |
| 2016-12-14 | Add tentative S-Gamut3/S-Log3 colourspace support. | Carl Hetherington | |
| 2016-06-13 | Add OpenSSL licence exception. | Carl Hetherington | |
| 2016-06-01 | More licence fixups. | Carl Hetherington | |
| 2016-05-24 | Add somewhat speculative Rec 1886 and Rec 2020 colour conversions. | Carl Hetherington | |
| 2015-09-02 | Prevent theoretical possibility of an uninitialised variable. | Carl Hetherington | |
| 2015-06-24 | No-op: whitespace. | Carl Hetherington | |
| 2015-05-29 | Some comments. | Carl Hetherington | |
| 2015-04-22 | Add p3_to_xyz colour conversion preset. | Carl Hetherington | |
| 2015-04-22 | Header guard. | Carl Hetherington | |
| 2015-04-22 | Express colour conversions as chromaticities and adjust so that | Carl Hetherington | |
| everything is specified as something_to_xyz and then you can get an inverse LUT if you want one. | |||
| 2015-01-04 | Try to fix static initialisation order problems. | Carl Hetherington | |
| 2015-01-03 | Various fixes to XYZ/RGB transforms. | Carl Hetherington | |
| 2014-12-28 | Change colourspace handling round a bit:1.0-colour-cleanup | Carl Hetherington | |
| - move the essence of GammaLUT into TransferFunction and handle different bit depths more neatly - add ColourConversion to describe input gamma correction, colour transformation and then output gamma correction in one class. - add default ColourConversions for sRGB->XYZ, Rec709->XYZ and XYZ->RGB. | |||
