libdcp.git
2021-04-11 Carl HetheringtonAdd some missing override statements. sub-rework
2021-04-11 Carl HetheringtonSplit ReelClosedCaptionAsset into Interop and SMPTE...
2021-04-11 Carl HetheringtonC++11 tidying.
2021-04-11 Carl HetheringtonSpecify CPL standard on construction.
2021-04-11 Carl HetheringtonSplit ReelSubtitleAsset into Interop and SMPTE classes.
2021-04-11 Carl HetheringtonSmall bits of tidying up.
2021-04-11 Carl HetheringtonAdd header guards.
2021-04-11 Carl HetheringtonExtract some parts of ReelEncryptableAsset into ReelFil...
2021-04-10 Carl HetheringtonRename ReelFileAsset -> ReelEncryptableAsset
2021-04-09 Carl HetheringtonAdd check for Bv2.1 10.4.3 - container duration vs...
2021-04-09 Carl HetheringtonAdd accessor for intrinsic_duration in SMPTESubtitleAsset.
2021-04-08 Carl HetheringtonMake sound asset language optional.
2021-04-08 Carl HetheringtonVerify that SMPTE subtitle IDs are handled properly...
2021-04-08 Carl HetheringtonDon't set the MXF _id from the XML <Id> tag.
2021-04-08 Carl HetheringtonExpose the MXF ResourceID from SMPTESubtitleAsset.
2021-04-08 Carl HetheringtonComment tweaks.
2021-04-06 Carl HetheringtonDon't try to verify encrypted JPEG2000 bitstreams.
2021-04-06 Carl HetheringtonHide dump_notes() again.
2021-04-05 Carl HetheringtonCall verify_j2k when verifying DCPs.
2021-04-03 Carl HetheringtonAdd Luminance::value_in_foot_lamberts().
2021-03-25 Carl HetheringtonWrite MCA tags based on the specified sound field.
2021-03-23 Carl HetheringtonAdd operator!= and operator< for LanguageTag
2021-03-21 Carl HetheringtonAdd headerpad option for the macOS linker.
2021-03-20 Carl HetheringtonAdd access to DCNC list.
2021-03-19 Carl HetheringtonAdd DCNC tags file.
2021-03-19 Carl HetheringtonMissing library for static build.
2021-03-18 Carl HetheringtonFix static test buid.
2021-03-18 Carl HetheringtonImprove errors when verifying a non-DCP directory.
2021-03-18 Carl HetheringtonTidy how we're finding the tags and xsd directories.
2021-03-17 Carl HetheringtonFix combining when two DCPs both contain copies of...
2021-03-15 Carl HetheringtonFix various bugs in subtitle/ccap verification.
2021-03-15 Carl HetheringtonAdd operator-= to Time.
2021-02-27 Carl HetheringtonUse std::array.
2021-02-27 Carl HetheringtonUse new write() method in example.
2021-02-27 Carl HetheringtonWhitespace.
2021-02-27 Carl HetheringtonAdd missing dcp::init() to example.
2021-02-27 Carl HetheringtonAdd new write() method.
2021-02-26 Carl HetheringtonImproved comments.
2021-02-21 Carl HetheringtonEnglish language tweaks.
2021-02-20 Carl HetheringtonDon't give a verification error if there are closed...
2021-02-14 Carl HetheringtonSome const correctness for decompress_j2k
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...
next