summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-17Raise an exception to head off a weird asdcplib error with empty JPEG2000 com...Carl Hetherington
2021-01-17Throw an exception on making a DCP with no reels.Carl Hetherington
2021-01-17Replace dcp::File with dcp::ArrayData.Carl Hetherington
2021-01-17Remove 32x32 test image.Carl Hetherington
2021-01-17Use a valid frame size for simple_picture().Carl Hetherington
2021-01-17Rename some notes to clarify places where size refers to bytes, not pixels.Carl Hetherington
2021-01-17Bv2.1 6.2.1: Check that release territory conforms to RFC 5646.Carl Hetherington
2021-01-17Bv2.1 6.2.1: Check that additional subtitle languages conform to RFC 5646.Carl Hetherington
2021-01-17Bv2.1 6.2.1: Check that closed caption reel and XML <Language> conform to RFC...Carl Hetherington
2021-01-17Fix namespace on closed caption Language tag.Carl Hetherington
2021-01-17Small tweaks to how things are passed around.Carl Hetherington
2021-01-17Bv2.1 6.2.1: Check that the sound MXF Language tag conforms to RFC 5646.Carl Hetherington
2021-01-17Store sound asset language as a string, but set it as aCarl Hetherington
2021-01-17Extract simple_sound() method.Carl Hetherington
2021-01-17We can always dump notes where there are none expected.Carl Hetherington
2021-01-17LanguageTag strings should not care about case.Carl Hetherington
2021-01-17 Bv2.1 6.2.1: Check that subtitle XML <Language> conforms to RFC 5646.Carl Hetherington
2021-01-17Tiny cleanup of using prepare_directory.Carl Hetherington
2021-01-17Bv2.1 6.2.1: Check that subtitle reel <Language> conforms to RFC 5646.Carl Hetherington
2021-01-17BRANCHCarl Hetherington
2021-01-17Bv2.1 6.1: DCPs must be SMPTE.Carl Hetherington
2021-01-17Add VERIFY_BV21_ERROR.Carl Hetherington
2021-01-17Add BRANCH notes.Carl Hetherington
2021-01-17Fix macOS test environment path.Carl Hetherington
2021-01-08Bump libcxml.Carl Hetherington
2021-01-08More c++11 tidying.Carl Hetherington
2021-01-08c++11 tidying.Carl Hetherington
2021-01-08Remove use of xmldiff in tests.Carl Hetherington
2021-01-08std::shared_ptrCarl Hetherington
2021-01-08Fix test following previous commit.Carl Hetherington
2020-12-20Accept fonts as data blocks rather than files.Carl Hetherington
2020-12-02Fix equals() with image subtitles to not compare unique IDs.Carl Hetherington
2020-12-02Add operator!= for Data.Carl Hetherington
2020-11-29Fix terrible SoundAsset::equals() implementation.Carl Hetherington
2020-11-29Fix SoundFrame::get().Carl Hetherington
2020-11-29Add SoundFrame::channels().Carl Hetherington
2020-11-29Add comment.Carl Hetherington
2020-11-25Add set_hash() method to ReelMXF.Carl Hetherington
2020-11-22Seems like an oversight that MainSubtitleLanguageList had no namespace.Carl Hetherington
2020-11-22Add SMPTE Bv2.1 ExtensionMetadata.Carl Hetherington
2020-11-21Better equality-failure error messages.Carl Hetherington
2020-11-21More detailed error with inequality.Carl Hetherington
2020-11-21Fix crash on comparing reels with and without markers.Carl Hetherington
2020-11-20Apply the same rules to closed captions.Carl Hetherington
2020-11-20Tidy up handling of language metadata for subtitles.Carl Hetherington
2020-11-16Fix missing const.Carl Hetherington
2020-11-15Fix dcpkdm script when run from another directory.Carl Hetherington
2020-11-14Tweak formatting.Carl Hetherington
2020-11-02Make StereoPictureFrame expose the Data API in a similar way to MonoPictureFr...Carl Hetherington
2020-11-02Make MonoPictureAsset implement the Data interface.Carl Hetherington