summaryrefslogtreecommitdiff
path: root/src/picture_asset.cc
AgeCommit message (Expand)Author
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
2013-01-17Pull entry point out of the constructor.Carl Hetherington
2013-01-17Use new Size struct.Carl Hetherington
2013-01-05Various probably quite untidy progress on KDMs.Carl Hetherington
2013-01-03Missing KeyId.Carl Hetherington
2013-01-01Use libxml++ to write CPLs.Carl Hetherington
2012-12-31Initial hacks.Carl Hetherington
2012-10-25Use signals2 rather than sigc++Carl Hetherington
2012-10-02Remove bitwise DCP comparison, which I think is fairly useless (just use diff...Carl Hetherington
2012-10-02Clean up DCP comparison a bit.Carl Hetherington
2012-09-17Tidy up diffing of frames a bit.Carl Hetherington
2012-09-07Tweaks to dcpinfo.Carl Hetherington
2012-08-30Untested code to optionally reduce resolution on extracting image frames.Carl Hetherington
2012-08-22Remove debug code.Carl Hetherington
2012-08-22Add basic example; tweak bits and pieces.Carl Hetherington
2012-08-22Should-be-unnecessary initialisation.Carl Hetherington
2012-08-22Use entry points.Carl Hetherington
2012-08-22Rough support for 3D.Carl Hetherington
2012-08-13Partial subtitle work.Carl Hetherington
2012-08-12Don't crash with no audio; get video MXF information from the MXF itself; get...for-dcptovideoCarl Hetherington
2012-08-09Add comment.Carl Hetherington
2012-08-09Add picture frame extraction.Carl Hetherington
2012-08-09Show maximum pixel error on equals().Carl Hetherington
2012-08-02Tidy up equality options slightly.Carl Hetherington