summaryrefslogtreecommitdiff
path: root/src/rgb_xyz.cc
AgeCommit message (Expand)Author
2015-08-28Fix copy and paste error in previous commit.Carl Hetherington
2015-08-27Fairly significant optimisation of RGB -> XYZ conversions.Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-12Fix erroneous suffix.Carl Hetherington
2015-06-11Fix thinko which broke xyz->rgb conversion.Carl Hetherington
2015-06-11Fix possible assert failure.Carl Hetherington
2015-06-11Pass a note rather than failing an assert on clamping XYZ values after conver...Carl Hetherington
2015-06-10Rename XYZImage -> OpenJPEGImage.Carl Hetherington
2015-06-10Fix comment.Carl Hetherington
2015-04-22Express colour conversions as chromaticities and adjust so thatCarl Hetherington
2015-02-02Remove Image and ARGBImage and just dump RGB data intoCarl Hetherington
2015-02-02Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.Carl Hetherington
2015-02-02Unpack XYZ to RGB into an Image class rather than a raw buffer.Carl Hetherington
2015-01-07Clamp out-of-range XYZ values in xyz_to_rgb() and pass notes about their exis...Carl Hetherington
2015-01-03Tweaks to test setup; don't always compute coverage.Carl Hetherington
2015-01-03Various fixes to XYZ/RGB transforms.Carl Hetherington
2014-12-28Purge assert() from src/, at least (not asdcplib).Carl Hetherington
2014-12-28Change colourspace handling round a bit:1.0-colour-cleanupCarl Hetherington
2014-10-25Add xyz_to_xyz, forward ported from 0.x.Carl Hetherington
2014-10-21Merge 12-bit fix from 0.x.Carl Hetherington
2014-07-09Add method to return frames as RGB to a given buffer.Carl Hetherington
2014-07-08Rename xyz_to_rgb to xyz_to_rgba.Carl Hetherington
2014-03-19Considerable re-work of KDM class to express the difference between encrypted...Carl Hetherington
2014-01-27Remove LUT parent class.Carl Hetherington
2014-01-27Various tinkerings.Carl Hetherington
2014-01-27Some tidying up.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington
2013-08-18A few asserts.Carl Hetherington
2013-08-17More float -> double.Carl Hetherington
2013-07-23A few small cleanups.Carl Hetherington
2013-07-12Support rgb -> xyz encoding.Carl Hetherington
2013-07-12Move XYZ/RGB function to its own source file.Carl Hetherington