libdcp.git
2021-01-17 Carl HetheringtonReplace dcp::File with dcp::ArrayData.
2021-01-17 Carl HetheringtonRemove 32x32 test image.
2021-01-17 Carl HetheringtonUse a valid frame size for simple_picture().
2021-01-17 Carl HetheringtonRename some notes to clarify places where size refers...
2021-01-17 Carl HetheringtonBv2.1 6.2.1: Check that release territory conforms...
2021-01-17 Carl HetheringtonBv2.1 6.2.1: Check that additional subtitle languages...
2021-01-17 Carl HetheringtonBv2.1 6.2.1: Check that closed caption reel and XML...
2021-01-17 Carl HetheringtonFix namespace on closed caption Language tag.
2021-01-17 Carl HetheringtonSmall tweaks to how things are passed around.
2021-01-17 Carl HetheringtonBv2.1 6.2.1: Check that the sound MXF Language tag...
2021-01-17 Carl HetheringtonStore sound asset language as a string, but set it...
2021-01-17 Carl HetheringtonExtract simple_sound() method.
2021-01-17 Carl HetheringtonWe can always dump notes where there are none expected.
2021-01-17 Carl HetheringtonLanguageTag strings should not care about case.
2021-01-17 Carl Hetherington Bv2.1 6.2.1: Check that subtitle XML <Language> confor...
2021-01-17 Carl HetheringtonTiny cleanup of using prepare_directory.
2021-01-17 Carl HetheringtonBv2.1 6.2.1: Check that subtitle reel <Language> confor...
2021-01-17 Carl HetheringtonBRANCH
2021-01-17 Carl HetheringtonBv2.1 6.1: DCPs must be SMPTE.
2021-01-17 Carl HetheringtonAdd VERIFY_BV21_ERROR.
2021-01-17 Carl HetheringtonAdd BRANCH notes.
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.
next