summaryrefslogtreecommitdiff
path: root/src/dcp.cc
AgeCommit message (Expand)Author
4 daysEXTERNAL_ASSET: note -> asset_id.Carl Hetherington
2026-03-22Clarify ID in verification note.Carl Hetherington
2026-03-20Allow build with static xmlsec1.Carl Hetherington
2026-01-31Fix failure to write XML for a VF DCP.Carl Hetherington
2025-12-20Derive verification note type from the code...v1.10.45Carl Hetherington
2025-12-18Add can_be_read() to DCP.Carl Hetherington
2025-12-09Add DCP::cpl_summaries().v1.10.42Carl Hetherington
2025-12-08Use a ScopeGuard.Carl Hetherington
2025-12-08Use remove_parameters in one more place.Carl Hetherington
2025-12-08Move remove_parameters() out to a static method.Carl Hetherington
2025-12-08Extract read_assetmap().Carl Hetherington
2025-11-09Allow saving of CPL/PKL with original filenames.v1.10.38Carl Hetherington
2025-03-27Introduce and use dcp::Profile.v1.10.18Carl Hetherington
2025-03-10Fix assertion failure on seeing a SMPTE DCP with a PKL type other than applic...v1.10.14Carl Hetherington
2025-01-14Add GroupID support for PKLs (DoM #2943).v1.10.5Carl Hetherington
2024-09-25Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.22Carl Hetherington
2024-09-23Allow but give an error when seeing a strange PKL namespace.v1.8.110Carl Hetherington
2024-08-17{,Interop,SMPTE}SubtitleAsset -> {,Interop,SMPTE}TextAsset.Carl Hetherington
2024-08-17Reel{,Interop,SMPTE}SubtitleAsset -> Reel{,Interop,SMPTE}TextAsset.Carl Hetherington
2024-04-22Support MPEG2 decompression.Carl Hetherington
2024-04-18Rename classes.Carl Hetherington
2024-04-18Fix includes.Carl Hetherington
2024-04-18Merge remote-tracking branch 'origin/main' into v1.9.xCarl Hetherington
2024-04-17Make some not-so-important CPL read errors non-fatal (DoM #2797).v1.8.99Carl Hetherington
2024-03-20Replace xmlpp::Node::add_child with cxml::add_child.Carl Hetherington
2023-10-09Add wrappers around boost::filesystem methods that handle theCarl Hetherington
2023-07-25Cleanup: pass EqualityOptions as const&Carl Hetherington
2023-06-29When reading a DCP set up asset hashes from the CPL/PKL, not by digesting the...Carl Hetherington
2023-06-27Add verifier check for the actual asset file's ID not being the same as the o...Carl Hetherington
2023-06-27Cleanup: better variable names.Carl Hetherington
2023-06-27Cleanup: const.Carl Hetherington
2023-04-14Replace slightly weird add_font_assets() API.Carl Hetherington
2023-04-14Cleanup: use a find_if().Carl Hetherington
2023-03-01Add include_mca_subdescriptors to DCP::write_xml(), passing it through to the...Carl Hetherington
2022-04-30Rename PKL::write to PKL::write_xml for consistency.v1.8.17Carl Hetherington
2022-04-26Add move constructor/operator=.dcp-editor3Carl Hetherington
2022-04-25Tidy up write_xml() API a little.Carl Hetherington
2022-04-25Update PKL assets before writing it.Carl Hetherington
2022-04-25Move AssetMap handling out to a separate class.Carl Hetherington
2022-04-24Tidying.Carl Hetherington
2022-04-20Simplify the implementation of DCP::add.Carl Hetherington
2021-04-22Don't give an error on verifying Interop DCPs with possibly-incorrectlyCarl Hetherington
2021-04-14Ignore parameters in PKL type strings when checking them.Carl Hetherington
2021-04-14Fix/hide some warnings.Carl Hetherington
2021-04-12Specify CPL standard on construction.Carl Hetherington
2021-03-18Improve errors when verifying a non-DCP directory.Carl Hetherington
2021-01-26Rename ReelMXF -> ReelFileAsset.Carl Hetherington
2021-01-24Tidying.Carl Hetherington
2021-01-23Tidying.Carl Hetherington
2021-01-21Some more use of enum class.Carl Hetherington