Comments.
[libdcp.git] / src /
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
2013-01-13 Carl HetheringtonUse boost starts/ends with methods.
2013-01-13 Carl HetheringtonSome comment tweaks.
2013-01-13 Carl HetheringtonRemove unused progress parameter to make_digest; some...
2013-01-13 Carl HetheringtonComment tweaks.
2013-01-13 Carl HetheringtonMake variable to say whether we were built with debug...
2013-01-12 Carl HetheringtonAdd simple support for generating audio MXFs from part...
2013-01-11 Carl HetheringtonTweaks to management of crypto information.
2013-01-09 Carl HetheringtonComment tweaks.
2013-01-09 Carl HetheringtonAdd completely untested code to generate crypto chain...
2013-01-06 Carl HetheringtonAdd a somewhat dubious constructor.
2013-01-05 Carl HetheringtonMissing header installs.
2013-01-05 Carl HetheringtonA couple of missing bits.
2013-01-05 Carl HetheringtonAdd certificate thumbprint method.
2013-01-05 Carl HetheringtonVarious probably quite untidy progress on KDMs.
2013-01-03 Carl HetheringtonWrite PKL using libxml++ and sign them.
2013-01-03 Carl HetheringtonMissing KeyId.
2013-01-03 Carl HetheringtonSome small fixes.
2013-01-03 Carl HetheringtonFix missing certificates in CPLs.
2013-01-03 Carl HetheringtonSort-of generates a signed CPL.
2013-01-01 Carl HetheringtonUse libxml++ to write CPLs.
2013-01-01 Carl HetheringtonA few more untested bits.
2013-01-01 Carl HetheringtonSome work on encryption / signing.
2012-12-31 Carl HetheringtonInitial hacks.
2012-12-22 Carl HetheringtonA couple more little fixes to subtitle XML.
2012-12-22 Carl HetheringtonMore various fixes to subtitle XML writing.
2012-12-22 Carl HetheringtonFix up constructor.
2012-12-22 Carl HetheringtonFix numerous bugs in subtitle XML generation.
2012-12-09 Carl HetheringtonDon't explicitly install .so files as I don't think...
2012-12-07 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-12-07 Carl HetheringtonAllow static builds.
2012-12-06 Carl HetheringtonRemove exception thrown on a short audio frame. I...
2012-12-03 Carl HetheringtonFix merge.
2012-12-03 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-12-03 Carl HetheringtonPrevent crashes with 8 channel sound assets.
2012-11-30 Carl HetheringtonMerge.
2012-11-30 Carl HetheringtonAdd missing virtual destructor.
2012-10-27 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-10-26 Carl HetheringtonRound J2K output image size more correctly (I think...
2012-10-26 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-10-26 Carl HetheringtonFix a warning and add a missing include.
2012-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-10-22 Carl HetheringtonImprove an error message.
2012-10-19 Carl HetheringtonInitial work on subtitle writing.
2012-10-04 Carl HetheringtonProvide accessors to ARGBFrame's width and height.
2012-10-03 Carl HetheringtonAllow some error in audio when comparing.
2012-10-02 Carl HetheringtonNote first difference on an audio equals() discrepancy.
2012-10-02 Carl HetheringtonRemove bitwise DCP comparison, which I think is fairly...
2012-10-02 Carl HetheringtonClean up DCP comparison a bit.
2012-10-02 Carl HetheringtonFix comparison of audio assets to not just compare...
next