summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-22Accept any case for subtitle alignment specifiers (#2602).v1.8.78Carl Hetherington
2023-08-22Add some tests.Carl Hetherington
2023-08-22Cleanup: extract HAlign to its own files.Carl Hetherington
2023-08-22Cleanup: extract VAlign to its own files.Carl Hetherington
2023-08-22Cleanup: header ordering.Carl Hetherington
2023-08-15Bump asdcplib for probably-unimportant undefined variable use fix.v1.8.77Carl Hetherington
2023-08-15Fix use-after-free in error case.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-11Cleanup: comment formatting for auto-generated docs.Carl Hetherington
2023-08-08Cleanup: make some default constructors more consistent.v1.8.75Carl Hetherington
2023-08-08Fix boost bind placeholder warnings.Carl Hetherington
2023-08-08Cleanup: header ordering.Carl Hetherington
2023-08-08Remove unused method.Carl Hetherington
2023-08-08Ignore some ASDCP warnings.Carl Hetherington
2023-07-29Add equality option sound_assets_can_differ.Carl Hetherington
2023-07-26Rationalise #undef-ing of ERROR.tidy-eq-optionsCarl Hetherington
2023-07-25Include trimming.Carl Hetherington
2023-07-25Cleanup: move EqualityOptions into its own file.Carl Hetherington
2023-07-25Cleanup: forward declaration sorting.Carl Hetherington
2023-07-25Cleanup: include sorting.Carl Hetherington
2023-07-25Cleanup: pass EqualityOptions as const&Carl Hetherington
2023-07-25Cleanup: use = default.Carl Hetherington
2023-07-25Make EqualityOptions into a class.Carl Hetherington
2023-07-25Cleanup: fix typo in comment.Carl Hetherington
2023-06-29Add asset_hashes_can_differ option to the equality checks.v1.8.74Carl Hetherington
2023-06-29When reading a DCP set up asset hashes from the CPL/PKL, not by digesting the...Carl Hetherington
2023-06-27Add Asset::unset_hash().Carl Hetherington
2023-06-27Cleanup: remove unnecessary namespace.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: better variable names.Carl Hetherington
2023-06-27Cleanup: const.Carl Hetherington
2023-06-27Add Asset::set_file_preserving_hash().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-02Cleanup: replace a nasty try/catch.Carl Hetherington
2023-06-02Cleanup: formatting.Carl Hetherington
2023-06-02Cleanup: remove some unpleasant (and I think unnecessary) casting.Carl Hetherington
2023-06-02Rename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT.Carl Hetherington
2023-05-31Cleanup: comment typo fix.Carl Hetherington
2023-05-28Add SoundAsset::active_channels().v1.8.72Carl Hetherington
2023-05-28Fix stupid mistake introduced in 1e010ab5.v1.8.71Carl Hetherington
2023-05-28Don't unconditionally clear _fonts when inspecting assets (DoM #2536).v1.8.70Carl Hetherington
2023-05-28Cleanup: use find_if().Carl Hetherington
2023-05-28Cleanup: reduce some scopes.Carl Hetherington
2023-05-24More detailed error message.Carl Hetherington
2023-05-21Remove unnecessary initializers.Carl Hetherington