Remove unnecessary -c option for compatiblity with different versions of xmldiff.
[libdcp.git] / src /
2020-12-02 Carl HetheringtonFix equals() with image subtitles to not compare unique...
2020-12-02 Carl HetheringtonAdd operator!= for Data.
2020-11-29 Carl HetheringtonFix terrible SoundAsset::equals() implementation.
2020-11-29 Carl HetheringtonFix SoundFrame::get().
2020-11-29 Carl HetheringtonAdd SoundFrame::channels().
2020-11-29 Carl HetheringtonAdd comment.
2020-11-25 Carl HetheringtonAdd set_hash() method to ReelMXF.
2020-11-22 Carl HetheringtonSeems like an oversight that MainSubtitleLanguageList...
2020-11-22 Carl HetheringtonAdd SMPTE Bv2.1 ExtensionMetadata.
2020-11-21 Carl HetheringtonBetter equality-failure error messages.
2020-11-20 Carl HetheringtonMore detailed error with inequality.
2020-11-20 Carl HetheringtonFix crash on comparing reels with and without markers.
2020-11-20 Carl HetheringtonApply the same rules to closed captions.
2020-11-19 Carl HetheringtonTidy up handling of language metadata for subtitles.
2020-11-15 Carl HetheringtonFix missing const.
2020-11-01 Carl HetheringtonMake StereoPictureFrame expose the Data API in a simila...
2020-11-01 Carl HetheringtonMake MonoPictureAsset implement the Data interface.
2020-11-01 Carl HetheringtonMissing return value check.
2020-11-01 Carl HetheringtonUse some shared_ptr<> instead of raw pointers.
2020-11-01 Carl HetheringtonAdd Data class and change API to a raw pointer.
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-10-22 Carl HetheringtonTidy up some constant naming.
2020-10-20 Carl HetheringtonmacOS / boost 1.74 build fixes.
2020-10-20 Carl HetheringtonMove a bind.hpp include out of a header.
2020-10-10 Carl HetheringtonFix crash when loading DCPs whose ASSETMAP contains...
2020-10-06 Carl HetheringtonMissing error checking on writing KDMs as XML.
2020-09-27 Carl Hetherington<ContentVersion> is optional in Interop so we can't...
2020-09-27 Carl HetheringtonLoad language tags from on-disk files rather than embed...
2020-09-26 Carl HetheringtonDeclare language tag lists as const.
2020-09-26 Carl HetheringtonMissing virtual destructor.
2020-09-25 Carl HetheringtonFix thinko.
2020-09-23 Carl HetheringtonHide unused audio channels a bit more clearly, not...
2020-09-23 Carl HetheringtonDon't fail to write CPL if no content version has been...
2020-09-21 Carl HetheringtonFix crashes when static linking due to tricky lifetime crash
2020-09-21 Carl HetheringtonBetter error locations in XML.
2020-09-21 Carl HetheringtonAdapt for changes in parent branch, and test churn.
2020-09-21 Carl HetheringtonVerify MCA tags.
2020-09-21 Carl HetheringtonSupport MCA sound channel tags in MXF/CPL.
2020-09-21 Carl HetheringtonAdd another .xsd.
2020-09-21 Carl HetheringtonAdd namespaces and tweak CPL namespace so Xerces checks...
2020-09-21 Carl HetheringtonAccept missing MainSoundConfiguration and MainSoundSamp...
2020-09-21 Carl HetheringtonHide an expected error from asdcplib.
2020-09-21 Carl HetheringtonCatch cxml errors when verifying.
2020-09-21 Carl HetheringtonAdd ASDCPErrorSuspender to hide errors from asdcplib...
2020-09-21 Carl HetheringtonUse EditRate::as_string().
2020-09-21 Carl HetheringtonSupport CPL metadata.
2020-09-21 Carl HetheringtonAdd some new channels to the enum.
2020-09-21 Carl HetheringtonAllow LanguageTag to be constructed from a tag string.
2020-09-21 Carl HetheringtonUse vector for the Ratings list.
2020-09-21 Carl HetheringtonUse a vector<ContentVersion> instead of just one, to...
2020-09-21 Carl HetheringtonTidy up a bit; vertical white space, group metadata...
2020-09-21 Carl HetheringtonAdd ContentVersion class.
2020-09-20 Carl HetheringtonAdd new LanguageTag class.
2020-09-20 Carl HetheringtonAdd a new exception for problems with LanguageTag.
2020-09-20 Carl HetheringtonRemove XMLMetadata.
2020-09-20 Carl HetheringtonRemove XMLMetadata from DCP::write_xml and DCP::write_a...
2020-09-20 Carl HetheringtonStop using XMLMetadata in CPL. It's always felt a...
2020-09-17 Carl HetheringtonPrevent DCP::assets() from returning duplicates. combine
2020-09-17 Carl HetheringtonAdd dcp::combine().
2020-09-10 Carl HetheringtonFix crash with one verification error and no notes...
2020-09-10 Carl HetheringtonAdd Interop closed caption XSD for verification.
2020-09-10 Carl HetheringtonAdd set_font_file()
2020-09-10 Carl HetheringtonAdd font_filenames()
2020-09-10 Carl HetheringtonAdd EqualityOptions option to ignore differences in...
2020-09-10 Carl HetheringtonUse Data::write() to clean things up slightly.
2020-09-10 Carl HetheringtonRename fonts_with_load_ids() -> font_data()
2020-09-09 Carl HetheringtonMessage formatting tweaks.
2020-09-09 Carl HetheringtonMissing namespace.
2020-09-09 Carl HetheringtonAdd some detail to a verification warning.
2020-09-09 Carl HetheringtonUse the <Id> read in when the Reel was created from...
2020-08-25 Carl HetheringtonAdd SubtitleString::unset_font.
2020-07-27 Carl HetheringtonFix some unused variable warnings.
2020-07-11 Carl HetheringtonAllow creation of ATMOS sync on channel 14.
2020-06-19 Carl HetheringtonFix missing Key ID when writing details of encrypted...
2020-06-19 Carl HetheringtonAdd and use new write_to_cpl_mxf().
2020-06-19 Carl HetheringtonRename write_to_cpl_base -> write_to_cpl_asset.
2020-06-19 Carl HetheringtonHeader guard.
2020-06-19 Carl HetheringtonMissing set up of AtmosVersion when writing Atmos assets.
2020-06-19 Carl HetheringtonAdd wrapper for AtmosAssetWriter::write to write a...
2020-06-19 Carl HetheringtonFix a whole load of missing setup for AtmosAssets,...
2020-06-19 Carl HetheringtonI believe atmos_id is a unique identifier, so create...
2020-06-16 Carl HetheringtonAllow specification of the JPEG2000 comment string.
2020-06-16 Carl HetheringtonTidy up and fix some small memory leaks.
2020-06-16 Carl HetheringtonClean up strange use of c_str().
2020-06-11 Carl HetheringtonFix failure to verify when the XSD/DTD path has a space...
2020-05-20 Carl HetheringtonAdd add_days to LocalTime.
2020-05-12 Carl HetheringtonMake add_minutes() work correctly with milliseconds.
2020-05-12 Carl HetheringtonAdd a proper implementation of add_months() and a test...
2020-05-12 Carl HetheringtonAdd a note when verifying if the DCP refers to assets
2020-05-12 Carl HetheringtonComment typo.
2020-05-12 Carl HetheringtonImprove comment.
2020-05-08 Carl HetheringtonVerify the XML of subtitle files.
2020-05-08 Carl HetheringtonComment typo.
2020-05-08 Carl HetheringtonStore and allow access to the raw XML that is read...
2020-05-07 Carl HetheringtonFactor some code out into methods.
2020-05-07 Carl HetheringtonCheck that JPEG2000 frames aren't too big (i.e. too
2020-05-06 Carl HetheringtonResult is specific to verify_asset().
2020-05-05 Carl HetheringtonAllow ignoring of specifications in NameFormat.
2020-04-26 Carl HetheringtonTry to fix Centos 6 build.
2020-04-25 Carl HetheringtonMissing #include.
next