summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-18Rename classes.Carl Hetherington
2024-04-18Fix includes.Carl Hetherington
2024-04-18Rename files to mention J2K.Carl Hetherington
2024-04-18Merge remote-tracking branch 'origin/main' into v1.9.xCarl Hetherington
2024-04-17Make some not-so-important CPL read errors non-fatal (DoM #2797).v1.8.99Carl Hetherington
2024-04-15Add Dolby EDR metadata support (GH #12).Carl Hetherington
2024-04-15Generalise sign language video tag handling and add test.Carl Hetherington
2024-04-15Add basic verification report.v1.9.5Carl Hetherington
2024-04-15Rename VerifyResult -> VerificationResult.Carl Hetherington
2024-04-15Add process_string parameter to dcp::note_to_string().Carl Hetherington
2024-04-15Add process_filename parameter to note_to_string().Carl Hetherington
2024-04-15Add OK note when content version label text is valid.Carl Hetherington
2024-04-15Add OK note when <ContentKind> is valid.Carl Hetherington
2024-04-15Add OK note when PKL and CPL annotation texts match.Carl Hetherington
2024-04-15Add OK note when CPL has valid annotation text.Carl Hetherington
2024-04-15Add OK note when main picture active area is valid.Carl Hetherington
2024-04-15Add OK note when release territory is valid.Carl Hetherington
2024-04-15Add OK note when picture asset hashes are correct.Carl Hetherington
2024-04-15Add OK note when picture frame sizes are all OK.Carl Hetherington
2024-04-15Add OK note when the CPL hash in the PKL is right.Carl Hetherington
2024-04-15Add OK note when all or nothing is encrypted.Carl Hetherington
2024-04-15Add some helper functions.Carl Hetherington
2024-04-15Cleanup: use std::function instead of boost::function.Carl Hetherington
2024-04-15Improve error reporting for _replace tests and check everything about the not...Carl Hetherington
2024-04-14Move some methods higher up the file.Carl Hetherington
2024-04-14Improve debug output when verification tests fail.Carl Hetherington
2024-04-14Make verified DCPs available on the return from dcp::verify().Carl Hetherington
2024-04-14Add operator!= for dcp::VerificationNote.Carl Hetherington
2024-04-14Store CPL ID in CPL-related verification notes.Carl Hetherington
2024-04-14Use new Context to reduce some boilerplate.Carl Hetherington
2024-04-14Add new OK type of verification note.Carl Hetherington
2024-04-14Add run/tools/dcpmapCarl Hetherington
2024-03-30Add hack decrypt of sound assets by dcpdecryptmxf.Carl Hetherington
2024-03-30Fix typo in help.Carl Hetherington
2024-03-27Bump libcxml for build fix.Carl Hetherington
2024-03-22Bump asdcplib to dcpomatic-2.13.0 branch.v1.9.4Carl Hetherington
2024-03-20Merge tag 'v1.8.98' into v1.9.xv1.9.3Carl Hetherington
2024-03-20Use C++17 when the c++17 option is passed in.v1.9.2Carl Hetherington
2024-03-20Allow building with libxml++-4.0 and C++17.Carl Hetherington
2024-03-20Replace xmlpp::Node::add_child with cxml::add_child.Carl Hetherington
2024-03-18Catch read errors from verify_cpl (e.g. basic failures to read a video frame).v1.8.98Carl Hetherington
2024-03-16Allow SMPTE timecodes with 3 digits in the editable units field.Carl Hetherington
2024-03-13Fix missing parameters to pkg-config for libopenjp2.v1.9.1Carl Hetherington
2024-03-10Use openjpeg v2.5.2.v1.9.0Carl Hetherington
2024-02-25Remove explicit mention of sigc++ as a dependency (it's an implicit one).Carl Hetherington
2024-02-25Remove unused method.Carl Hetherington
2024-02-25Remove unused variable.Carl Hetherington
2024-02-25Reduce some general usings a bit.Carl Hetherington
2024-02-17Add write_string_to_file().v1.8.97Carl Hetherington
2024-02-17Cleanup: use std::vector rather than a raw array.Carl Hetherington