Bv2.1 7.2.1: Check size of closed caption XML is not larger than 256KB.
[libdcp.git] / src /
2021-01-17 Carl HetheringtonBv2.1 7.2.1: Check size of closed caption XML is not...
2021-01-17 Carl HetheringtonSubtitle constructor should not be public.
2021-01-17 Carl HetheringtonBv2.1 7.1: Check picture size and frame rate.
2021-01-17 Carl HetheringtonRaise an exception to head off a weird asdcplib error...
2021-01-17 Carl HetheringtonThrow an exception on making a DCP with no reels.
2021-01-17 Carl HetheringtonReplace dcp::File with dcp::ArrayData.
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 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 HetheringtonBv2.1 6.2.1: Check that subtitle reel <Language> confor...
2021-01-17 Carl HetheringtonBv2.1 6.1: DCPs must be SMPTE.
2021-01-17 Carl HetheringtonAdd VERIFY_BV21_ERROR.
2021-01-08 Carl HetheringtonMore c++11 tidying.
2021-01-08 Carl Hetheringtonc++11 tidying.
2021-01-07 Carl Hetheringtonstd::shared_ptr
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-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.
next