summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-21Cleanup: remove stray space.Carl Hetherington
2023-10-18Add rgb_to_xyz for packed int16_t.v1.8.87Carl Hetherington
2023-10-18Split rgb_to_xyz() into two parts.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-16Cleanup: two lines can be one.Carl Hetherington
2023-10-16Cleanup: add some comments.Carl Hetherington
2023-10-12Tolerate LsLss / RsRss as channel IDs (#2629).v1.8.85Carl Hetherington
2023-10-12Cleanup: id -> ID.Carl 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-10Switch to testing on Ubuntu 16.04 and 22.04.Carl Hetherington
2023-10-10Implement weakly_canonical for boost versions without it (e.g. the one on Ubu...Carl Hetherington
2023-10-09Add more filesystem wrappers that DoM needs.v1.8.83Carl Hetherington
2023-10-09Add wrappers around boost::filesystem methods that handle theCarl Hetherington
2023-10-06Cleanup: sorting.Carl Hetherington
2023-09-13Remove odd assertion stopping TZ minutes being more than 30 or less than -30 ...v1.8.82Carl Hetherington
2023-09-06Report failures to read resources from MXF files.v1.8.81Carl Hetherington
2023-09-06Bump the PNG subtitle / font buffer a little.Carl Hetherington
2023-08-31Fix build when there is no {Image,Graphics}Magickv1.8.80Carl Hetherington
2023-08-31Don't build dcpdumpimage unless we have {Image,Graphics}MagickCarl Hetherington
2023-08-31Cleanup: use a loop.Carl Hetherington
2023-08-27Add dcpdumpimage tool.Carl Hetherington
2023-08-24Check for missing font files referred from Interop closed captions (as well a...Carl Hetherington
2023-08-23Fix Windows build failure.v1.8.79Carl Hetherington
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