| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-27 | Load language tags from on-disk files rather than embedding them | Carl Hetherington | |
| into a .cc. The .cc method causes compile times (and memory requirements) increase enormously with some compilers. | |||
| 2020-09-26 | Declare language tag lists as const. | Carl Hetherington | |
| 2020-09-26 | Missing virtual destructor. | Carl Hetherington | |
| 2020-09-25 | Fix thinko. | Carl Hetherington | |
| 2020-09-23 | Hide unused audio channels a bit more clearly, not giving them | Carl Hetherington | |
| names any more. Add dcp::used_audio_channels(). | |||
| 2020-09-23 | Don't fail to write CPL if no content version has been set up. | Carl Hetherington | |
| 2020-09-22 | Fix crashes when static linking due to tricky lifetimecrash | Carl Hetherington | |
| management of ASDCP::DefaultSMPTEDict(). | |||
| 2020-09-21 | Better error locations in XML. | Carl Hetherington | |
| 2020-09-21 | Adapt for changes in parent branch, and test churn. | Carl Hetherington | |
| 2020-09-21 | Verify MCA tags. | Carl Hetherington | |
| 2020-09-21 | Support MCA sound channel tags in MXF/CPL. | Carl Hetherington | |
| 2020-09-21 | Add another .xsd. | Carl Hetherington | |
| 2020-09-21 | Add namespaces and tweak CPL namespace so Xerces checks ↵ | Carl Hetherington | |
| CompositionMetadataAsset. | |||
| 2020-09-21 | Accept missing MainSoundConfiguration and MainSoundSampleRate, for better or ↵ | Carl Hetherington | |
| for worse. | |||
| 2020-09-21 | Hide an expected error from asdcplib. | Carl Hetherington | |
| 2020-09-21 | Catch cxml errors when verifying. | Carl Hetherington | |
| 2020-09-21 | Add ASDCPErrorSuspender to hide errors from asdcplib where we expect them. | Carl Hetherington | |
| 2020-09-21 | Use EditRate::as_string(). | Carl Hetherington | |
| 2020-09-21 | Support CPL metadata. | Carl Hetherington | |
| 2020-09-21 | Add some new channels to the enum. | Carl Hetherington | |
| 2020-09-21 | Allow LanguageTag to be constructed from a tag string. | Carl Hetherington | |
| 2020-09-21 | Use vector for the Ratings list. | Carl Hetherington | |
| 2020-09-21 | Use a vector<ContentVersion> instead of just one, to support the | Carl Hetherington | |
| new metadata. | |||
| 2020-09-21 | Tidy up a bit; vertical white space, group metadata together, | Carl Hetherington | |
| order accessors the same as members, getter before setter. | |||
| 2020-09-21 | Add ContentVersion class. | Carl Hetherington | |
| 2020-09-20 | Add new LanguageTag class. | Carl Hetherington | |
| The scripts/update-language-subtags script will download the RFC 5646 registry and write it to src/language_tag_lists.cc. This may need to be re-run if the subtags change. | |||
| 2020-09-20 | Add a new exception for problems with LanguageTag. | Carl Hetherington | |
| 2020-09-20 | Remove XMLMetadata. | Carl Hetherington | |
| 2020-09-20 | Remove XMLMetadata from DCP::write_xml and DCP::write_assetmap. | Carl Hetherington | |
| 2020-09-20 | Stop using XMLMetadata in CPL. It's always felt a bit clumsy, and | Carl Hetherington | |
| with the CPL metadata extension having a method like set_metadata() in CPL will be confusing. | |||
| 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-11 | Add Interop closed caption XSD for verification. | Carl Hetherington | |
| 2020-09-11 | Add set_font_file() | Carl Hetherington | |
| 2020-09-11 | Add font_filenames() | Carl Hetherington | |
| 2020-09-11 | Add EqualityOptions option to ignore differences in LoadFont nodes. | Carl Hetherington | |
| 2020-09-11 | Use Data::write() to clean things up slightly. | Carl Hetherington | |
| 2020-09-11 | Rename fonts_with_load_ids() -> font_data() | Carl Hetherington | |
| 2020-09-09 | Message formatting tweaks. | Carl Hetherington | |
| 2020-09-09 | Missing namespace. | Carl Hetherington | |
| 2020-09-09 | Add some detail to a verification warning. | Carl Hetherington | |
| 2020-09-09 | Use the <Id> read in when the Reel was created from XML (if appropriate) | Carl Hetherington | |
| when writing it out again, rather than creating a new one each time. Also there is the associated test churn here from removing a call to make_uuid(). | |||
| 2020-08-25 | Add SubtitleString::unset_font. | Carl Hetherington | |
| 2020-07-27 | Fix some unused variable warnings. | Carl Hetherington | |
| 2020-07-11 | Allow creation of ATMOS sync on channel 14. | Carl Hetherington | |
| 2020-06-19 | Fix missing Key ID when writing details of encrypted Atmos assets to CPL. | Carl Hetherington | |
| 2020-06-19 | Add and use new write_to_cpl_mxf(). | Carl Hetherington | |
| 2020-06-19 | Rename write_to_cpl_base -> write_to_cpl_asset. | Carl Hetherington | |
| 2020-06-19 | Header guard. | Carl Hetherington | |
