summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-09As I understand it all SMPTE subtitles are MXF-wrapped.Carl Hetherington
2015-06-09Basically-working interop subtitle font handling.Carl Hetherington
2015-06-08Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0Carl Hetherington
2015-06-08Require only DCP::add() for the CPL; other assets found by looking in the CPL.Carl Hetherington
2015-06-08Add some setters.Carl Hetherington
2015-06-08Remove slightly strange InteropSubtitleAsset constructor; add default one for...Carl Hetherington
2015-06-08Better error checking.Carl Hetherington
2015-06-08Don't read crytographic key unless the asset is encrypted.Carl Hetherington
2015-06-08Use boost::filesystem::extension.Carl Hetherington
2015-06-08Expand read_smpte_subtitle_test somewhat.Carl Hetherington
2015-06-08Some comments and test tweaks.Carl Hetherington
2015-06-08Doxygen tweaks.Carl Hetherington
2015-06-08Tiny optimisation; Object default constructor calls make_uuid.Carl Hetherington
2015-06-05Bits of tidying; comments.Carl Hetherington
2015-06-05ReelEncryptableAsset -> ReelMXF.Carl Hetherington
2015-06-05Make ReelEncryptableAsset like MXF.Carl Hetherington
2015-06-05Comment tweak.Carl Hetherington
2015-06-05Small tidy-ups and comments.Carl Hetherington
2015-06-05Initial work on SMPTE subtitles.Carl Hetherington
2015-06-05Fix rebase onto 1.0.Carl Hetherington
2015-06-05Rename some mxf variables to asset.Carl Hetherington
2015-06-05Rename ReelMXFAsset -> ReelEncryptableAsset.Carl Hetherington
2015-06-05MXF -> Asset in lots of places.Carl Hetherington
2015-06-05Unpick MXF from the class hierarchy.Carl Hetherington
2015-06-05Make read_writer_info do more stuff, and return id.Carl Hetherington
2015-06-05Keep encryption context in MXFWriter.Carl Hetherington
2015-06-05Use boost::optional for key id instead of an empty string.Carl Hetherington
2015-06-05Make fill_writer_info protected.Carl Hetherington
2015-06-05Take pkl_type out of MXF.Carl Hetherington
2015-06-05Move edit rate and intrinsic duration out of MXF.Carl Hetherington
2015-06-05Rename some stuff Content -> Asset.Carl Hetherington
2015-06-05Remove unnecessary Content class.Carl Hetherington
2015-06-05Speculative change from master to X509IssuerName order.Carl Hetherington
2015-06-05Fix ordering of KeyId tag in SMPTE CPLs.Carl Hetherington
2015-06-04to_* to as_* in a few method names.Carl Hetherington
2015-06-04Support optional milliseconds in LocalTime.Carl Hetherington
2015-06-04Add halign to SubtitleString's operator<< and use it for dcpinfo.Carl Hetherington
2015-06-03Add set_h_position.Carl Hetherington
2015-06-03Basic HAlign / HPosition support.Carl Hetherington
2015-06-03Add accessor.Carl Hetherington
2015-06-03Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2015-06-03Add AspectAdjust to subtitles.Carl Hetherington
2015-06-02No-op; comments.Carl Hetherington
2015-05-29Some comments.Carl Hetherington
2015-05-27Improved error messages; better equals() with corrupted MXFs.Carl Hetherington
2015-05-25Add equality option to allow reel annotation texts to differ.Carl Hetherington
2015-05-25Rename CPL/PKL files to be {cpl,pkl}_uuid.xml rather thanCarl Hetherington
2015-05-23Put our version of compose.hpp inside the libdcp namespace,Carl Hetherington
2015-05-23Somewhat speculative reordering of Certificate::name_for_xml.Carl Hetherington
2015-05-13Small thinko fix.Carl Hetherington