summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-30Bump versionv1.2.9Carl Hetherington
2015-11-28Tweaks to benchmark runner.Carl Hetherington
2015-11-28More bench tweaks.Carl Hetherington
2015-11-28Add nice decompress_j2k wrapper; small fixes to bench.Carl Hetherington
2015-11-28Add compress_j2k method and simple benchmark.Carl Hetherington
2015-11-26Small method name cleanup.Carl Hetherington
2015-11-26Tidy up; more/better use of BOOST_FOREACH.Carl Hetherington
2015-11-26Add a new test.Carl Hetherington
2015-11-26Allow <Subtitle> nodes as the root of subtitles, not just <Font>Carl Hetherington
2015-11-26Extract examine_subtitle_nodes into its own method.Carl Hetherington
2015-11-23Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2015-11-23Try removing the 'primary' receipient's certificate thumbprint from the ↵Carl Hetherington
CertificateThumbprint list.
2015-11-17Fix rounding error exposed by different test random set.Carl Hetherington
2015-11-17Fix uninitialised variable; Win32 build fixes.Carl Hetherington
2015-11-17Stray character.Carl Hetherington
2015-11-17Use rand instead of rand_r as rand_r is not necessary and rand is available ↵Carl Hetherington
on Win32.
2015-11-17Re-enable tests on Win32.Carl Hetherington
2015-11-15Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0Carl Hetherington
2015-11-15Support trusted device lists in KDMs.Carl Hetherington
2015-11-13Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2015-11-13Cope with certificate files that have no line breaks.Carl Hetherington
2015-11-08Bump libcxml.Carl Hetherington
2015-11-06Try to fix build on Fedora 23.Carl Hetherington
2015-11-06Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0Carl Hetherington
2015-11-06Missing import.Carl Hetherington
2015-11-05Add missing BOOST_FILESYSTEM dep.Carl Hetherington
2015-11-05Bump versionCarl Hetherington
2015-11-05Bump versionv1.2.8Carl Hetherington
2015-11-05Bump libcxml to release version.Carl Hetherington
2015-11-05Bump versionCarl Hetherington
2015-11-05Bump versionv1.2.7Carl Hetherington
2015-11-04Hopefully fix file_to_string() on Windows with text files.Carl Hetherington
2015-11-04Throw an exception if file_to_string fails.Carl Hetherington
2015-11-04Hack in scope attribute to Atmos KeyType tags.Carl Hetherington
2015-11-04Fix order of ContentTitleText / ContentAuthenticator to match DTD.Carl Hetherington
2015-11-03Trim openjpeg.h includes.Carl Hetherington
2015-10-29Pick up SMPTE subtitle font IDs correctly.Carl Hetherington
2015-10-28Don't add external (referenced) assets to the PKL.Carl Hetherington
2015-10-28Add tags target to wscript.Carl Hetherington
2015-10-20Fix capitalisation in previous.Carl Hetherington
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