summaryrefslogtreecommitdiff
path: root/src/lib/atmos_content.cc
AgeCommit message (Collapse)Author
2025-05-11Cleanup: use constexpr for content and player properties.Carl Hetherington
Also fix a clash between the ATMOS and player properties.
2025-01-05Bump libdcp for raw_convert changes.Carl Hetherington
raw_convert<string> is gone, so here we use fmt::{to_string,format} instead. Other raw_converts now use fast_float.
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-07-26Ignore libxml++ warnings in a nicer way.Carl Hetherington
2020-07-02Fix failure to import DCPs since Atmos changes.v2.15.85Carl Hetherington
2020-06-19Fix XML tag names; they are in the <Content> tag mixed in with all other ↵Carl Hetherington
sub-types.
2020-06-19Make Atmos content work more like other content. Now its MXFsv2.15.82Carl Hetherington
are re-written, meaning that they can be encrypted. This (along with the libdcp update) also fixes assorted Atmos bugs.