summaryrefslogtreecommitdiff
path: root/src/dcp.cc
AgeCommit message (Expand)Author
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
2014-07-22Some include trimming,.Carl Hetherington
2014-07-22Improve a couple of errors.Carl Hetherington
2014-07-22Various attempts to clean up DCP comparison code.Carl Hetherington
2014-07-10Restore creation of DCP directories in the constructor.Carl Hetherington
2014-07-08Don't always create DCP directories in the constructor.Carl Hetherington
2014-06-13Work around symbol clash with ERROR on Win32/mingw.Carl Hetherington
2014-05-20Remove unused code.Carl Hetherington
2014-05-14Merge master.Carl Hetherington
2014-05-11Use raw_convert instead of boost::lexical_cast as it seemsCarl Hetherington
2014-05-04Port support for MXF-wrapped subtitles from 0.xCarl Hetherington
2014-05-03Assorted test fixes.Carl Hetherington
2014-05-03Use exceptions to hold errors even in the keep_going case.Carl Hetherington
2014-05-03Support file:// URI-style file specifiers in asset map.Carl Hetherington
2014-04-10Remove picture_asset.h; some better error messages.Carl Hetherington
2014-03-19Considerable re-work of KDM class to express the difference between encrypted...Carl Hetherington
2014-03-18Various test tidying.Carl Hetherington
2014-02-26Merge master; MXF subtitle stuff not included.Carl Hetherington
2014-02-08Fix a couple of errors in Interop XMLCarl Hetherington
2014-02-05Tidy up metadata handling.Carl Hetherington
2014-01-28Various fixes.Carl Hetherington
2014-01-28Various test fixes.Carl Hetherington
2014-01-27Various tweaks; work on read_dcp example.Carl Hetherington
2014-01-27Various tinkerings.Carl Hetherington
2014-01-26A little tidying up.Carl Hetherington
2014-01-26It builds again.Carl Hetherington
2014-01-22Various work.Carl Hetherington
2014-01-17Asset -> MXF in some cases.Carl Hetherington
2014-01-17Asset -> ContentAsset.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington
2014-01-08Throw better file errors (with numbers).Carl Hetherington
2014-01-06Don't give ASSETMAP/VOLINDEX an .xml suffix with interop DCPs.Carl Hetherington
2013-11-25Remove redundant fstream includes.Carl Hetherington
2013-10-10Write encryption test all to the right place. Some more XML writes unformatt...Carl Hetherington
2013-09-29const fixes.Carl Hetherington
2013-09-20More encryption fixes.Carl Hetherington
2013-09-19Various encryption-related stuff.Carl Hetherington
2013-09-19Rename Encryption -> Signer; move some methods into it.Carl Hetherington
2013-08-30Hack; separate DCP asset and CPL reads.Carl Hetherington
2013-08-27Fix paths in OV DCP searches.Carl Hetherington
2013-08-27Basics of OV/supplemental support when reading.Carl Hetherington
2013-08-25Tweak interop / SMPTE to pass dcp_inspect.Carl Hetherington
2013-08-25Tidy up interop API.Carl Hetherington
2013-08-25Untested interop DCP/KDM support.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-05-13Use libxml++ for writing XML.Carl Hetherington