| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-05 | Add header guard to ruby.h.split | Carl Hetherington | |
| 2023-12-05 | fixup! Rename everything. | Carl Hetherington | |
| 2023-12-05 | Rename everything. | Carl Hetherington | |
| 2023-12-02 | Add some MCA IDs that claim to be from ClipsterDCI 5.9.3.5.v1.8.89 | Carl Hetherington | |
| 2023-11-20 | Re-read MXF descriptor after adding a key to a SMPTE subtitle asset (DoM #2660).v1.8.88 | Carl Hetherington | |
| 2023-11-20 | Fix checking for existing key_id; _key_id would always be set because ↵ | Carl Hetherington | |
| MXF::set_key() sets it. | |||
| 2023-11-20 | Allow use of KDMs when verifying DCPs. | Carl Hetherington | |
| 2023-11-19 | Report progress with done/total rather than a float. | Carl Hetherington | |
| 2023-11-15 | Simple pass-through of <Ruby> tags in subtitles. | Carl Hetherington | |
| 2023-11-15 | Tolerate VI-N as a MCA channel ID - apparently written by CineAsset. | Carl Hetherington | |
| 2023-11-14 | Cleanup: remove unnecessary initialization. | Carl Hetherington | |
| 2023-11-09 | Cleanup: remove pointless explicit. | Carl Hetherington | |
| 2023-11-08 | Cleanup: using sorting. | Carl Hetherington | |
| 2023-11-08 | Cleanup: header sorting. | Carl Hetherington | |
| 2023-11-08 | Cleanup: remove pointless explicit. | Carl Hetherington | |
| 2023-10-22 | Remove logging of clamped values. | Carl Hetherington | |
| I can't remember seeing this logged for ages and it appears to cost nearly a second on the rgb_xyz benchmark on AMD Ryzen 7 5700U. | |||
| 2023-10-22 | Use an integer LUT for PiecewiseLUT2, hence removing a lrint and a multiply ↵ | Carl Hetherington | |
| from the rgb -> xyz loop. | |||
| 2023-10-22 | Support integer LUTs. | Carl Hetherington | |
| 2023-10-22 | Rename lut -> double_lut. | Carl Hetherington | |
| 2023-10-21 | Cleanup: remove out-of-date comment. | Carl Hetherington | |
| 2023-10-21 | Cleanup: remove stray space. | Carl Hetherington | |
| 2023-10-18 | Add rgb_to_xyz for packed int16_t.v1.8.87 | Carl Hetherington | |
| Adapted from a patch from Aaron Boxer for grok support. | |||
| 2023-10-18 | Split rgb_to_xyz() into two parts. | Carl Hetherington | |
| 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 | |
