Move XYZ/RGB function to its own source file.
[libdcp.git] / src /
2013-07-12 Carl HetheringtonMove XYZ/RGB function to its own source file.
2013-07-12 Carl HetheringtonAdd XYZFrame and use it.
2013-07-12 Carl HetheringtonFix comment.
2013-07-12 Carl HetheringtonSome new files.
2013-07-12 Carl HetheringtonHeader guards.
2013-07-12 Carl HetheringtonGPL boilerplate.
2013-07-12 Carl HetheringtonMissing header guard.
2013-07-12 Carl HetheringtonAnother missing header guard.
2013-07-12 Carl HetheringtonMissing header guards.
2013-07-11 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-11 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-07-11 Carl HetheringtonMore win32 build hacks.
2013-07-11 Carl HetheringtonMore win32 build fixes.
2013-07-11 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-10 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-10 Carl HetheringtonSome speculative win32 build fixes.
2013-07-08 Carl HetheringtonFix incorrect free and leak.
2013-07-08 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-07-08 Carl HetheringtonUse openssl's base-64 decoding for KDMs.
2013-07-08 Carl HetheringtonBump descrypted key buffer size.
2013-07-08 Carl HetheringtonRemove include of internal header.
2013-07-08 Carl HetheringtonBoilerplate; use boost::filesystem::path.
2013-07-08 Carl HetheringtonImprove certificate handling a bit and fix up tests. encryption
2013-07-08 Carl HetheringtonAdd what I think is the correct escaping for backslashe...
2013-07-07 Carl HetheringtonMissing include install.
2013-07-07 Carl HetheringtonMissing class declaration.
2013-07-06 Carl HetheringtonWorking decryption via KDM.
2013-07-06 Carl HetheringtonCan decrypt a KDM.
2013-07-06 Carl HetheringtonMove some CPL writing from picture/sound assets to...
2013-07-02 Carl HetheringtonMore master merge bits.
2013-07-02 Carl HetheringtonMissing file.
2013-07-02 Carl HetheringtonMerge master; at least partially.
2013-07-01 Carl HetheringtonMissing file.
2013-07-01 Carl HetheringtonSlightly more informative output from diff.
2013-06-20 Carl HetheringtonInclude trimming.
2013-06-20 Carl HetheringtonMissing install file.
2013-06-18 Carl HetheringtonMerge master.
2013-06-07 Carl HetheringtonMerge branch 'master' into cxml
2013-06-04 Carl HetheringtonRemove _finalized check from picture writer too.
2013-06-04 Carl HetheringtonAllow SoundAssetWriter to be destroyed without being...
2013-06-02 Carl HetheringtonMerge master.
2013-06-02 Carl HetheringtonTweaks to diffing routines.
2013-05-29 Carl HetheringtonTry to fix compile on OS X
2013-05-14 Carl HetheringtonFix corpus tests wrt alphabetical sorting; fix some...
2013-05-13 Carl HetheringtonUse libxml++ for writing XML.
2013-05-13 Carl HetheringtonTry to move XML bits out into parse/ subdir.
2013-05-13 Carl HetheringtonUse libcxml. Lump all static configuration flags into...
2013-05-07 Carl HetheringtonBetter error on JPEG2000 decode failure.
2013-05-07 Carl HetheringtonAnnotationText is (I believe) optional.
2013-05-04 Carl HetheringtonMerge master.
2013-05-04 Carl HetheringtonSplit metadata into XML and MXF bits; remove singleton.
2013-05-04 Carl HetheringtonSplit CPL up into its own files.
2013-05-03 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-05-03 Carl HetheringtonA few tweaks to dcpdiff.
2013-05-02 Carl HetheringtonMove edit rate / durations / entry point etc. into...
2013-04-29 Carl HetheringtonChange output gamma correction to be closer to EasyDCP...
2013-04-24 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-04-19 Carl HetheringtonTry to fix.
2013-04-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-04-16 Carl HetheringtonAdd a couple of notes.
2013-04-16 Carl HetheringtonMerge and add option to ignore differing MXF names.
2013-04-15 Carl HetheringtonTry to give basic progress indication on dcpdiff.
2013-04-15 Carl HetheringtonUse boost::function for making notes during equals...
2013-04-15 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-04-01 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-04-01 Carl HetheringtonMissing include.
2013-03-26 Carl HetheringtonReinstate linearisation of low-end of XYZ->RGB transform.
2013-03-26 Carl HetheringtonSet RGB colour matrix from Thomas' email re FH.
2013-03-24 Carl HetheringtonRemove linearisation from low-valued pixels in XYZ...
2013-03-24 Carl HetheringtonRe-enable DCI companding; modify RGB matrix to that...
2013-03-24 Carl HetheringtonTry removing the DCI companding from the xyz->rgb conve...
2013-03-24 Carl HetheringtonRevert use of _entry_point when getting sound frames...
2013-03-13 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-03-13 Carl HetheringtonCompute LUTs at run-time. dynamic-lut
2013-02-10 Carl HetheringtonDerive exceptions from boost::exception and use boost...
2013-02-10 Carl HetheringtonThrow some more specific exceptions on MXF file errors.
2013-02-02 Carl HetheringtonTweak API a little.
2013-02-02 Carl HetheringtonBasics of fake write seem to work.
2013-02-01 Carl HetheringtonUnfinished attempt to overwrite existing; tricky becaus...
2013-01-28 Carl HetheringtonAdd support for hashing mono picture MXF writes on...
2013-01-25 Carl HetheringtonAllow changing of MXF directory / filename; un-expose...
2013-01-22 Carl HetheringtonRemove hacky start_frame stuff from SoundAsset for...
2013-01-21 Carl HetheringtonMerge master.
2013-01-21 Carl HetheringtonTry to remove need for asdcplib includes in libdcp...
2013-01-21 Carl HetheringtonFix compile with old boost.
2013-01-20 Carl HetheringtonFix typo in audio sampling rate setup.
2013-01-18 Carl HetheringtonTidying up; comments; fps in assets -> edit rate.
2013-01-18 Carl HetheringtonAdd basics for progressive sound asset writing.
2013-01-18 Carl HetheringtonAllow incremental writing of picture MXFs.
2013-01-17 Carl HetheringtonAdd Size operators; install util.h
2013-01-17 Carl HetheringtonComment tweaks.
2013-01-17 Carl HetheringtonTidy up slightly.
2013-01-17 Carl HetheringtonAdd duration, starting off as intrinsic_duration but...
2013-01-17 Carl HetheringtonReplace length with intrinsic_duration.
2013-01-17 Carl HetheringtonPull entry point out of the constructor.
2013-01-17 Carl HetheringtonUse new Size struct.
2013-01-14 Carl HetheringtonA few asserts.
2013-01-14 Carl HetheringtonMake sure we have a recipient cert when making KDMs.
2013-01-14 Carl HetheringtonFix merge.
2013-01-14 Carl HetheringtonMerge master
next