libdcp.git
2024-04-15 Carl HetheringtonAdd basic verification report. v1.9.5
2024-04-15 Carl HetheringtonRename VerifyResult -> VerificationResult.
2024-04-15 Carl HetheringtonAdd process_string parameter to dcp::note_to_string().
2024-04-15 Carl HetheringtonAdd process_filename parameter to note_to_string().
2024-04-15 Carl HetheringtonAdd OK note when content version label text is valid.
2024-04-15 Carl HetheringtonAdd OK note when <ContentKind> is valid.
2024-04-15 Carl HetheringtonAdd OK note when PKL and CPL annotation texts match.
2024-04-15 Carl HetheringtonAdd OK note when CPL has valid annotation text.
2024-04-15 Carl HetheringtonAdd OK note when main picture active area is valid.
2024-04-15 Carl HetheringtonAdd OK note when release territory is valid.
2024-04-15 Carl HetheringtonAdd OK note when picture asset hashes are correct.
2024-04-15 Carl HetheringtonAdd OK note when picture frame sizes are all OK.
2024-04-15 Carl HetheringtonAdd OK note when the CPL hash in the PKL is right.
2024-04-15 Carl HetheringtonAdd OK note when all or nothing is encrypted.
2024-04-15 Carl HetheringtonAdd some helper functions.
2024-04-15 Carl HetheringtonCleanup: use std::function instead of boost::function.
2024-04-15 Carl HetheringtonImprove error reporting for _replace tests and check...
2024-04-14 Carl HetheringtonMove some methods higher up the file.
2024-04-14 Carl HetheringtonImprove debug output when verification tests fail.
2024-04-14 Carl HetheringtonMake verified DCPs available on the return from dcp...
2024-04-14 Carl HetheringtonAdd operator!= for dcp::VerificationNote.
2024-04-14 Carl HetheringtonStore CPL ID in CPL-related verification notes.
2024-04-14 Carl HetheringtonUse new Context to reduce some boilerplate.
2024-04-14 Carl HetheringtonAdd new OK type of verification note.
2024-04-14 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...
2023-10-10 Carl HetheringtonAvoid full_name() so we can build on Ubuntu 16.04.
2023-10-10 Carl HetheringtonAvoid depends_on() so we can build on Ubuntu 16.04.
2023-10-10 Carl HetheringtonSwitch to testing on Ubuntu 16.04 and 22.04.
2023-10-10 Carl HetheringtonImplement weakly_canonical for boost versions without...
2023-10-08 Carl HetheringtonAdd more filesystem wrappers that DoM needs. v1.8.83
2023-10-08 Carl HetheringtonAdd wrappers around boost::filesystem methods that...
2023-10-06 Carl HetheringtonCleanup: sorting.
2023-09-13 Carl HetheringtonRemove odd assertion stopping TZ minutes being more... v1.8.82
2023-09-06 Carl HetheringtonReport failures to read resources from MXF files. v1.8.81
2023-09-06 Carl HetheringtonBump the PNG subtitle / font buffer a little.
2023-08-31 Carl HetheringtonFix build when there is no {Image,Graphics}Magick v1.8.80
next