| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-02 | debug | Carl Hetherington | |
| 2023-03-02 | debug | Carl Hetherington | |
| 2023-03-02 | debug | Carl Hetherington | |
| 2023-03-02 | Debug. | Carl Hetherington | |
| 2023-03-02 | fixup! Add a test with a non-ASCII asset path. | Carl Hetherington | |
| 2023-03-02 | Add a test with a non-ASCII asset path. | Carl Hetherington | |
| 2023-02-27 | Fix tests again on Windows.v1.8.63 | Carl Hetherington | |
| 2023-02-27 | Fix signed-ness warning on macOS. | Carl Hetherington | |
| 2023-02-26 | Fix warning. | Carl Hetherington | |
| 2023-02-26 | Fix tests with different library versions. | Carl Hetherington | |
| 2023-02-26 | Fix test references after IssueDate change.v1.8.61 | Carl Hetherington | |
| 2023-02-18 | Be explicit about the version of SMPTE 428-7 that is used for subtitles,v1.8.602389-vpos | Carl Hetherington | |
| and default to writing the 2014 namespace. | |||
| 2023-02-16 | Change how whitespace in subtitles is handled. | Carl Hetherington | |
| Previously we would discard any whitespace subtitle content we found. This had the side-effect of making a verification test fail (checking that at least one subtitle is in each reel; blank subtitles are often used to avoid this warning). Here we take any subtitle content, whitespace or not, inside a <Text> or <Image> node which I think is a little more correct. | |||
| 2023-02-13 | Interop CPLs don't have MainPictureStoredArea (#2452).v1.8.58 | Carl Hetherington | |
| 2023-02-12 | Add --no-asset-hash-check and --asset-hash-check-maximum-size (DoM #2444).v1.8.56 | Carl Hetherington | |
| 2023-02-02 | In Deluxe's "Specifications for Digital Cinema Source and DCP Content Delivery"v1.8.55 | Carl Hetherington | |
| they say that subtitle <IssueDate> must be of the form yyyy-mm-ddThh:mm:ss They don't explain it, and the standards don't say this (as far as I can see) but as usual their QC fails <IssueDates> that don't meet this "spec" so here we are. See also: https://dcpomatic.com/forum/viewtopic.php?t=2069 | |||
| 2023-02-02 | Check IssueDate for Deluxe complaint. | Carl Hetherington | |
| 2023-02-02 | Add with_timezone parameter to ::to_string(). | Carl Hetherington | |
| 2023-01-24 | Only write the appropriate number of AudioChannelLabelSubDescriptors (DoM ↵v1.8.54 | Carl Hetherington | |
| #2431). | |||
| 2023-01-24 | Add channels parameter to simple_audio(). | Carl Hetherington | |
| 2023-01-16 | Fix tests.v1.8.51 | Carl Hetherington | |
| 2023-01-15 | Check that Interop subtitle files have at least one subtitle. | Carl Hetherington | |
| It was reported on the forum that files without any <Font> or <Subtitle> tags fail validation on EasyDCP 3.0.1 and crash Qubemaster Pro 3.0.15. | |||
| 2023-01-08 | Remove a test directory before running.v1.8.50 | Carl Hetherington | |
| 2023-01-08 | Compare LoadFont URIs and asset paths correctly (DoM #2402). | Carl Hetherington | |
| 2023-01-07 | Check for multiple asset IDs in an ASSETMAP during verify. | Carl Hetherington | |
| 2023-01-07 | Check for multiple asset IDs in a PKL during verify. | Carl Hetherington | |
| 2022-12-30 | Change the behaviour of LocalTime::operator== to make the same time in ↵v1.8.49 | Carl Hetherington | |
| different time zones equal. Previously different offsets would mean that the times compared as not-equal. | |||
| 2022-12-30 | Fix LocalTime::operator< and operator> to handle offset gracefully. | Carl Hetherington | |
| 2022-12-30 | Fix some embarassing bugs in dcp::LocalTime comparisons. | Carl Hetherington | |
| 2022-12-22 | Cleanup: remove randomly-added using.v1.8.48 | Carl Hetherington | |
| 2022-12-22 | Write OriginalFileName tags in PKL (DoM #2394). | Carl Hetherington | |
| Without these it EasyDCP gives errors like "Id field in PKL must match uuid in asset" "Each Id used in the PKL files must be unique or reference the same file" which seem wrong but, as usual, here we are. | |||
| 2022-12-22 | Set plaintext offset to 0 when writing J2K frames (DoM #2391) | Carl Hetherington | |
| Without this the EasyDCP verifier gives errors like "sum of individual components is larger than the file size" This change results in there being no plaintext metadata in each encoded frame. It looks like the DCP-2000 was fixed in around 2010 to not crash with plaintext metadata, and the asdcplib tools at some point started defaulting to this behaviour also. | |||
| 2022-12-22 | Re-make expired test certificate chain. | Carl Hetherington | |
| 2022-12-22 | Cleanup: use std::vector and some auto. | Carl Hetherington | |
| 2022-12-16 | Verify that main picture active area is valid (even, and not too big) (#2392).v1.8.40 | Carl Hetherington | |
| 2022-12-15 | Tidy up find_cpl() and add find_pkl(). | Carl Hetherington | |
| 2022-12-15 | Some more details when verification results fail. | Carl Hetherington | |
| 2022-12-15 | Add delete_lines_after to the Editor. | Carl Hetherington | |
| 2022-12-15 | Add some line spacing in the editor. | Carl Hetherington | |
| 2022-12-15 | Tidy the Editor class up a little. | Carl Hetherington | |
| 2022-12-13 | Add UTCOffset class. | Carl Hetherington | |
| 2022-12-04 | Fix some ambiguous shared_ptrs, seen on Arch Linux. | Carl Hetherington | |
| 2022-11-03 | Add a couple of Z position tests.v1.8.33 | Carl Hetherington | |
| 2022-11-03 | Add Z position to subtitles; existing tests pass. | Carl Hetherington | |
| 2022-09-06 | Add a new test. | Carl Hetherington | |
| 2022-09-03 | Properly support ContentKind scope attribute.v1.8.26 | Carl Hetherington | |
| 2022-09-02 | Replace ContentKind enum with a class. | Carl Hetherington | |
| 2022-08-15 | Tolerate missing FullContentTitleText (DoM bug #2295).v1.8.252295-tolerate-missing-full-content-title | Carl Hetherington | |
| 2022-08-10 | Fix undefined memory warning during tests. | Carl Hetherington | |
| 2022-05-09 | Extract, test and slightly adjust the piecewise LUT for inverse gamma. | Carl Hetherington | |
