libdcp.git
13 days ago Carl Hetheringtonfixup: valid content version label text 1823-validation-report
13 days ago Carl Hetheringtonfixup: valid content kind.
13 days ago Carl Hetheringtonfixup: matching CPL annotation text with PKL
13 days ago Carl Hetheringtonfixup: valid CPL annotation text.
13 days ago Carl Hetheringtonfixup: main picture active area
13 days ago Carl Hetheringtonfixup: correct picture hash
13 days ago Carl Hetheringtonfixup: valid picture frame sizes in bytes
13 days ago Carl Hetheringtonfixup: matching CPL hashes (right CPL hash in PKL)
13 days ago Carl Hetheringtonfixup: all/none encrypted.
13 days ago Carl HetheringtonCheck full details during after_replace tests, and...
13 days ago Carl HetheringtonMove some methods higher up the file.
13 days ago Carl HetheringtonAdd some helper functions.
13 days ago Carl HetheringtonRename VerifyResult -> VerificationResult.
13 days ago Carl HetheringtonAdd basic verification report.
13 days ago Carl HetheringtonAdd OK note when content version label text is valid.
13 days ago Carl HetheringtonAdd OK note when <ContentKind> is valid.
13 days ago Carl HetheringtonAdd OK note when PKL and CPL annotation texts match.
13 days ago Carl HetheringtonAdd OK note when CPL has valid annotation text.
13 days ago Carl HetheringtonImprove reporting of verification test errors.
13 days ago Carl HetheringtonStore CPL ID in CPL-related verification notes.
13 days ago Carl HetheringtonAdd some missing fields to the test debug output.
13 days ago Carl HetheringtonAdd OK note when main picture active area is valid.
13 days ago Carl HetheringtonUse new Context to reduce some boilerplate.
13 days ago Carl HetheringtonAdd OK note when release territory is valid.
13 days ago Carl HetheringtonAdd operator!= for dcp::VerificationNote.
13 days ago Carl HetheringtonMake verified DCPs available on the return from dcp...
13 days ago Carl HetheringtonAdd process_string parameter to dcp::note_to_string().
13 days ago Carl HetheringtonAdd process_filename parameter to note_to_string().
13 days ago Carl HetheringtonCleanup: use std::function instead of boost::function.
13 days ago Carl HetheringtonAdd OK note when picture asset hashes are correct.
13 days ago Carl HetheringtonAdd OK note when picture frame sizes are all OK.
13 days ago Carl HetheringtonAdd OK note when the CPL hash in the PKL is right.
13 days ago Carl HetheringtonAdd OK note when all or nothing is encrypted.
13 days ago Carl HetheringtonImprove debug output when verification tests fail.
13 days ago Carl HetheringtonAdd new OK type of verification note.
2024-04-10 Carl HetheringtonAdd run/tools/dcpmap
2024-03-27 Carl HetheringtonBump libcxml for build fix.
2024-03-22 Carl HetheringtonBump asdcplib to dcpomatic-2.13.0 branch. v1.9.4
2024-03-20 Carl HetheringtonMerge tag 'v1.8.98' into v1.9.x v1.9.3
2024-03-20 Carl HetheringtonUse C++17 when the c++17 option is passed in. v1.9.2
2024-03-20 Carl HetheringtonAllow building with libxml++-4.0 and C++17.
2024-03-20 Carl HetheringtonReplace xmlpp::Node::add_child with cxml::add_child.
2024-03-18 Carl HetheringtonCatch read errors from verify_cpl (e.g. basic failures... v1.8.98
2024-03-16 Carl HetheringtonAllow SMPTE timecodes with 3 digits in the editable...
2024-03-13 Carl HetheringtonFix missing parameters to pkg-config for libopenjp2. v1.9.1
2024-03-10 Carl HetheringtonUse openjpeg v2.5.2. v1.9.0
2024-02-25 Carl HetheringtonRemove explicit mention of sigc++ as a dependency ...
2024-02-25 Carl HetheringtonRemove unused method.
2024-02-25 Carl HetheringtonRemove unused variable.
2024-02-25 Carl HetheringtonReduce some general usings a bit.
2024-02-17 Carl HetheringtonAdd write_string_to_file(). v1.8.97
2024-02-17 Carl HetheringtonCleanup: use std::vector rather than a raw array.
2024-02-14 Carl HetheringtonFix check for return value of EssenceType. v1.8.96
2024-02-08 Carl HetheringtonFix use of Z as a timezone (meaning UTC). v1.8.95
2024-02-08 Carl HetheringtonCleanup: remove unnecessary clearing of 0-init-ed UTCOf...
2024-01-29 Carl HetheringtonFix message on config error and make it fatal.
2024-01-13 Carl HetheringtonAdd cancel() to ScopeGuard. v1.8.94
2024-01-12 Carl HetheringtonFix test in previous.
2024-01-12 Carl HetheringtonNote correct/incorrect hashes when the verifier raises...
2024-01-09 Carl HetheringtonFix escaping of certificate dnQualifier (public key... v1.8.93
2024-01-08 Carl HetheringtonAdd Certificate::subject_dn_qualifier().
2024-01-08 Carl HetheringtonUse OpenSSL C API for public_key_digest instead of...
2024-01-08 Carl HetheringtonAdd ScopeGuard.
2024-01-08 Carl HetheringtonMake public_key_digest() testable.
2024-01-05 Carl HetheringtonFix incorrect placeholder.
2024-01-03 Carl HetheringtonFix a couple of places where we could segfault while... v1.8.92
2024-01-03 Carl HetheringtonReport every frame (with index) that is over (or nearly... v1.8.91
2024-01-03 Carl HetheringtonReport every frame (with index) that has a JPEG2000...
2023-12-25 Carl HetheringtonFix operator== to take everything in VerificationNote...
2023-12-25 Carl HetheringtonOnly write tool name into help, not its full path.
2023-12-25 Carl HetheringtonFix bad indentation in verify tool help.
2023-12-22 Carl HetheringtonBump libcxml for new feature. v1.8.90
2023-12-01 Carl HetheringtonAdd some MCA IDs that claim to be from ClipsterDCI... v1.8.89
2023-11-20 Carl HetheringtonRe-read MXF descriptor after adding a key to a SMPTE... v1.8.88
2023-11-20 Carl HetheringtonFix checking for existing key_id; _key_id would always...
2023-11-20 Carl HetheringtonAllow use of KDMs when verifying DCPs.
2023-11-19 Carl HetheringtonReport progress with done/total rather than a float.
2023-11-15 Carl HetheringtonSimple pass-through of <Ruby> tags in subtitles.
2023-11-15 Carl HetheringtonTolerate VI-N as a MCA channel ID - apparently written...
2023-11-14 Carl HetheringtonCleanup: remove unnecessary initialization.
2023-11-08 Carl HetheringtonCleanup: remove pointless explicit.
2023-11-08 Carl HetheringtonCleanup: using sorting.
2023-11-08 Carl HetheringtonCleanup: header sorting.
2023-11-08 Carl HetheringtonCleanup: remove pointless explicit.
2023-10-21 Carl HetheringtonRemove logging of clamped values.
2023-10-21 Carl HetheringtonUse an integer LUT for PiecewiseLUT2, hence removing...
2023-10-21 Carl HetheringtonSupport integer LUTs.
2023-10-21 Carl HetheringtonRename lut -> double_lut.
2023-10-21 Carl HetheringtonCleanup: remove out-of-date comment.
2023-10-21 Carl HetheringtonCleanup: remove stray space.
2023-10-18 Carl HetheringtonAdd rgb_to_xyz for packed int16_t. v1.8.87
2023-10-18 Carl HetheringtonSplit rgb_to_xyz() into two parts.
2023-10-17 Carl HetheringtonDon't write MCA subdescriptors for channels that don... v1.8.86
2023-10-16 Carl HetheringtonCleanup: two lines can be one.
2023-10-16 Carl HetheringtonCleanup: add some comments.
2023-10-11 Carl HetheringtonTolerate LsLss / RsRss as channel IDs (#2629). v1.8.85
2023-10-11 Carl HetheringtonCleanup: id -> ID.
2023-10-10 Carl HetheringtonFix argument parsing on Ubuntu 16.04. v1.8.84
2023-10-10 Carl HetheringtonDon't call BOOST_CHECK during static initialization.
2023-10-10 Carl HetheringtonReplace BOOST_TEST with an older BOOST_CHECK for Ubuntu...
next