summaryrefslogtreecommitdiff
path: root/src/picture_asset.cc
AgeCommit message (Expand)Author
2014-05-11Use raw_convert instead of boost::lexical_cast as it seemsCarl Hetherington
2014-01-15Use MXFAsset::_interop to decide on whether to write asset XML as Interop or ...Carl Hetherington
2014-01-14Fix precision of ScreenAspectRatio tags in Interop mode.Carl Hetherington
2013-11-25Remove redundant fstream includes.Carl Hetherington
2013-10-19Some more boost::filesystem::path.Carl Hetherington
2013-10-09Try to fix comparison of 3D DCPs.Carl Hetherington
2013-09-25Split up some files.Carl Hetherington
2013-09-25Switch away from the many-constructor-arguments approach to a hopefully simpl...Carl Hetherington
2013-09-25Add round-trip KDM test. Fix various bugs in KDM generation. Some string ->...Carl Hetherington
2013-09-20More encryption fixes.Carl Hetherington
2013-09-19Various encryption-related stuff.Carl Hetherington
2013-09-18Allow progressive writes to be encrypted.Carl Hetherington
2013-08-29Try to fix application of namespace to MainStereoscopicPicture nodes.Carl Hetherington
2013-08-26Try to add correct namespace for 3D CPLs.Carl Hetherington
2013-08-25Tweak interop / SMPTE to pass dcp_inspect.Carl Hetherington
2013-08-25Untested interop DCP/KDM support.Carl Hetherington
2013-07-23Simplify streaming API a bit.Carl Hetherington
2013-07-23Fixes for writing 3D CPLs.Carl Hetherington
2013-07-22A couple of missing bits.3DCarl Hetherington
2013-07-22Some hacks.Carl Hetherington
2013-07-13More leniancy in comparions.Carl Hetherington
2013-07-13Continue with comparison even if lengths differ.Carl Hetherington
2013-07-12Add XYZFrame and use it.Carl Hetherington
2013-07-07Working decryption via KDM.Carl Hetherington
2013-07-06Move some CPL writing from picture/sound assets to the MXF. Pick up key_id f...Carl Hetherington
2013-06-18Merge master.Carl Hetherington
2013-06-07Merge branch 'master' into cxmlCarl Hetherington
2013-06-04Remove _finalized check from picture writer too.Carl Hetherington
2013-05-13Use libxml++ for writing XML.Carl Hetherington
2013-05-04Merge master.Carl Hetherington
2013-05-04Split metadata into XML and MXF bits; remove singleton.Carl Hetherington
2013-05-03A few tweaks to dcpdiff.Carl Hetherington
2013-04-16Add a couple of notes.Carl Hetherington
2013-04-15Try to give basic progress indication on dcpdiff.Carl Hetherington
2013-04-15Use boost::function for making notes during equals operations.Carl Hetherington
2013-02-10Derive exceptions from boost::exception and use boost::throw_exception to ena...Carl Hetherington
2013-02-10Throw some more specific exceptions on MXF file errors.Carl Hetherington
2013-02-02Tweak API a little.Carl Hetherington
2013-02-02Basics of fake write seem to work.Carl Hetherington
2013-02-01Unfinished attempt to overwrite existing; tricky because you need to delay wr...Carl Hetherington
2013-01-28Add support for hashing mono picture MXF writes on the way out.Carl Hetherington
2013-01-25Allow changing of MXF directory / filename; un-expose ASDCP frame buffer clas...Carl Hetherington
2013-01-21Merge master.Carl Hetherington
2013-01-21Try to remove need for asdcplib includes in libdcp headers.Carl Hetherington
2013-01-21Fix compile with old boost.Carl Hetherington
2013-01-18Tidying up; comments; fps in assets -> edit rate.Carl Hetherington
2013-01-18Add basics for progressive sound asset writing.Carl Hetherington
2013-01-18Allow incremental writing of picture MXFs.Carl Hetherington
2013-01-17Add duration, starting off as intrinsic_duration but changeable.Carl Hetherington
2013-01-17Replace length with intrinsic_duration.Carl Hetherington