Allow SoundAsset to be encrypted.
[libdcp.git] / src /
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.
2013-09-18 Carl HetheringtonSeparate time -> string functions out.
2013-09-18 Carl HetheringtonAllow progressive writes to be encrypted.
2013-09-18 Carl HetheringtonComments.
2013-09-18 Carl HetheringtonComments.
2013-09-18 Carl HetheringtonSome comments.
2013-09-18 Carl HetheringtonFix (I think) AuthenticatedPublic signer.
2013-08-30 Carl HetheringtonHack; separate DCP asset and CPL reads.
2013-08-29 Carl HetheringtonChange to libcxml API.
2013-08-29 Carl HetheringtonOptional progress reporting when making MXF hashes.
2013-08-29 Carl HetheringtonTry to fix application of namespace to MainStereoscopic...
2013-08-29 Carl HetheringtonMissing include.
2013-08-27 Carl HetheringtonFix paths in OV DCP searches.
2013-08-27 Carl HetheringtonBasics of OV/supplemental support when reading.
2013-08-26 Carl HetheringtonTry to add correct namespace for 3D CPLs.
2013-08-25 Carl HetheringtonTweak interop / SMPTE to pass dcp_inspect.
2013-08-25 Carl HetheringtonTidy up interop API.
2013-08-25 Carl HetheringtonMerge branch 'master' into interop
2013-08-25 Carl HetheringtonUntested interop DCP/KDM support.
2013-08-21 Carl HetheringtonTry to fix timezone offset formatting.
2013-08-19 Carl HetheringtonTry to fix build on windows.
2013-08-19 Carl HetheringtonTry to fix time zone offsets in Windows.
2013-08-18 Carl HetheringtonA few asserts.
2013-08-17 Carl HetheringtonMore float -> double.
2013-08-17 Carl HetheringtonUse double rather than float for colour matrices.
2013-08-16 Carl HetheringtonTry to use correct timezone in dates.
2013-08-13 Carl HetheringtonAdd missing class declaration.
2013-08-08 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-08-07 Carl HetheringtonMissing audio asset decryption.
2013-07-25 Carl HetheringtonTry to be more careful when loading FrameInfos from...
2013-07-23 Carl HetheringtonRevert "Renaming to try to fix windows confusion."
2013-07-23 Carl HetheringtonRenaming to try to fix windows confusion.
2013-07-23 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-23 Carl HetheringtonMissing virtual destructor.
2013-07-23 Carl HetheringtonA few small cleanups.
2013-07-23 Carl HetheringtonA few comment fixes.
2013-07-23 Carl HetheringtonSimplify streaming API a bit.
2013-07-23 Carl HetheringtonFixes for writing 3D CPLs.
2013-07-22 Carl HetheringtonA couple of missing bits. 3D
2013-07-22 Carl HetheringtonAdd missing header install.
2013-07-22 Carl HetheringtonVarious more 3D fixes.
2013-07-22 Carl HetheringtonSome hacks.
2013-07-13 Carl HetheringtonMore leniancy in comparions.
2013-07-13 Carl HetheringtonMore leniancy in comparions.
2013-07-13 Carl HetheringtonContinue with comparison even if lengths differ.
2013-07-13 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-13 Carl HetheringtonMissing .h install.
2013-07-12 Carl HetheringtonMissing files.
2013-07-12 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-12 Carl HetheringtonSupport rgb -> xyz encoding.
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.
next