| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-29 | Fix SoundFrame::get(). | Carl Hetherington | |
| The old version did not deal with signed-ness correctly. I think this version is slightly dodgy in that it assumes 2s complement, but that's probably not so bad. | |||
| 2020-11-29 | Add SoundFrame::channels(). | Carl Hetherington | |
| 2020-11-29 | Add comment. | Carl Hetherington | |
| 2020-11-25 | Add set_hash() method to ReelMXF. | Carl Hetherington | |
| 2020-11-22 | Seems like an oversight that MainSubtitleLanguageList had no namespace. | Carl Hetherington | |
| 2020-11-22 | Add SMPTE Bv2.1 ExtensionMetadata. | Carl Hetherington | |
| 2020-11-21 | Better equality-failure error messages. | Carl Hetherington | |
| 2020-11-21 | More detailed error with inequality. | Carl Hetherington | |
| 2020-11-21 | Fix crash on comparing reels with and without markers. | Carl Hetherington | |
| 2020-11-20 | Apply the same rules to closed captions. | Carl Hetherington | |
| 2020-11-20 | Tidy up handling of language metadata for subtitles. | Carl Hetherington | |
| Tried to normalise the idea that subtitle languages are stored as strings but set as LanguageTags. This may be too defensive; perhaps SMPTE language metadata is always right, or perhaps even if it isn't we should throw errors. | |||
| 2020-11-16 | Fix missing const. | Carl Hetherington | |
| 2020-11-02 | Make StereoPictureFrame expose the Data API in a similar way to ↵ | Carl Hetherington | |
| MonoPictureFrame. | |||
| 2020-11-02 | Make MonoPictureAsset implement the Data interface. | Carl Hetherington | |
| 2020-11-02 | Missing return value check. | Carl Hetherington | |
| 2020-11-02 | Use some shared_ptr<> instead of raw pointers. | Carl Hetherington | |
| 2020-11-02 | Add Data class and change API to a raw pointer. | Carl Hetherington | |
| 2020-11-02 | Rename Data -> ArrayData. | Carl Hetherington | |
| 2020-10-22 | Tidy up some constant naming. | Carl Hetherington | |
| 2020-10-21 | macOS / boost 1.74 build fixes. | Carl Hetherington | |
| 2020-10-20 | Move a bind.hpp include out of a header. | 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-10-06 | Missing error checking on writing KDMs as XML. | Carl Hetherington | |
| 2020-09-27 | <ContentVersion> is optional in Interop so we can't assume it's there. | Carl Hetherington | |
| 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. | |||
