Considerable re-work of KDM class to express the difference between encrypted and...
[libdcp.git] / src / dcp.cc
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...
2014-03-18 Carl HetheringtonMerge master.
2014-03-18 Carl HetheringtonVarious test tidying.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-02-08 Carl HetheringtonFix a couple of errors in Interop XML
2014-02-05 Carl HetheringtonTidy up metadata handling.
2014-01-28 Carl HetheringtonVarious fixes.
2014-01-28 Carl HetheringtonVarious test fixes.
2014-01-27 Carl HetheringtonVarious tweaks; work on read_dcp example.
2014-01-27 Carl HetheringtonVarious tinkerings.
2014-01-26 Carl HetheringtonA little tidying up.
2014-01-26 Carl HetheringtonIt builds again.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-22 Carl HetheringtonVarious work.
2014-01-17 Carl HetheringtonAsset -> MXF in some cases.
2014-01-17 Carl HetheringtonAsset -> ContentAsset.
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2014-01-08 Carl HetheringtonThrow better file errors (with numbers).
2014-01-06 Carl HetheringtonDon't give ASSETMAP/VOLINDEX an .xml suffix with intero...
2013-11-25 Carl HetheringtonRemove redundant fstream includes.
2013-10-10 Carl HetheringtonWrite encryption test all to the right place. Some...
2013-09-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-09-29 Carl Hetheringtonconst fixes.
2013-09-20 Carl HetheringtonMore encryption fixes.
2013-09-19 Carl HetheringtonVarious encryption-related stuff.
2013-09-19 Carl HetheringtonRename Encryption -> Signer; move some methods into it.
2013-08-30 Carl HetheringtonHack; separate DCP asset and CPL reads.
2013-08-27 Carl HetheringtonFix paths in OV DCP searches.
2013-08-27 Carl HetheringtonBasics of OV/supplemental support when reading.
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-07-06 Carl HetheringtonWorking decryption via KDM.
2013-07-06 Carl HetheringtonMove some CPL writing from picture/sound assets to...
2013-07-02 Carl HetheringtonMerge master; at least partially.
2013-06-18 Carl HetheringtonMerge master.
2013-06-07 Carl HetheringtonMerge branch 'master' into cxml
2013-06-02 Carl HetheringtonMerge master.
2013-05-13 Carl HetheringtonUse libxml++ for writing XML.
2013-05-13 Carl HetheringtonTry to move XML bits out into parse/ subdir.
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-02 Carl HetheringtonMove edit rate / durations / entry point etc. into...
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-03-13 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-02-10 Carl HetheringtonDerive exceptions from boost::exception and use boost...
2013-01-18 Carl HetheringtonAdd basics for progressive sound asset writing.
2013-01-17 Carl HetheringtonPull entry point out of the constructor.
2013-01-14 Carl HetheringtonMake sure we have a recipient cert when making KDMs.
2013-01-14 Carl HetheringtonMerge master
2013-01-13 Carl HetheringtonUse boost starts/ends with methods.
2013-01-13 Carl HetheringtonRemove unused progress parameter to make_digest; some...
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-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 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-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-10-19 Carl HetheringtonInitial work on subtitle writing.
2012-10-02 Carl HetheringtonClean up DCP comparison a bit.
2012-09-19 Carl HetheringtonCope with DCPs that don't specify the picture as stereo...
2012-09-09 Carl HetheringtonSomewhat hacky rearrangement to support multiple CPLs...
2012-09-09 Carl HetheringtonPKL -> PKLFile.
2012-09-09 Carl HetheringtonRename CPL -> CPLFile
2012-09-08 Carl HetheringtonIgnore Language tag in subtitles. Get MXF/XML filename...
2012-09-07 Carl HetheringtonTweaks to dcpinfo.
2012-09-06 Carl HetheringtonSomewhat experimental; read files to use from the ASSET...
2012-09-06 Carl HetheringtonAdd a test corpus for XML.
2012-08-22 Carl HetheringtonAdd basic example; tweak bits and pieces.
2012-08-22 Carl HetheringtonUse entry points.
2012-08-22 Carl HetheringtonLook for subtitle assets more sensibly.
2012-08-22 Carl HetheringtonRough support for 3D.
2012-08-19 Carl HetheringtonProper-ish support for multi-reel DCPs.
2012-08-13 Carl HetheringtonFix up some bugs with subs.
2012-08-13 Carl HetheringtonVarious subtitle bits.
2012-08-12 Carl HetheringtonTweaks for more real-life DCPs; beginning of subtitle...
2012-08-12 Carl HetheringtonTry to be recursive when examining DCP directories.
2012-08-12 Carl HetheringtonDon't crash with no audio; get video MXF information... for-dcptovideo
2012-08-11 Carl HetheringtonAccess sound asset sampling rate, channels; access...
2012-08-11 Carl HetheringtonVarious tweaks for a real-life DCP.
2012-08-09 Carl HetheringtonAdd picture frame extraction.
2012-08-02 Carl HetheringtonTidy up equality options slightly.
2012-08-01 Carl HetheringtonCompare using maximum mean absolute difference and...
2012-07-31 Carl HetheringtonCheck sound; various fixups.
2012-07-31 Carl HetheringtonTweak.
2012-07-31 Carl HetheringtonMetadata checking for MXFs.
2012-07-31 Carl HetheringtonBitwise MXF comparison.
2012-07-30 Carl HetheringtonBarely-functional dcpdiff.
next