summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-19Use std::runtime_error instead of our own StringError asCarl Hetherington
a) it does the same job and b) its type and what() survive the boundary between the libdcp .so and the main DCP-o-matic executable. Before this StringError-derived exceptions caught by DCP-o-matic were only recognised as std::exceptions (without the what()) message. I don't know why this happens, but this works around it.
2015-10-15Force specification of timecode rate when creating a Time from seconds.Carl Hetherington
2015-10-10Missing include.Carl Hetherington
2015-10-10Bump libcxml.Carl Hetherington
2015-10-10Build fix.Carl Hetherington
2015-10-09Remove glibmm dependency.Carl Hetherington
2015-10-09Bump libcxml.Carl Hetherington
2015-10-08Allow DecryptedKDM to be built up from individual keys.Carl Hetherington
2015-10-06Give SMPTESubtitleAsset an intrinsic duration since it is a MXF like ↵Carl Hetherington
Picture/Sound.
2015-10-06Add some KDM metadata accessors.Carl Hetherington
2015-10-05Bump versionCarl Hetherington
2015-10-05Bump versionv1.2.6Carl Hetherington
2015-10-05Use firm libcxml revision.Carl Hetherington
2015-10-05Bump versionCarl Hetherington
2015-10-05Bump versionv1.2.5Carl Hetherington
2015-10-05Bump libcxml.Carl Hetherington
2015-10-04Add set_{in,out}.Carl Hetherington
2015-10-01Tweaks for Debian unstable.Carl Hetherington
2015-10-01Bump libcxml.Carl Hetherington
2015-09-28Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2015-09-28Round down when rebasing times.Carl Hetherington
2015-09-28Add frames_written().Carl Hetherington
2015-09-25Bump libcxml.Carl Hetherington
2015-09-25Bump libcxml for build fix.Carl Hetherington
2015-09-16Consider assets outside the DCP as referenced assets (i.e.1.0-vfCarl Hetherington
not to be written to the asset map). Return a value from finalize() to say whether a writer has written anything. Other small related tweaks.
2015-09-15Move _started from PictureAssetWriter into AssetWriterCarl Hetherington
and don't start the SoundAssetWriter until the first thing is written to it.
2015-09-15Fix comment.Carl Hetherington
2015-09-15Return an empty string rather than assert()ing if a name part is not found.Carl Hetherington
2015-09-13Bump versionCarl Hetherington
2015-09-13Bump versionv1.2.4Carl Hetherington
2015-09-12Remove erroneous local time from generated ContentVersionId.Carl Hetherington
2015-09-12A number of SMPTE subtitle syntax fixes.Carl Hetherington
2015-09-12Add set_start_time.Carl Hetherington
2015-09-12Missing urn:uuid:Carl Hetherington
2015-09-12Add set_reel_number method.Carl Hetherington
2015-09-12White space.Carl Hetherington
2015-09-11Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0Carl Hetherington
2015-09-11DeviceListDescription is optional.Carl Hetherington
2015-09-10Slightly better error message.Carl Hetherington
2015-09-02Prevent theoretical possibility of an uninitialised variable.Carl Hetherington
2015-08-31Bump versionCarl Hetherington
2015-08-31Bump versionv1.2.3Carl Hetherington
2015-08-31Fix libcxml release tag.Carl Hetherington
2015-08-31Bump versionCarl Hetherington
2015-08-31Bump versionv1.2.2Carl Hetherington
2015-08-31Use a release version for libcxml.Carl Hetherington
2015-08-31Bump versionCarl Hetherington
2015-08-31Bump versionv1.2.1Carl Hetherington
2015-08-28Better error if a test file is missing.Carl Hetherington
2015-08-28Fix copy and paste error in previous commit.Carl Hetherington