| Age | Commit message (Expand) | Author |
| 2024-12-23 | Remove String::compose and use fmt instead. | Carl Hetherington |
| 2024-09-25 | Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.22 | Carl Hetherington |
| 2024-09-23 | Allow but give an error when seeing a strange PKL namespace.v1.8.110 | Carl Hetherington |
| 2024-08-17 | {,Interop,SMPTE}SubtitleAsset -> {,Interop,SMPTE}TextAsset. | Carl Hetherington |
| 2024-08-17 | Reel{,Interop,SMPTE}SubtitleAsset -> Reel{,Interop,SMPTE}TextAsset. | Carl Hetherington |
| 2024-04-22 | Support MPEG2 decompression. | Carl Hetherington |
| 2024-04-18 | Rename classes. | Carl Hetherington |
| 2024-04-18 | Fix includes. | Carl Hetherington |
| 2024-04-18 | Merge remote-tracking branch 'origin/main' into v1.9.x | Carl Hetherington |
| 2024-04-17 | Make some not-so-important CPL read errors non-fatal (DoM #2797).v1.8.99 | Carl Hetherington |
| 2024-03-20 | Replace xmlpp::Node::add_child with cxml::add_child. | Carl Hetherington |
| 2023-10-09 | Add wrappers around boost::filesystem methods that handle the | Carl Hetherington |
| 2023-07-25 | Cleanup: pass EqualityOptions as const& | Carl Hetherington |
| 2023-06-29 | When reading a DCP set up asset hashes from the CPL/PKL, not by digesting the... | Carl Hetherington |
| 2023-06-27 | Add verifier check for the actual asset file's ID not being the same as the o... | Carl Hetherington |
| 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 the... | Carl Hetherington |
| 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 |
| 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 |
| 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 |
| 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 |
| 2020-05-12 | Improve comment. | Carl Hetherington |