libdcp.git
2021-02-07 Carl HetheringtonBump libcxml. static-tests
2021-02-07 Carl HetheringtonComment fixes.
2021-02-06 Carl HetheringtonBasic analysis (verification) of J2K codestreams.
2021-02-06 Carl HetheringtonDon't use flat_red.j2c for the simple DCP test as it...
2021-02-06 Carl HetheringtonUse 1 guard bit in JPEG2000 encoding for 2K, per Bv2.1.
2021-02-06 Carl HetheringtonRename j2k.{cc,h} => j2k_transcode.{cc,h}
2021-02-06 Carl HetheringtonTweak comment.
2021-02-04 Carl HetheringtonImprove a comment.
2021-02-04 Carl HetheringtonFix failure to write Interop closed captions.
2021-02-02 Carl HetheringtonSome compilers don't like x = {} where x is a boost...
2021-01-31 Carl HetheringtonFix strange Windows build error introduced in 6c37cc197...
2021-01-26 Carl Hetherington0 => nullptr fix.
2021-01-26 Carl HetheringtonFix install.
2021-01-26 Carl HetheringtonRename ReelMXF -> ReelFileAsset.
2021-01-24 Carl HetheringtonDoc fixes.
2021-01-24 Carl HetheringtonFix previous.
2021-01-24 Carl HetheringtonTidying.
2021-01-24 Carl HetheringtonTidying.
2021-01-23 Carl HetheringtonTidying.
2021-01-23 Carl HetheringtonTidy a little and add some coding style.
2021-01-23 Carl HetheringtonRemove Windows XP support and pin asdcplib version.
2021-01-23 Carl HetheringtonSmall bits of pre-release tidying.
2021-01-23 Carl HetheringtonFix name clash of ERROR with windows.h
2021-01-22 Carl HetheringtonRemove some unused #includes.
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
2021-01-21 Carl Hetheringtonc++11 bits in examples/
2021-01-21 Carl HetheringtonTry to fix MinGW build.
2021-01-21 Carl HetheringtonMove all ostream operator<< into some test-only stream_...
2021-01-21 Carl HetheringtonSome more use of enum class.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-20 Carl HetheringtonFix strange crash in verify(). bv2.1-verify
2021-01-20 Carl HetheringtonI don't think we need BOOST_NO_CXX11_SCOPED_ENUMS any...
2021-01-20 Carl HetheringtonCleanup: more test naming tweaks.
2021-01-20 Carl HetheringtonTidy up some test names.
2021-01-19 Carl HetheringtonCleanup: rename some check_ prefixes to verify_.
2021-01-19 Carl HetheringtonCleanup: some more use of initialiser lists.
2021-01-19 Carl HetheringtonVerificationNote message tidying.
2021-01-19 Carl HetheringtonTidy up parameters in VerificationNote.
2021-01-19 Carl HetheringtonCleanup: now have using namespace boost::filesystem.
2021-01-19 Carl HetheringtonFix tests to actually check the results in several...
2021-01-19 Carl Hetherington_line should be optional.
2021-01-19 Carl HetheringtonCleanup: remove lots of unnecessary namespace qualifiers.
2021-01-19 Carl HetheringtonCleanup: tidy enum names for verification codes.
2021-01-18 Carl HetheringtonCleanup: more use of prepare_directory().
2021-01-18 Carl HetheringtonCleanup: more use of check_verify_result.
2021-01-18 Carl HetheringtonCleanup: remove BRANCH file.
2021-01-18 Carl HetheringtonBv2.1 10.1: if any asset is encrypted they all must be.
2021-01-18 Carl HetheringtonRename encrypted() to any_encrypted() and add all_encry...
2021-01-18 Carl HetheringtonBv2.1 9.2: PKL must be signed if it contains encrypted...
2021-01-18 Carl HetheringtonBv2.1 9.1: PKL annotation text must match CPL ContentTi...
2021-01-18 Carl HetheringtonAdd some more access to PKL.
2021-01-18 Carl HetheringtonBv2.1 8.7: CPLs with encrypted content must be signed.
2021-01-18 Carl HetheringtonBv2.1 8.6.3: <ExtensionMetadata> must be present and...
2021-01-18 Carl HetheringtonBv2.1 8.6.{1.2}: CompositionMetadataAsset must exist...
2021-01-18 Carl HetheringtonAdd CPL::unset_version_number().
2021-01-17 Carl HetheringtonBv2.1 8.5: FFOC and LFOC should be present and have...
2021-01-17 Carl HetheringtonRequire instrinsic duration of ReelMarkersAsset to...
2021-01-17 Carl HetheringtonAssert that entry_point and intrinsic_duration are...
2021-01-17 Carl HetheringtonBv2.1 8.5: Features must have FFEC/FFMC markers.
2021-01-17 Carl HetheringtonUse feature not trailer for some tests to avoid verific...
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.
next