summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-04-15Add some helper functions.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-14Store CPL ID in CPL-related verification notes.Carl Hetherington
2024-04-14Add new OK type of verification note.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-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-16Allow SMPTE timecodes with 3 digits in the editable units field.Carl Hetherington
2024-03-10Use openjpeg v2.5.2.v1.9.0Carl Hetherington
2024-02-09Fix use of Z as a timezone (meaning UTC).v1.8.95Carl Hetherington
2024-01-13Fix test in previous.Carl 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 ScopeGuard.Carl 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-11-20Re-read MXF descriptor after adding a key to a SMPTE subtitle asset (DoM #2660).v1.8.88Carl Hetherington
2023-11-20Allow use of KDMs when verifying DCPs.Carl Hetherington
2023-11-15Simple pass-through of <Ruby> tags in subtitles.Carl Hetherington
2023-10-22Use an integer LUT for PiecewiseLUT2, hence removing a lrint and a multiply f...Carl Hetherington
2023-10-22Rename lut -> double_lut.Carl Hetherington
2023-10-17Don't write MCA subdescriptors for channels that don't exist in the MXF (#2631).v1.8.86Carl Hetherington
2023-10-10Fix argument parsing on Ubuntu 16.04.v1.8.84Carl Hetherington
2023-10-10Don't call BOOST_CHECK during static initialization.Carl Hetherington
2023-10-10Replace BOOST_TEST with an older BOOST_CHECK for Ubuntu 16.04.Carl Hetherington
2023-10-10Avoid full_name() so we can build on Ubuntu 16.04.Carl Hetherington
2023-10-10Avoid depends_on() so we can build on Ubuntu 16.04.Carl Hetherington
2023-10-10Implement weakly_canonical for boost versions without it (e.g. the one on Ubu...Carl Hetherington
2023-10-09Add wrappers around boost::filesystem methods that handle theCarl Hetherington
2023-09-13Remove odd assertion stopping TZ minutes being more than 30 or less than -30 ...v1.8.82Carl Hetherington
2023-08-24Check for missing font files referred from Interop closed captions (as well a...Carl Hetherington
2023-08-22Accept any case for subtitle alignment specifiers (#2602).v1.8.78Carl Hetherington
2023-08-22Add some tests.Carl Hetherington
2023-08-15Fix dcp::LocalTime constructor to cope with longer fractional second parts (D...Carl Hetherington
2023-08-11Add check for empty <LabelText> in <ContentVersion>v1.8.76Carl Hetherington
2023-08-08Fix boost bind placeholder warnings.Carl Hetherington
2023-07-25Include trimming.Carl Hetherington
2023-07-25Cleanup: move EqualityOptions into its own file.Carl Hetherington
2023-06-29When reading a DCP set up asset hashes from the CPL/PKL, not by digesting the...Carl Hetherington
2023-06-27Fix tests that were writing assets with the same filename to different reels.Carl Hetherington
2023-06-27Cleanup: sorting.Carl Hetherington
2023-06-27Move Editor class from verify_test.cc to test.ccCarl Hetherington
2023-06-27Add verifier check for the actual asset file's ID not being the same as the o...Carl Hetherington
2023-06-27Cleanup: set annotation text in make_simple().Carl Hetherington
2023-06-02Verify error if SMPTE subtitle asset has <Text> but no <LoadFont>.v1.8.73Carl Hetherington