| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-17 | Don't write MCA subdescriptors for channels that don't exist in the MXF (#2631).v1.8.86 | Carl Hetherington | |
| This causes some test ID churn. | |||
| 2023-10-16 | Cleanup: two lines can be one. | Carl Hetherington | |
| 2023-10-16 | Cleanup: add some comments. | Carl Hetherington | |
| 2023-10-12 | Tolerate LsLss / RsRss as channel IDs (#2629).v1.8.85 | Carl Hetherington | |
| I didn't yet find a reference which tells me what they are, but there have been multiple reports of DCPs that have this channel ID and so (before) could not be added to a DoM project. | |||
| 2023-10-12 | Cleanup: id -> ID. | Carl Hetherington | |
| 2023-10-10 | Fix argument parsing on Ubuntu 16.04.v1.8.84 | Carl Hetherington | |
| 2023-10-10 | Don't call BOOST_CHECK during static initialization. | Carl Hetherington | |
| The boost test library shipped with Ubuntu 16.04 throws an exception if you do that. | |||
| 2023-10-10 | Replace BOOST_TEST with an older BOOST_CHECK for Ubuntu 16.04. | Carl Hetherington | |
| 2023-10-10 | Avoid full_name() so we can build on Ubuntu 16.04. | Carl Hetherington | |
| 2023-10-10 | Avoid depends_on() so we can build on Ubuntu 16.04. | Carl Hetherington | |
| 2023-10-10 | Switch to testing on Ubuntu 16.04 and 22.04. | Carl Hetherington | |
| 2023-10-10 | Implement weakly_canonical for boost versions without it (e.g. the one on ↵ | Carl Hetherington | |
| Ubuntu 16.04). | |||
| 2023-10-09 | Add more filesystem wrappers that DoM needs.v1.8.83 | Carl Hetherington | |
| 2023-10-09 | Add wrappers around boost::filesystem methods that handle the | Carl Hetherington | |
| required mangling of long filenames on Windows. Also wrap lots of missing places (e.g. calls to asdcplib, libxml++, libcxml etc.) in dcp::filesystem::fix_long_path(). The idea is to keep paths un-mangled until they we call some filesystem-related API and mangle them at that point. Otherwise we end up serialising mangled names, which seems like it will not end well. Should fix DoM #2623. | |||
| 2023-10-06 | Cleanup: sorting. | Carl Hetherington | |
| 2023-09-13 | Remove odd assertion stopping TZ minutes being more than 30 or less than -30 ↵v1.8.82 | Carl Hetherington | |
| (DoM/GH #20). | |||
| 2023-09-06 | Report failures to read resources from MXF files.v1.8.81 | Carl Hetherington | |
| 2023-09-06 | Bump the PNG subtitle / font buffer a little. | Carl Hetherington | |
| 2023-08-31 | Fix build when there is no {Image,Graphics}Magickv1.8.80 | Carl Hetherington | |
| 2023-08-31 | Don't build dcpdumpimage unless we have {Image,Graphics}Magick | Carl Hetherington | |
| 2023-08-31 | Cleanup: use a loop. | Carl Hetherington | |
| 2023-08-27 | Add dcpdumpimage tool. | Carl Hetherington | |
| 2023-08-24 | Check for missing font files referred from Interop closed captions (as well ↵ | Carl Hetherington | |
| as subs). | |||
| 2023-08-23 | Fix Windows build failure.v1.8.79 | Carl Hetherington | |
| 2023-08-22 | Accept any case for subtitle alignment specifiers (#2602).v1.8.78 | Carl Hetherington | |
| SMPTE seems pretty clear to me that these should be lower case, but counterexamples have been seen in the wild and it seems to make sense to allow them. Perhaps the verifier should raise an error with non-lower-case examples. | |||
| 2023-08-22 | Add some tests. | Carl Hetherington | |
| 2023-08-22 | Cleanup: extract HAlign to its own files. | Carl Hetherington | |
| 2023-08-22 | Cleanup: extract VAlign to its own files. | Carl Hetherington | |
| 2023-08-22 | Cleanup: header ordering. | Carl Hetherington | |
| 2023-08-15 | Bump asdcplib for probably-unimportant undefined variable use fix.v1.8.77 | Carl Hetherington | |
| 2023-08-15 | Fix use-after-free in error case. | Carl Hetherington | |
| 2023-08-15 | Fix dcp::LocalTime constructor to cope with longer fractional second parts ↵ | Carl Hetherington | |
| (DoM #2597). | |||
| 2023-08-11 | Add check for empty <LabelText> in <ContentVersion>v1.8.76 | Carl Hetherington | |
| We have a report of Deluxe failing a DCP because of this. | |||
| 2023-08-11 | Cleanup: comment formatting for auto-generated docs. | Carl Hetherington | |
| 2023-08-08 | Cleanup: make some default constructors more consistent.v1.8.75 | Carl Hetherington | |
| 2023-08-08 | Fix boost bind placeholder warnings. | Carl Hetherington | |
| 2023-08-08 | Cleanup: header ordering. | Carl Hetherington | |
| 2023-08-08 | Remove unused method. | Carl Hetherington | |
| 2023-08-08 | Ignore some ASDCP warnings. | Carl Hetherington | |
| 2023-07-29 | Add equality option sound_assets_can_differ. | Carl Hetherington | |
| 2023-07-26 | Rationalise #undef-ing of ERROR.tidy-eq-options | Carl Hetherington | |
| 2023-07-25 | Include trimming. | Carl Hetherington | |
| 2023-07-25 | Cleanup: move EqualityOptions into its own file. | Carl Hetherington | |
| 2023-07-25 | Cleanup: forward declaration sorting. | Carl Hetherington | |
| 2023-07-25 | Cleanup: include sorting. | Carl Hetherington | |
| 2023-07-25 | Cleanup: pass EqualityOptions as const& | Carl Hetherington | |
| This exposes a useless assignment of export_differing_subtitles, which I've removed (and altered the comment accordingly). | |||
| 2023-07-25 | Cleanup: use = default. | Carl Hetherington | |
| 2023-07-25 | Make EqualityOptions into a class. | Carl Hetherington | |
| 2023-07-25 | Cleanup: fix typo in comment. | Carl Hetherington | |
| 2023-06-29 | Add asset_hashes_can_differ option to the equality checks.v1.8.74 | Carl Hetherington | |
| Before recent changes Asset::_hash would be empty when the equality checks were run (and Asset::equals() compares them directly). This mean that differences in asset hash were being ignored, but are no longer; so now we need this option to restore that behaviour where required. | |||
