summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-12-04Remove Fade{Up,Down}Time tags when writing text FOR_CCAP.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
2023-06-02Rename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT.Carl Hetherington
2023-05-11Cleanup: ues BOOST_CHECK_EQUAL.v1.8.68Carl Hetherington
2023-05-11Remove some debugging prints.Carl Hetherington
2023-05-11Check that all <Font> tags have a corresponding <LoadFont> in the verifier.Carl Hetherington
2023-04-19Add test for too many subtitle namespaces.Carl Hetherington
2023-04-19Add missing operator case.Carl Hetherington
2023-04-19Remove xmlns:xs namespace from subtitle XML (DoM #2498).Carl Hetherington
2023-04-16Check for tile parts being too big in the verifier (DoM #2450).Carl Hetherington
2023-04-13Add check for Interop font assets being present (in the ASSETMAP and on disk).Carl Hetherington
2023-04-11Fix typos in comments.Carl Hetherington
2023-04-04Add check for mismatch between sound asset and MainSoundConfiguration.v1.8.66Carl Hetherington
2023-04-04Add check for mismatched sound channel counts.Carl Hetherington
2023-04-04Pass MainSoundConfiguration object rather than a string.Carl Hetherington
2023-04-04Add some missing sound field specifiers to tests.Carl Hetherington
2023-03-21Remove now-redundant test.v1.8.65Carl Hetherington
2023-03-21Allow specification of channels that need a MCASubDescriptor.Carl Hetherington
2023-03-20Remove now-presumed-wrong 2.0 MCA sound field.Carl Hetherington
2023-03-20Use an enum instead of a bool in PictureAsset::start_write().Carl Hetherington
2023-03-20Remove the bools and default parameters from SoundAsset::start_write().Carl Hetherington
2023-03-16Allow writing to sound assets with int32_t as well as float.Carl Hetherington