| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-20 | Merge tag 'v1.8.98' into v1.9.xv1.9.3 | Carl Hetherington | |
| 2024-03-20 | Allow building with libxml++-4.0 and C++17. | Carl Hetherington | |
| 2024-03-20 | Replace xmlpp::Node::add_child with cxml::add_child. | Carl Hetherington | |
| 2024-03-16 | Allow SMPTE timecodes with 3 digits in the editable units field. | Carl Hetherington | |
| It seems that these should only be present if the timecode rate is 101 or above, and in that case all timecodes should have 3 editable rate digits, but someone sent a DCP from what seems to be EasyDCP Creator and it has one timecode of 00:05:01:000. | |||
| 2024-03-10 | Use openjpeg v2.5.2.v1.9.0 | Carl Hetherington | |
| 2024-02-09 | Fix use of Z as a timezone (meaning UTC).v1.8.95 | Carl Hetherington | |
| 2024-01-13 | Fix test in previous. | Carl Hetherington | |
| 2024-01-12 | Note correct/incorrect hashes when the verifier raises related errors. | Carl Hetherington | |
| 2024-01-09 | Fix escaping of certificate dnQualifier (public key digests) on creation ↵v1.8.93 | Carl Hetherington | |
| (DoM #2716). | |||
| 2024-01-08 | Add ScopeGuard. | Carl Hetherington | |
| 2024-01-03 | Report every frame (with index) that is over (or nearly over) the size limit ↵v1.8.91 | Carl Hetherington | |
| (DoM #2698). | |||
| 2024-01-03 | Report every frame (with index) that has a JPEG2000 codestream error (DoM ↵ | Carl Hetherington | |
| #2698). | |||
| 2023-12-26 | Fix operator== to take everything in VerificationNote into account. | 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 | Allow use of KDMs when verifying DCPs. | Carl Hetherington | |
| 2023-11-15 | Simple pass-through of <Ruby> tags in subtitles. | Carl Hetherington | |
| 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 | Rename lut -> double_lut. | 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-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 | Implement weakly_canonical for boost versions without it (e.g. the one on ↵ | Carl Hetherington | |
| Ubuntu 16.04). | |||
| 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-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-08-24 | Check for missing font files referred from Interop closed captions (as well ↵ | Carl Hetherington | |
| as subs). | |||
| 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-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-08 | Fix boost bind placeholder warnings. | Carl Hetherington | |
| 2023-07-25 | Include trimming. | Carl Hetherington | |
| 2023-07-25 | Cleanup: move EqualityOptions into its own file. | Carl Hetherington | |
| 2023-06-29 | When reading a DCP set up asset hashes from the CPL/PKL, not by digesting ↵ | Carl Hetherington | |
| the actual asset. Previously when reading a DCP we would recalculate asset hashes. This meant that corrupted DCPs could be loaded in and their hashes re-written (if nobody checked the new hashes against the ones in the PKL/CPL). It seems better to take the hashes from the metadata. Then if the assets are corrupted and the DCP is re-written the PKL/CPL hashes will be preserved, showing rather than hiding the corruption. | |||
| 2023-06-27 | Fix tests that were writing assets with the same filename to different reels. | Carl Hetherington | |
| 2023-06-27 | Cleanup: sorting. | Carl Hetherington | |
| 2023-06-27 | Move Editor class from verify_test.cc to test.cc | Carl Hetherington | |
| 2023-06-27 | Add verifier check for the actual asset file's ID not being the same as the ↵ | Carl Hetherington | |
| one in the asset map. | |||
| 2023-06-27 | Cleanup: set annotation text in make_simple(). | Carl Hetherington | |
| 2023-06-02 | Verify error if SMPTE subtitle asset has <Text> but no <LoadFont>.v1.8.73 | Carl Hetherington | |
| 2023-06-02 | Rename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT. | Carl Hetherington | |
| 2023-05-11 | Cleanup: ues BOOST_CHECK_EQUAL.v1.8.68 | Carl Hetherington | |
| 2023-05-11 | Remove some debugging prints. | Carl Hetherington | |
| 2023-05-11 | Check that all <Font> tags have a corresponding <LoadFont> in the verifier. | Carl Hetherington | |
| 2023-04-19 | Add test for too many subtitle namespaces. | Carl Hetherington | |
| 2023-04-19 | Add missing operator case. | Carl Hetherington | |
| 2023-04-19 | Remove xmlns:xs namespace from subtitle XML (DoM #2498). | Carl Hetherington | |
| 2023-04-16 | Check for tile parts being too big in the verifier (DoM #2450). | Carl Hetherington | |
