index
:
libdcp
0.95-branch
0.x
1.0
1.0-colour-cleanup
1.0-cpp11
1.0-fix-subtitle-writing
1.0-new-asdcplib
1.0-new-cxml
1.0-new-openssl
1.0-openjpeg2
1.0-shuffle
1.0-smpte-subs
1.0-templates
1.0-vf
12bit
1823-json
2174-cert-duration
2205-subtitle-formatting
2215-markers
2267-debug
2295-tolerate-missing-full-content-title
2300-kdm-timing
2389-vpos
2419-main-sound-configuration
2507-thumbprint
2525-ccap-fonts
2536-interop-subs
2652-ruby
2758-safe-write
2795-stall
2801-cap
2814-freeze
2884-ruby
2908-verify-details
2958-3d-subs
2972-short-read
2984-better-verify-location
3026-mpeg2-colour
3D
add-validity
asdcp-master
atmos
attempt-at-overwrite-existing
backport
bad-mxf
bitmap-subs
bv2.1-verify
cancel
ccache
cdist
check-bitmaps
check-chains
check-signatures
combine
compose
cpl-metadata
cpp17
crash
cxml
dbg
dcp-editor
dcp-editor2
dcp-editor3
debug
decrypt-hmac
dynamic-lut
edgecode
edgecode2
encryption
fastvideo
fed43
file-class-in-dom
fixit
fixlibdir
fmt
fmt2
fmt3
fontfix
for-dcptovideo
gh-21-open
ignore-hmac
imf
imf2
inaccurate-gamma
inaccurate-gamma2
j2k-check
mac-tests
mac-warning
macos
macos-tests
main
markers
master
mattias-debug
more-warning-fixes
multi-fonts-in-pkl
mxe
mxe2
new-mxe
niclas
no-add-child
no-empty-annotation-texts
oj1-again
openjpeg2
openmp
opt
optional-cpl-metadata
osx
pkl
printablestring
python310
raw-convert
read2
rec2020
remove-device-list-description
rework-again
rework-again2
shared-ptr
smaller-ccap
smpte-a
sony-debug
split
sse
sse2
static-tests
sub-rework
test-filename
tests
tests-on-all-platforms
thomas-experimental
tidy
tidy-eq-options
tidy-verify
tmp
unstab
utf8
v0.74.1
v1.11.x
v1.5.x
v1.6.x
v1.6.x-laszlo
v1.8.x
v1.9.x
verify-j2k-sizes
videocon
videocon-0
videocon-1
warnings
win32-crash
windbg
winpack
wtf
xerces
xmldiff
zpos
DCP handling library
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-09-14
Fix boost test library detection.
v1.8.107
v1.8.x
Carl Hetherington
2024-09-14
Fix build on Ubuntu 16.04 now that we have a static boost library.
v1.8.106
Carl Hetherington
2024-09-14
Bump libcxml for static boost build fixes.
v1.8.105
Carl Hetherington
2024-09-06
Remove (unused) import, which was removed from Python 3.14.
v1.8.104
Carl Hetherington
2024-08-15
Fix test broken by previous commit.
v1.8.103
Carl Hetherington
2024-08-15
Missing set of frame rate causing crash when DoM tries to make its message.
v1.8.102
Carl Hetherington
2024-06-27
Speculative fix for assertion failure (DoM #2839).
v1.8.101
Carl Hetherington
2024-06-27
Whitespace.
Carl Hetherington
2024-06-27
Some comments and default values.
Carl Hetherington
2024-06-27
Extract method to a header to make it testable.
Carl Hetherington
2024-05-13
In-line run of subs_in_out so that it gets the environment more easily.
v1.8.100
Carl Hetherington
2024-05-13
Pass environment prefix to test runner.
Carl Hetherington
2024-05-13
Support some more random MCA tags seen in the field (EasyDCP 4.2.0).
Carl Hetherington
2024-04-17
Make some not-so-important CPL read errors non-fatal (DoM #2797).
v1.8.99
Carl Hetherington
2024-04-15
Add Dolby EDR metadata support (GH #12).
Carl Hetherington
2024-04-15
Generalise sign language video tag handling and add test.
Carl Hetherington
2024-03-30
Add hack decrypt of sound assets by dcpdecryptmxf.
Carl Hetherington
2024-03-30
Fix typo in help.
Carl Hetherington
2024-03-18
Catch read errors from verify_cpl (e.g. basic failures to read a video frame).
v1.8.98
Carl Hetherington
2024-03-16
Allow SMPTE timecodes with 3 digits in the editable units field.
Carl Hetherington
It seems that these should only be present if the timecode rate is 101 or above, and in that case all timecodes should have 3 editable rate digits, but someone sent a DCP from what seems to be EasyDCP Creator and it has one timecode of 00:05:01:000.
2024-02-25
Remove explicit mention of sigc++ as a dependency (it's an implicit one).
Carl Hetherington
2024-02-25
Remove unused method.
Carl Hetherington
2024-02-25
Remove unused variable.
Carl Hetherington
2024-02-25
Reduce some general usings a bit.
Carl Hetherington
2024-02-17
Add write_string_to_file().
v1.8.97
Carl Hetherington
2024-02-17
Cleanup: use std::vector rather than a raw array.
Carl Hetherington
2024-02-14
Fix check for return value of EssenceType.
v1.8.96
Carl Hetherington
A reporter on the forum is making their own DCPs that don't include an essence type at some point which trips this check as it was before.
2024-02-09
Fix use of Z as a timezone (meaning UTC).
v1.8.95
Carl Hetherington
2024-02-09
Cleanup: remove unnecessary clearing of 0-init-ed UTCOffset.
Carl Hetherington
2024-01-30
Fix message on config error and make it fatal.
Carl Hetherington
2024-01-13
Add cancel() to ScopeGuard.
v1.8.94
Carl Hetherington
2024-01-13
Fix test in previous.
Carl Hetherington
2024-01-12
Note correct/incorrect hashes when the verifier raises related errors.
Carl Hetherington
2024-01-09
Fix escaping of certificate dnQualifier (public key digests) on creation ↵
v1.8.93
Carl Hetherington
(DoM #2716).
2024-01-08
Add Certificate::subject_dn_qualifier().
Carl Hetherington
2024-01-08
Use OpenSSL C API for public_key_digest instead of calling the openssl binary.
Carl Hetherington
2024-01-08
Add ScopeGuard.
Carl Hetherington
2024-01-08
Make public_key_digest() testable.
Carl Hetherington
2024-01-05
Fix incorrect placeholder.
Carl Hetherington
2024-01-03
Fix a couple of places where we could segfault while looking at a VF.
v1.8.92
Carl Hetherington
2024-01-03
Report every frame (with index) that is over (or nearly over) the size limit ↵
v1.8.91
Carl Hetherington
(DoM #2698).
2024-01-03
Report every frame (with index) that has a JPEG2000 codestream error (DoM ↵
Carl Hetherington
#2698).
2023-12-26
Fix operator== to take everything in VerificationNote into account.
Carl Hetherington
2023-12-25
Only write tool name into help, not its full path.
Carl Hetherington
2023-12-25
Fix bad indentation in verify tool help.
Carl Hetherington
2023-12-22
Bump libcxml for new feature.
v1.8.90
Carl Hetherington
2023-12-02
Add some MCA IDs that claim to be from ClipsterDCI 5.9.3.5.
v1.8.89
Carl Hetherington
2023-11-20
Re-read MXF descriptor after adding a key to a SMPTE subtitle asset (DoM #2660).
v1.8.88
Carl Hetherington
2023-11-20
Fix checking for existing key_id; _key_id would always be set because ↵
Carl Hetherington
MXF::set_key() sets it.
2023-11-20
Allow use of KDMs when verifying DCPs.
Carl Hetherington
[next]