libdcp.git
2021-01-17 Carl Hetheringtonmacos branch macos
2021-01-17 Carl HetheringtonFix macOS test environment path.
2021-01-08 Carl HetheringtonBump libcxml.
2021-01-08 Carl HetheringtonMore c++11 tidying.
2021-01-08 Carl Hetheringtonc++11 tidying.
2021-01-08 Carl HetheringtonRemove use of xmldiff in tests.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2021-01-07 Carl HetheringtonFix test following previous commit.
2020-12-20 Carl HetheringtonAccept fonts as data blocks rather than files.
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-15 Carl HetheringtonFix dcpkdm script when run from another directory.
2020-11-14 Carl HetheringtonTweak formatting.
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-28 Carl HetheringtonMove benchmark out of test/ into benchmark/
2020-10-23 Carl HetheringtonAdd path for macOS tests.
2020-10-23 Carl HetheringtonCleanup old path.
2020-10-23 Carl HetheringtonmacOS / new boost build fixes.
2020-10-23 Carl HetheringtonEnable building tests on macOS.
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-10-06 Carl HetheringtonWe should not carry on if files don't open in tests.
2020-09-27 Carl HetheringtonFix install of .xsd files to be more robust.
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 HetheringtonAdd another test.
2020-09-21 Carl HetheringtonSupport MCA sound channel tags in MXF/CPL.
2020-09-21 Carl HetheringtonAdd another .xsd.
2020-09-21 Carl HetheringtonAdd extra parameter to Interop subtitles seen in the...
2020-09-21 Carl HetheringtonAdd namespaces and tweak CPL namespace so Xerces checks...
2020-09-21 Carl HetheringtonMissing note type when filtering out missing asset...
2020-09-21 Carl HetheringtonAdd some new verification tests.
2020-09-21 Carl HetheringtonRemove stdout noise from tests.
2020-09-21 Carl HetheringtonAccept missing MainSoundConfiguration and MainSoundSamp...
2020-09-21 Carl HetheringtonRun dcpverify on everything in the libdcp-test-private...
2020-09-21 Carl HetheringtonTidy up test output slightly.
2020-09-21 Carl HetheringtonHide an expected error from asdcplib.
2020-09-21 Carl HetheringtonCatch cxml errors when verifying.
2020-09-21 Carl HetheringtonAdd --ignore-missing-assets and --quiet to dcpverify.
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 HetheringtonSkip post-test checks if not all unit tests are run.
2020-09-20 Carl HetheringtonRemove XMLMetadata.
2020-09-20 Carl HetheringtonRemove XMLMetadata use from tests.
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-18 Carl HetheringtonAvoid copying a large amount of stuff when running...
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 HetheringtonMove make_simple() into test.{cc,h}
2020-09-09 Carl HetheringtonFix comment typo.
next