summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-11-06Add missing FFOB/LFOB markers (DoM #2886).v1.8.112Carl Hetherington
2024-09-23Allow but give an error when seeing a strange PKL namespace.v1.8.110Carl Hetherington
2024-09-23Fix the boost copy_option{,s} change a different way.Carl Hetherington
2024-09-23Another fix for new boost.Carl Hetherington
2024-09-23Revert "Remove unused change_extension()."Carl Hetherington
2024-09-23Support new boost versions (DoM #2867).v1.8.109Carl Hetherington
2024-09-21Remove unused change_extension().Carl Hetherington
2024-09-21Remove unused references to boost::signals2.Carl Hetherington
2024-09-16Increase allowable size of Interop XML files.v1.8.108Carl Hetherington
2024-08-15Missing set of frame rate causing crash when DoM tries to make its message.v1.8.102Carl Hetherington
2024-06-27Speculative fix for assertion failure (DoM #2839).v1.8.101Carl Hetherington
2024-06-27Whitespace.Carl Hetherington
2024-06-27Some comments and default values.Carl Hetherington
2024-06-27Extract method to a header to make it testable.Carl Hetherington
2024-05-13Support some more random MCA tags seen in the field (EasyDCP 4.2.0).Carl 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-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-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
2024-02-14Fix check for return value of EssenceType.v1.8.96Carl Hetherington
2024-02-09Fix use of Z as a timezone (meaning UTC).v1.8.95Carl Hetherington
2024-02-09Cleanup: remove unnecessary clearing of 0-init-ed UTCOffset.Carl Hetherington
2024-01-13Add cancel() to ScopeGuard.v1.8.94Carl Hetherington
2024-01-12Note correct/incorrect hashes when the verifier raises related errors.Carl Hetherington
2024-01-09Fix escaping of certificate dnQualifier (public key digests) on creation (DoM...v1.8.93Carl Hetherington
2024-01-08Add Certificate::subject_dn_qualifier().Carl Hetherington
2024-01-08Use OpenSSL C API for public_key_digest instead of calling the openssl binary.Carl Hetherington
2024-01-08Add ScopeGuard.Carl Hetherington
2024-01-08Make public_key_digest() testable.Carl Hetherington
2024-01-05Fix incorrect placeholder.Carl Hetherington
2024-01-03Fix a couple of places where we could segfault while looking at a VF.v1.8.92Carl Hetherington
2024-01-03Report every frame (with index) that is over (or nearly over) the size limit ...v1.8.91Carl Hetherington
2024-01-03Report every frame (with index) that has a JPEG2000 codestream error (DoM #26...Carl Hetherington
2023-12-26Fix operator== to take everything in VerificationNote into account.Carl Hetherington
2023-12-02Add some MCA IDs that claim to be from ClipsterDCI 5.9.3.5.v1.8.89Carl Hetherington
2023-11-20Re-read MXF descriptor after adding a key to a SMPTE subtitle asset (DoM #2660).v1.8.88Carl Hetherington
2023-11-20Fix checking for existing key_id; _key_id would always be set because MXF::se...Carl Hetherington
2023-11-20Allow use of KDMs when verifying DCPs.Carl Hetherington
2023-11-19Report progress with done/total rather than a float.Carl Hetherington
2023-11-15Simple pass-through of <Ruby> tags in subtitles.Carl Hetherington
2023-11-15Tolerate VI-N as a MCA channel ID - apparently written by CineAsset.Carl Hetherington
2023-11-14Cleanup: remove unnecessary initialization.Carl Hetherington
2023-11-09Cleanup: remove pointless explicit.Carl Hetherington
2023-11-08Cleanup: using sorting.Carl Hetherington