summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-20Add and use new File class.masterCarl Hetherington
2022-04-20Some more detailed notes in dcpdiff.Carl Hetherington
2022-04-20Add verify test to check for erroneous <EntryPoint> and <Duration>Carl Hetherington
2022-04-20Remove <EntryPoint> and <Duration> from <ReelMarkerAsset> tags.Carl Hetherington
2022-04-20Nearly pretty-print subtitle XML (though not in <Text> nodes).Carl Hetherington
2022-04-20C++11 tidying.Carl Hetherington
2022-04-20Add string converters for KDM formulations.Carl Hetherington
2022-04-20Remove old MODIFIED_TRANSITIONAL_TEST.Carl Hetherington
2022-03-14Some small documentation tweaks.Carl Hetherington
2022-03-14Tidy some includes.Carl Hetherington
2022-03-14Hide another warning (from ImageMagick in the examples).Carl Hetherington
2022-03-14Tweak path in the example.Carl Hetherington
2022-03-14Remove unused capture.Carl Hetherington
2022-03-14Fix slightly extended libxml++ dependency.Carl Hetherington
2022-03-14Add lists of ratings.Carl Hetherington
2022-03-14Make dcp::init() take a general resources directory rather than specifically ...Carl Hetherington
2022-03-14Move Rating out to a separate file.Carl Hetherington
2022-03-14Add -x32/-x64 suffix to boost libraries when building for Windows.Carl Hetherington
2022-03-14Don't look for ImageMagick/GraphicsMagick if not building examples.Carl Hetherington
2022-02-12Pass certificate validity length into the constructor.Carl Hetherington
2022-02-12Cleanup: use dcp::LocalTime for certificate validity times.Carl Hetherington
2022-02-01Bump waf.Carl Hetherington
2022-01-28Fix a crazy number of suggest-override warnings when building on Ubuntu 18.04.Carl Hetherington
2022-01-17Use optional for ReelAsset _annotation_text.Carl Hetherington
2022-01-04Fix failure to find_and_resolve_all_cpls() in some cases.Carl Hetherington
2022-01-03Simplify the implementation of DCP::add.Carl Hetherington
2022-01-03Add a test for DCP::add() for KDMs.Carl Hetherington
2022-01-03Move code to find CPLs in directories out of DCP-o-matic.Carl Hetherington
2021-12-28Remove unnecessary include.Carl Hetherington
2021-11-24C++11 tidying, formatting tidying, add --frame option.Carl Hetherington
2021-11-22Clarify some errors and add comments wondering about their validity.Carl Hetherington
2021-11-09Fix off-by-one in verification of closed caption line length.v1.8.5Carl Hetherington
2021-10-25Message tweak.Carl Hetherington
2021-10-24Order subtitles in the XML according to their vertical position (DoM bug #2106).v1.8.4Carl Hetherington
2021-10-24Allow specification of valign when writing verify tests.Carl Hetherington
2021-10-18Remove some unused using statements.Carl Hetherington
2021-10-13Basic implementation of <Space> tag in subtitles.v1.8.3Carl Hetherington
2021-10-10Remove some unused using commands.Carl Hetherington
2021-10-08Fix problems when adding KDMs to a VF, before adding the OV.v1.8.2Carl Hetherington
2021-10-06Fix incorrect error code (2K when it should be 4K).v1.8.1Carl Hetherington
2021-10-06Tweak comments for the DoM manual.Carl Hetherington
2021-10-05Remove an unnecessary using.Carl Hetherington
2021-10-03Build with libcxml 0.17.2.v1.8.0Carl Hetherington
2021-10-03Make the former dcst namespace default for SMPTE subtitles.Carl Hetherington
2021-10-03Add .cache.Carl Hetherington
2021-08-22Add some missing LIBDCP_RESOURCES.Carl Hetherington
2021-08-11Improve message on verify test failure.Carl Hetherington
2021-08-11Add verify check for empty <Text> nodes in timed text.Carl Hetherington
2021-08-09Rename verify_text_timing -> verify_text_details.Carl Hetherington
2021-08-04Add support for writing CPL metadata about sign language video tracks (DoM #2...Carl Hetherington