Tidying.
[libdcp.git] / src / rgb_xyz.h
2021-01-24 Carl HetheringtonTidying.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2018-07-07 Carl HetheringtonRemove unused class declaration.
2017-06-23 Carl HetheringtonMake xyz_to_xyz into a constructor of OpenJPEGImage...
2017-03-30 Carl HetheringtonAdd stride parameter to dcp::xyz_to_rgba.
2016-08-22 Carl HetheringtonFactor out RGB->XYZ matrix calculation to a separate...
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonMore licence fixups.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-11 Carl HetheringtonPass a note rather than failing an assert on clamping...
2015-06-10 Carl HetheringtonRename XYZImage -> OpenJPEGImage.
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-03 Carl HetheringtonVarious fixes to XYZ/RGB transforms.
2014-12-28 Carl HetheringtonChange colourspace handling round a bit: 1.0-colour-cleanup
2014-10-25 Carl HetheringtonAdd xyz_to_xyz, forward ported from 0.x.
2014-07-09 Carl HetheringtonAdd method to return frames as RGB to a given buffer.
2014-07-08 Carl HetheringtonRename xyz_to_rgb to xyz_to_rgba.
2014-05-14 Carl HetheringtonMerge master.
2014-03-18 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-01-27 Carl HetheringtonRemove LUT parent class.
2014-01-27 Carl HetheringtonSome tidying up.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-08-17 Carl HetheringtonMore float -> double.
2013-07-12 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-12 Carl HetheringtonSupport rgb -> xyz encoding.
2013-07-12 Carl HetheringtonMove XYZ/RGB function to its own source file.