summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-12-16Ref does not need to be a template since it's always used for Asset.Carl Hetherington
2015-12-16Tidy API; subtitle_asset() -> asset()>Carl Hetherington
2015-12-16Add edit_rate accessor.Carl Hetherington
2015-12-11Fix clang warning.Carl Hetherington
2015-12-11Allow certificates with preamble before BEGIN CERTIFICATE (dcpomatic #774).Carl Hetherington
2015-12-11Missing specification of tcp_mct=1.Carl Hetherington
2015-12-11Fix logging when using OpenMP.Carl Hetherington
2015-12-11Make output easier to parse.Carl Hetherington
2015-12-08Merge.Carl Hetherington
2015-12-08Fix class/struct confusion.Carl Hetherington
2015-12-08Try to fix build on OS X.Carl Hetherington
2015-12-08Try to fix build on OS X.Carl Hetherington
2015-12-06Fix extra data returned from compress_j2k. Take advantage of openjp2's ↵Carl Hetherington
cinema parameter setup code.
2015-12-06Clip audio nicely rather than allowing out-of-range samples to cause ↵Carl Hetherington
discontinuities.
2015-12-04Add missing seek code; fix memory leak.Carl Hetherington
2015-12-04Add a couple of accessors for OpenJPEGImage.Carl Hetherington
2015-12-04Take DCP-o-matic's version of Data class.Carl Hetherington
2015-12-04Missing install target.Carl Hetherington
2015-12-04Move J2K comp/decomp out into j2k.{cc,h}Carl Hetherington
2015-12-04Port to openjpeg version 2.1.Carl Hetherington
2015-12-04Fix incorrect reading of ScreenAspectRatio.Carl Hetherington
2015-12-04Add accessor.Carl Hetherington
2015-12-03Fix build.Carl Hetherington
2015-12-03Try to tidy up notes when using OpenMP.Carl Hetherington
2015-12-02Use OpenMP when comparing picture assets.Carl Hetherington
2015-12-01Check every picture frame when -k is passed to dcpdiff.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-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-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-13Cope with certificate files that have no line breaks.Carl 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-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-09Remove glibmm dependency.Carl Hetherington