libdcp.git
4 days ago Carl HetheringtonFix build on Centos 7 (which gives a suggested paranthe... v1.9.x
5 days ago Carl HetheringtonSupport MPEG2 compression. v1.9.6
5 days ago Carl HetheringtonSupport MPEG2 decompression.
9 days ago Carl HetheringtonPass full J2KFrameInfo into fake_write() for consistenc...
9 days ago Carl HetheringtonUse J2KFrameInfo instead of FrameInfo.
9 days ago Carl HetheringtonCleanup: fix doxygen comment.
9 days ago Carl HetheringtonMove FrameInfo into its own file.
9 days ago Carl HetheringtonCleanup: fix more comments/guards (and add check script).
9 days ago Carl HetheringtonMove Behaviour enum out of J2KPictureAsset.
9 days ago Carl HetheringtonCleanup: fix some header guard names and comments.
9 days ago Carl HetheringtonCleanup: white space.
9 days ago Carl HetheringtonRemove unnecessary explicit qualifier.
9 days ago Carl HetheringtonCleanup: fix header guard name and comment.
9 days ago Carl HetheringtonSplit the old PictureAsset into a new PictureAsset...
9 days ago Carl HetheringtonCleanup: fix header guard name and comment.
9 days ago Carl HetheringtonRename classes.
9 days ago Carl HetheringtonFix includes.
9 days ago Carl HetheringtonRename files to mention J2K.
9 days ago Carl HetheringtonMerge remote-tracking branch 'origin/main' into v1.9.x
9 days ago Carl HetheringtonMake some not-so-important CPL read errors non-fatal... main v1.8.99
11 days ago Carl HetheringtonAdd Dolby EDR metadata support (GH #12).
11 days ago Carl HetheringtonGeneralise sign language video tag handling and add...
12 days ago Carl HetheringtonAdd basic verification report. v1.9.5
12 days ago Carl HetheringtonRename VerifyResult -> VerificationResult.
12 days ago Carl HetheringtonAdd process_string parameter to dcp::note_to_string().
12 days ago Carl HetheringtonAdd process_filename parameter to note_to_string().
12 days ago Carl HetheringtonAdd OK note when content version label text is valid.
12 days ago Carl HetheringtonAdd OK note when <ContentKind> is valid.
12 days ago Carl HetheringtonAdd OK note when PKL and CPL annotation texts match.
12 days ago Carl HetheringtonAdd OK note when CPL has valid annotation text.
12 days ago Carl HetheringtonAdd OK note when main picture active area is valid.
12 days ago Carl HetheringtonAdd OK note when release territory is valid.
12 days ago Carl HetheringtonAdd OK note when picture asset hashes are correct.
12 days ago Carl HetheringtonAdd OK note when picture frame sizes are all OK.
12 days ago Carl HetheringtonAdd OK note when the CPL hash in the PKL is right.
12 days ago Carl HetheringtonAdd OK note when all or nothing is encrypted.
12 days ago Carl HetheringtonAdd some helper functions.
12 days ago Carl HetheringtonCleanup: use std::function instead of boost::function.
12 days ago Carl HetheringtonImprove error reporting for _replace tests and check...
12 days ago Carl HetheringtonMove some methods higher up the file.
12 days ago Carl HetheringtonImprove debug output when verification tests fail.
12 days ago Carl HetheringtonMake verified DCPs available on the return from dcp...
12 days ago Carl HetheringtonAdd operator!= for dcp::VerificationNote.
12 days ago Carl HetheringtonStore CPL ID in CPL-related verification notes.
12 days ago Carl HetheringtonUse new Context to reduce some boilerplate.
12 days ago Carl HetheringtonAdd new OK type of verification note.
12 days ago Carl HetheringtonAdd run/tools/dcpmap
2024-03-30 Carl HetheringtonAdd hack decrypt of sound assets by dcpdecryptmxf.
2024-03-30 Carl HetheringtonFix typo in help.
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.
next