| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-05 | Rename everything. | 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-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-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 | 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: better variable names. | Carl Hetherington | |
| 2023-06-27 | Cleanup: const. | Carl Hetherington | |
| 2023-04-14 | Replace slightly weird add_font_assets() API. | Carl Hetherington | |
| 2023-04-14 | Cleanup: use a find_if(). | Carl Hetherington | |
| 2023-03-01 | Add include_mca_subdescriptors to DCP::write_xml(), passing it through to ↵ | Carl Hetherington | |
| the CPL. | |||
| 2022-04-30 | Rename PKL::write to PKL::write_xml for consistency.v1.8.17 | Carl Hetherington | |
| 2022-04-26 | Add move constructor/operator=.dcp-editor3 | Carl Hetherington | |
| 2022-04-25 | Tidy up write_xml() API a little. | Carl Hetherington | |
| 2022-04-25 | Update PKL assets before writing it. | Carl Hetherington | |
| 2022-04-25 | Move AssetMap handling out to a separate class. | Carl Hetherington | |
| 2022-04-24 | Tidying. | Carl Hetherington | |
| 2022-04-20 | Simplify the implementation of DCP::add. | Carl Hetherington | |
| 2021-04-22 | Don't give an error on verifying Interop DCPs with possibly-incorrectly | Carl Hetherington | |
| marked 3D assets. This also adds a warning into the verification output. I don't know if this is actually a standard violation but they have been seen in the wild made by "reputable" DCP creation software. DoM bug #1976. | |||
| 2021-04-14 | Ignore parameters in PKL type strings when checking them. | Carl Hetherington | |
| 2021-04-14 | Fix/hide some warnings. | Carl Hetherington | |
| 2021-04-12 | Specify CPL standard on construction. | Carl Hetherington | |
| Then choose which standard DCP should use based on the CPL(s). | |||
| 2021-03-18 | Improve errors when verifying a non-DCP directory. | Carl Hetherington | |
| 2021-01-26 | Rename ReelMXF -> ReelFileAsset. | Carl Hetherington | |
| 2021-01-24 | Tidying. | Carl Hetherington | |
| 2021-01-23 | Tidying. | Carl Hetherington | |
| 2021-01-21 | Some more use of enum class. | Carl Hetherington | |
| 2021-01-21 | Use enum class for the things in types.h | Carl Hetherington | |
| 2021-01-19 | Tidy up parameters in VerificationNote. | Carl Hetherington | |
| 2021-01-19 | Rename encrypted() to any_encrypted() and add all_encrypted(). | Carl Hetherington | |
| 2021-01-17 | Replace std::list with std::vector in the API. | Carl Hetherington | |
| 2021-01-08 | More c++11 tidying. | Carl Hetherington | |
| 2021-01-08 | std::shared_ptr | Carl Hetherington | |
| 2020-10-10 | Fix crash when loading DCPs whose ASSETMAP contains files that are | Carl Hetherington | |
| not mentioned in any PKL (#1855). | |||
| 2020-09-20 | Remove XMLMetadata from DCP::write_xml and DCP::write_assetmap. | Carl Hetherington | |
| 2020-09-17 | Prevent DCP::assets() from returning duplicates.combine | Carl Hetherington | |
| 2020-09-17 | Add dcp::combine(). | Carl Hetherington | |
| 2020-09-11 | Fix crash with one verification error and no notes list. | Carl Hetherington | |
| 2020-09-09 | Add some detail to a verification warning. | Carl Hetherington | |
| 2020-05-12 | Add a note when verifying if the DCP refers to assets | Carl Hetherington | |
| that are not mentioned in its ASSETMAP (i.e. a VF). | |||
| 2020-05-12 | Improve comment. | Carl Hetherington | |
| 2020-04-14 | s/DCPReadError/ReadError/g | Carl Hetherington | |
| 2019-12-22 | Check ASSETMAP; add a PKL test; tidy up calls to validate_xml(). | Carl Hetherington | |
| 2019-12-22 | Use VerificationNote more 'properly' in a fair few places. | Carl Hetherington | |
| 2019-12-22 | Use VerificationNote for non-fatal errors in DCP::read. | Carl Hetherington | |
| 2019-12-22 | Tweak error message. | Carl Hetherington | |
| 2019-11-24 | Just emit EmptyAssetPathError from DCP::read, not a MissingAssetError as well. | Carl Hetherington | |
| 2019-08-30 | Allow DCP reading to continue even with empty <Path> nodes in ASSETMAP. | Carl Hetherington | |
| 2019-03-17 | Move asset refs and hash from ReelAsset to ReelMXF. | Carl Hetherington | |
| 2019-01-24 | Attempt to fix Sony digest validation by indenting the <Signer> | Carl Hetherington | |
| and <Signature> before signing. This is in the belief that, perhaps, the Sony software "reformats" the XML before checking that the signature is correct (or something). | |||
| 2018-11-14 | Simpole DCP recovery utility (dcprecover) added. | Carl Hetherington | |
