| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-03 | Don't write DeviceListDescription tags to KDMs.remove-device-list-description | Carl Hetherington | |
| These are optional, and Lilian reports that: * their presence stops KDMs working on some Sony systems. * Waimea doesn't write them. | |||
| 2023-01-03 | Cleanup: remove dead code. | 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 | Add dcp::LocalTime::millisecond(). | Carl Hetherington | |
| 2022-12-30 | Fix some embarassing bugs in dcp::LocalTime comparisons. | Carl Hetherington | |
| 2022-12-27 | Cleanup: extract verify_cpl(). | Carl Hetherington | |
| 2022-12-27 | Cleanup: extract verify_reel() | Carl Hetherington | |
| 2022-12-25 | Remove out-of-date comment. | Carl Hetherington | |
| 2022-12-23 | Fix windows build. | Carl Hetherington | |
| 2022-12-23 | Add File::open_error(). | Carl Hetherington | |
| 2022-12-23 | Whitespace fix. | 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 | Support some different headers in private_key_fingerprint() | Carl Hetherington | |
| 2022-12-22 | Store not_valid_{before,after} when reading encrypted KDMs. | Carl Hetherington | |
| 2022-12-22 | Cleanup: use std::vector and some auto. | Carl Hetherington | |
| 2022-12-22 | Give a better error from chain_valid() when a certificate has some problem ↵ | Carl Hetherington | |
| (e.g. it has expired). | |||
| 2022-12-21 | Relax the COC component number verification error (DoM #2395).v1.8.47 | Carl Hetherington | |
| A DCP is seen in the wild with 1 here and it doesn't seem unreasonable that there should be a COC for each component. | |||
| 2022-12-20 | Add detail to the invalid COC component number error.v1.8.46 | Carl Hetherington | |
| 2022-12-20 | It's not easy to install Python 3 on Ubuntu 16.04, so work around the ↵v1.8.45 | Carl Hetherington | |
| difference instead of blocking it. | |||
| 2022-12-19 | More adventures in strings and python versions. Stop allowing Python 2 to ↵v1.8.44 | Carl Hetherington | |
| run this script. | |||
| 2022-12-19 | Can't use the encoding parameter to Popen as it's Python 3.6+ only.v1.8.43 | Carl Hetherington | |
| 2022-12-17 | Another attempt to fix UTF-8/byte SNAFUs in wscript.v1.8.42 | Carl Hetherington | |
| 2022-12-16 | Fix ./waf distv1.8.41 | 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-16 | Throw exceptions when setting odd values for picture active area. | 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 some more setters.v1.8.392300-kdm-timing | Carl Hetherington | |
| 2022-12-13 | Add missing operator. | Carl Hetherington | |
| 2022-12-13 | Add new LocalTime constructor. | Carl Hetherington | |
| 2022-12-13 | Add assert to make sure we're not comparing times wrongly. | Carl Hetherington | |
| 2022-12-13 | Add LocalTime::add(). | Carl Hetherington | |
| 2022-12-13 | Add UTCOffset class. | Carl Hetherington | |
| 2022-12-13 | Missing header guard.v1.8.38 | Carl Hetherington | |
| 2022-12-12 | Add missing initialisation calls to example. | Carl Hetherington | |
| 2022-12-05 | Remove old jpeg option reference in cscript.v1.8.37 | Carl Hetherington | |
| 2022-12-05 | Fix use of atleast_version which these days does nothing.v1.8.36 | Carl Hetherington | |
| 2022-12-05 | Fix reading of git tags for .pc file versioning. | Carl Hetherington | |
| 2022-12-04 | Support building either with our patched OpenJPEG, or 2.5.0. | Carl Hetherington | |
| Either has a way to specify the number of guard bits. | |||
| 2022-12-04 | Remove support for building with OpenJPEG 1.x. | Carl Hetherington | |
| 2022-12-04 | Fix some ambiguous shared_ptrs, seen on Arch Linux. | Carl Hetherington | |
| 2022-12-04 | Filter some more potential filename contents on Windows.v1.8.35 | Carl Hetherington | |
| 2022-11-27 | Add make_kdm.cc example. | Carl Hetherington | |
