summaryrefslogtreecommitdiff
path: root/src/wscript
AgeCommit message (Collapse)Author
2015-02-02Remove Image and ARGBImage and just dump RGB data intoCarl Hetherington
uint8_t* buffers. This is hopefully simpler than trying to come up with some Image hierarchy that suits everything.
2015-02-02Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.Carl Hetherington
2015-01-04Make a parent for SMPTELoadFont and InteropLoadFont.Carl Hetherington
2014-12-28Fix build of gcov stuff.Carl Hetherington
2014-12-28Change colourspace handling round a bit:1.0-colour-cleanupCarl 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.
2014-12-27Add gcov test coverage (written to build/test/coverage) and a couple more tests.Carl Hetherington
2014-12-15Missing header installs.Carl Hetherington
2014-12-15Missing header installs.Carl Hetherington
2014-12-14Switch subtitle string font specs to be the font ID; split SubtitleContent ↵Carl Hetherington
into Interop and SMPTE.
2014-07-20Put ReelAsset key id into a new ReelMXFAsset.Carl Hetherington
2014-07-18Quite large reworking of signer/cert handling.Carl Hetherington
2014-07-02Tweaks: don't use shared_ptr for dcp::SubtitleString; ↵Carl Hetherington
SubtitleContent::write_xml takes a path.
2014-05-14Merge master.Carl Hetherington
2014-05-12Missing file.Carl Hetherington
2014-03-20Tweaks to LocalTime; build/install fixes.Carl Hetherington
2014-03-19Considerable re-work of KDM class to express the difference between ↵Carl Hetherington
encrypted and unencrypted KDMs.
2014-02-24Make 1.0 parallel-installable with 0.x.Carl Hetherington
2014-02-12Various small fixes.Carl Hetherington
2014-02-11Install fixes.Carl Hetherington
2014-02-11Re-add linearised gamma LUT.Carl Hetherington
2014-02-11Build/install fixes.Carl Hetherington
2014-02-11Fix install target.Carl Hetherington
2014-01-27Remove LUT parent class.Carl Hetherington
2014-01-27Some tidying up.Carl Hetherington
2014-01-26It builds again.Carl Hetherington
2014-01-22Various work.Carl Hetherington
2014-01-17Asset -> MXF in some cases.Carl Hetherington
2014-01-17New Asset and Object classes; make CPL use them.Carl Hetherington
2014-01-17Asset -> ContentAsset.Carl Hetherington
2014-01-08Remove compose.hpp dependency from header.Carl Hetherington
2013-09-29Change thing used for authorized device list description; set up _keys when ↵Carl Hetherington
loading KDM.
2013-09-25Split up some files.Carl Hetherington
2013-09-24Move everything into the header.Carl Hetherington
2013-09-24Various KDM work.Carl Hetherington
2013-09-19Various encryption-related stuff.Carl Hetherington
2013-09-19Allow SoundAsset to be encrypted.Carl Hetherington
2013-09-19Rename crypt_chain -> signer_chain.Carl Hetherington
2013-09-19Rename Encryption -> Signer; move some methods into it.Carl Hetherington
2013-07-22Add missing header install.Carl Hetherington
2013-07-22Some hacks.Carl Hetherington
2013-07-13Missing .h install.Carl Hetherington
2013-07-12Support rgb -> xyz encoding.Carl Hetherington
2013-07-12Move XYZ/RGB function to its own source file.Carl Hetherington
2013-07-12Add XYZFrame and use it.Carl Hetherington
2013-07-12Some new files.Carl Hetherington
2013-07-08Missing include install.Carl Hetherington
2013-07-06Can decrypt a KDM.Carl Hetherington
2013-06-18Merge master.Carl Hetherington
2013-05-13Try to move XML bits out into parse/ subdir.Carl Hetherington
2013-05-13Use libcxml. Lump all static configuration flags into one.Carl Hetherington