libdcp.git
2021-01-17 Carl HetheringtonAdd CPL::set_content_kind.
2021-01-17 Carl HetheringtonRead scope attribute of ReleaseTerritory.
2021-01-17 Carl HetheringtonCheck that the Editor actually edits something.
2021-01-17 Carl HetheringtonUse an enum class for Marker.
2021-01-17 Carl HetheringtonBv2.1 8.4 We must have <Hash>es
2021-01-17 Carl HetheringtonBv2.1 8.3.2: text tracks must have <EntryPoint> and...
2021-01-17 Carl HetheringtonAdd ReelAsset::unset_entry_point().
2021-01-17 Carl HetheringtonBv2.1 8.3.1: MainSubtitles must be in all reels (if...
2021-01-17 Carl HetheringtonBv2.1 8.2: all parts of a reel must have the same duration.
2021-01-17 Carl HetheringtonMake subtitle checking robust to CPLs with no subs...
2021-01-17 Carl HetheringtonBv2.1 8.1: CPL <AnnotationText> should be the same...
2021-01-17 Carl HetheringtonBv2.1 8.1: CPL must have <AnnotationText>.
2021-01-17 Carl HetheringtonMake CPL annotation_text optional.
2021-01-17 Carl HetheringtonFix some directory paths for tests.
2021-01-17 Carl HetheringtonBv2.1 7.3: audio sample rate must be 48kHz.
2021-01-17 Carl HetheringtonBv2.1 7.2.{6,7}: various limits on subtitle line and...
2021-01-17 Carl HetheringtonRemove some unnecessary std:: qualifiers.
2021-01-17 Carl HetheringtonBv2.1 7.2.{4,5}: check that subtitles are not too short...
2021-01-17 Carl HetheringtonGive simple_{picture,sound} a length parameter and...
2021-01-17 Carl HetheringtonChange subtitle SubtitleAsset API to return const Subti...
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-17 Carl Hetheringtonc++11 and other tidying.
2021-01-17 Carl HetheringtonBRANCH
2021-01-17 Carl HetheringtonStop tests failing when libdcp version changes.
2021-01-17 Carl HetheringtonBv2.1 7.2.4: first subtitle should be at least 4s into...
2021-01-17 Carl HetheringtonBRANCH
2021-01-17 Carl Hetheringtonc++11 tidying.
2021-01-17 Carl HetheringtonBv2.1 7.2.3: Check that subtitle <StartTime> exists...
2021-01-17 Carl HetheringtonBv2.1 7.2.2: Check that subtitle languages are the...
2021-01-17 Carl HetheringtonRemove unused variable.
2021-01-17 Carl HetheringtonChange the word 'disagree' to 'differ'.
2021-01-17 Carl HetheringtonBv2.1 7.2.2: Check that subtitle Language tags are...
2021-01-17 Carl HetheringtonFix to allow re-writing of SMPTE subtitles.
2021-01-17 Carl HetheringtonBv2.1 7.2.1: Check total size of all timed text fonts...
2021-01-17 Carl HetheringtonBv2.1 7.2.1: Check size of timed text asset is not...
2021-01-17 Carl HetheringtonUpdate BRANCH.
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 HetheringtonExtent black_image() to make images of any size.
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 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.
next