summaryrefslogtreecommitdiff
path: root/src/dcp.cc
AgeCommit message (Expand)Author
2019-01-21Attempt to fix Sony digest validation by indenting the <Signer>Carl Hetherington
2018-11-14Simpole DCP recovery utility (dcprecover) added.Carl Hetherington
2018-09-25Cope with multiple PKLs in a DCP.Carl Hetherington
2018-09-02Hopefully-correct PKL and AssetMap when using Interop PNG subtitles.Carl Hetherington
2018-08-17Throw an exception on an unknown asset type.pklCarl Hetherington
2018-08-17Adjust for Interop <PackingList> not needing content.Carl Hetherington
2018-08-17Use PKL types rather than file extensions.Carl Hetherington
2018-08-17Removed unused variables.Carl Hetherington
2018-08-17Read PKL when reading DCP.Carl Hetherington
2018-04-07Add comment.Carl Hetherington
2018-03-21Put xmlns:dsig on Signer and Signature rather than on the wholeCarl Hetherington
2018-02-25Throw exceptions with badly-formed XML when reading a DCP; preserve detail in...Carl Hetherington
2018-02-22Read Atmos assets into other_assets.Carl Hetherington
2017-07-09Allow assets() to silently ignore unresolved assets.Carl Hetherington
2017-05-17Use http://www.digicine.com/PROTO-ASDCP-VL-20040311# for the VOLINDEX namespa...Carl Hetherington
2017-02-13Another better error.Carl Hetherington
2017-02-12Get assetmap and PKL AnnotationText from XMLMetadata.Carl Hetherington
2016-08-24Add new method.Carl Hetherington
2016-08-16Always use ID in custom filenames.Carl Hetherington
2016-08-16Fix PKL path when using customised filenames.Carl Hetherington
2016-08-01Simplify NameFormat stuff.Carl Hetherington
2016-07-29Simplify NameFormat classes a bit.Carl Hetherington
2016-07-29Basics of allowing custom filenames for DCP components.Carl Hetherington
2016-07-21Trim some unused stream includes / usings.Carl Hetherington
2016-07-01asdcp headers moved into subdirectory.Carl Hetherington
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2016-05-25No-op; Fix GPL address and mention libdcp by name.Carl Hetherington
2016-05-24Add reporting of DCP type.Carl Hetherington
2016-05-24Move namespaces into variables.Carl Hetherington
2016-02-29Add workaround for (apparently) incorrectly-labelled stereo MXFs.Carl Hetherington
2016-01-05Try to rationalise handling of urn:uuid: prefixes.Carl Hetherington
2015-12-16Ref does not need to be a template since it's always used for Asset.Carl Hetherington
2015-10-28Don't add external (referenced) assets to the PKL.Carl Hetherington
2015-07-30Merge Signer into CertificateChain.Carl Hetherington
2015-06-24Merge.Carl Hetherington
2015-06-24Fix various SNAFUs with Font ID handling.Carl Hetherington
2015-06-24No-op; whitespace and a comment typo.Carl Hetherington
2015-06-10Rename Font -> FontAsset; add dcpdumpsub tool.Carl Hetherington
2015-06-09Basically-working interop subtitle font handling.Carl Hetherington
2015-06-08Require only DCP::add() for the CPL; other assets found by looking in the CPL.Carl Hetherington
2015-06-08Use boost::filesystem::extension.Carl Hetherington
2015-06-05MXF -> Asset in lots of places.Carl Hetherington
2015-06-05Rename some stuff Content -> Asset.Carl Hetherington
2015-05-25Rename CPL/PKL files to be {cpl,pkl}_uuid.xml rather thanCarl Hetherington
2015-04-30Some BOOST_FOREACH.Carl Hetherington
2015-01-07Use a typedef for a note-taking functor.Carl Hetherington
2015-01-03Add support for reading non-MXF-wrapped SMPTE subtitle files.Carl Hetherington
2014-12-28Purge assert() from src/, at least (not asdcplib).Carl Hetherington
2014-12-14Switch subtitle string font specs to be the font ID; split SubtitleContent in...Carl Hetherington