libdcp.git
2013-11-27 Carl HetheringtonBump version v0.84
2013-11-27 Carl HetheringtonFix linux build.
2013-11-26 Carl HetheringtonTypos.
2013-11-26 Carl HetheringtonAttempt to fix file size reporting from asdcplib on...
2013-11-26 Carl HetheringtonVarious fixes for non-Latin filenames.
2013-11-26 Carl HetheringtonFix MultiByteToWideChar calls.
2013-11-26 Carl HetheringtonTypos.
2013-11-26 Carl HetheringtonTry to fix incorrect non-Latin handling on Win32 filenames.
2013-11-26 Carl HetheringtonTry to fix non-trivial filename character encoding...
2013-11-25 Carl HetheringtonMissing using.
2013-11-25 Carl HetheringtonRemove a possibly dodgy use of fstream.
2013-11-25 Carl HetheringtonRemove redundant fstream includes.
2013-11-25 Carl HetheringtonAdd FILE * constructor for FrameInfo.
2013-11-25 Carl HetheringtonMissing file.
2013-11-25 Carl HetheringtonAdd FrameInfo::write for FILE *; test it.
2013-11-20 Carl HetheringtonBump libcxml version.
2013-11-09 Carl HetheringtonBump version
2013-11-09 Carl HetheringtonBump version v0.83
2013-11-01 Carl HetheringtonFix small memory leak on decompression.
2013-10-30 Carl HetheringtonUpdate and fix tests.
2013-10-28 Carl HetheringtonAnother better error message.
2013-10-26 Carl HetheringtonBetter error message.
2013-10-24 Carl HetheringtonRemove debug code.
2013-10-24 Carl HetheringtonFix ticks calculations.
2013-10-24 Carl HetheringtonAdd Time constructor from ticks; fix Time::to_ticks().
2013-10-19 Carl HetheringtonSome more boost::filesystem::path.
2013-10-19 Carl HetheringtonSome more boost::filesystem::path.
2013-10-18 Carl Hetheringtontm_to_string() should use 24 hour clock.
2013-10-16 Carl HetheringtonMissing includes.
2013-10-16 Carl HetheringtonComment and header guards.
2013-10-16 Carl HetheringtonComment.
2013-10-15 Carl HetheringtonAdd ratio() method.
2013-10-15 Carl HetheringtonFix typo.
2013-10-14 Carl HetheringtonUse Wolfang Woehl's Rec709 -> XYZ matrix, from his...
2013-10-11 Carl HetheringtonTry quoting openssl calls.
2013-10-11 Carl HetheringtonImprove error reporting from openssl calls.
2013-10-10 Carl HetheringtonWrite encryption test all to the right place. Some...
2013-10-10 Carl HetheringtonBump version
2013-10-10 Carl HetheringtonBump version v0.82
2013-10-09 Carl HetheringtonTry using magic recipient cert for authorized device...
2013-10-09 Carl HetheringtonTry to fix comparison of 3D DCPs.
2013-10-09 Carl HetheringtonFix error message formatting.
2013-10-09 Carl HetheringtonBetter error message.
2013-10-09 Carl HetheringtonTry to fix subject escaping on Windows.
2013-10-09 Carl HetheringtonUse specified openssl binary rather than assuming it...
2013-10-09 Carl HetheringtonAvoid use of pipes in openssl hackery.
2013-10-08 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-10-07 Carl HetheringtonHeader guard.
2013-10-04 Carl HetheringtonFix test on Windows.
2013-10-04 Carl HetheringtonMissing include.
2013-10-04 Carl Hetheringtonboost::filesystem.
2013-10-04 Carl Hetheringtonboost::filesystem.
2013-10-04 Carl Hetheringtonfilesystem::path.
2013-10-04 Carl HetheringtonMore boost::filesystem jibber jabber.
2013-10-03 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-10-03 Carl HetheringtonTry to fix build on windows.
2013-10-02 Carl HetheringtonAdd some design rambles.
2013-10-01 Carl HetheringtonBump version
2013-10-01 Carl HetheringtonBump version v0.81
2013-10-01 Carl HetheringtonFix erroneous include.
2013-10-01 Carl HetheringtonAdd SMPTE CPL schema.
2013-09-29 Carl HetheringtonBump cxml version.
2013-09-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-09-29 Carl HetheringtonFix signing of KDMs.
2013-09-29 Carl HetheringtonBump version
2013-09-29 Carl HetheringtonBump version v0.80
2013-09-29 Carl HetheringtonChange thing used for authorized device list descriptio...
2013-09-29 Carl HetheringtonAdd ContentAuthenticator, possibly incorrectly.
2013-09-29 Carl HetheringtonTest KDMKeys reload.
2013-09-29 Carl HetheringtonNew test.
2013-09-29 Carl HetheringtonAdd set_sampling_rate.
2013-09-29 Carl Hetheringtonconst fixes.
2013-09-29 Carl HetheringtonAdd common_name().
2013-09-29 Carl HetheringtonTweak.
2013-09-25 Carl HetheringtonSplit up some files.
2013-09-25 Carl HetheringtonSwitch away from the many-constructor-arguments approac...
2013-09-25 Carl HetheringtonSome comments.
2013-09-25 Carl HetheringtonAdd round-trip KDM test. Fix various bugs in KDM gener...
2013-09-25 Carl HetheringtonSplit tests up.
2013-09-25 Carl HetheringtonAdd as_xml to string to KDM.
2013-09-24 Carl HetheringtonAllow setting of a CPL's MXF keys.
2013-09-24 Carl HetheringtonComments.
2013-09-24 Carl HetheringtonMove everything into the header.
2013-09-24 Carl HetheringtonRemove unused variable; add comment.
2013-09-24 Carl HetheringtonActually encrypt AuthenticatedPrivate section of KDM.
2013-09-24 Carl HetheringtonSimplify KDM API slightly.
2013-09-24 Carl HetheringtonKDM XML fix.
2013-09-24 Carl HetheringtonVarious KDM work.
2013-09-23 Carl HetheringtonKDM passthrough works ok.
2013-09-21 Carl HetheringtonUnbuilt KDM changes.
2013-09-21 Carl Hetheringtonxmllint a KDM that we generate.
2013-09-21 Carl HetheringtonAdd some schema for KDM checking.
2013-09-20 Carl HetheringtonMore encryption fixes.
2013-09-19 Carl HetheringtonFix bad frees if exceptions are thrown by constructors.
2013-09-19 Carl HetheringtonVarious encryption-related stuff.
2013-09-19 Carl HetheringtonAllow SoundAsset to be encrypted.
2013-09-19 Carl HetheringtonRename crypt_chain -> signer_chain.
2013-09-19 Carl HetheringtonRename Encryption -> Signer; move some methods into it.
2013-09-19 Carl HetheringtonComments.
2013-09-18 Carl HetheringtonA few encryption-related fixes and comments.
next