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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-01-03
Don't write DeviceListDescription tags to KDMs.
remove-device-list-description
Carl Hetherington
2023-01-03
Cleanup: remove dead code.
Carl Hetherington
2022-12-30
Change the behaviour of LocalTime::operator== to make the same time in differ...
v1.8.49
Carl Hetherington
2022-12-30
Fix LocalTime::operator< and operator> to handle offset gracefully.
Carl Hetherington
2022-12-30
Add dcp::LocalTime::millisecond().
Carl Hetherington
2022-12-30
Fix some embarassing bugs in dcp::LocalTime comparisons.
Carl Hetherington
2022-12-27
Cleanup: extract verify_cpl().
Carl Hetherington
2022-12-27
Cleanup: extract verify_reel()
Carl Hetherington
2022-12-25
Remove out-of-date comment.
Carl Hetherington
2022-12-23
Fix windows build.
Carl Hetherington
2022-12-23
Add File::open_error().
Carl Hetherington
2022-12-23
Whitespace fix.
Carl Hetherington
2022-12-22
Write OriginalFileName tags in PKL (DoM #2394).
Carl Hetherington
2022-12-22
Set plaintext offset to 0 when writing J2K frames (DoM #2391)
Carl Hetherington
2022-12-22
Support some different headers in private_key_fingerprint()
Carl Hetherington
2022-12-22
Store not_valid_{before,after} when reading encrypted KDMs.
Carl Hetherington
2022-12-22
Give a better error from chain_valid() when a certificate has some problem (e...
Carl Hetherington
2022-12-21
Relax the COC component number verification error (DoM #2395).
v1.8.47
Carl Hetherington
2022-12-20
Add detail to the invalid COC component number error.
v1.8.46
Carl Hetherington
2022-12-16
Verify that main picture active area is valid (even, and not too big) (#2392).
v1.8.40
Carl Hetherington
2022-12-16
Throw exceptions when setting odd values for picture active area.
Carl Hetherington
2022-12-13
Add some more setters.
v1.8.39
2300-kdm-timing
Carl Hetherington
2022-12-13
Add missing operator.
Carl Hetherington
2022-12-13
Add new LocalTime constructor.
Carl Hetherington
2022-12-13
Add assert to make sure we're not comparing times wrongly.
Carl Hetherington
2022-12-13
Add LocalTime::add().
Carl Hetherington
2022-12-13
Add UTCOffset class.
Carl Hetherington
2022-12-13
Missing header guard.
v1.8.38
Carl Hetherington
2022-12-04
Support building either with our patched OpenJPEG, or 2.5.0.
Carl Hetherington
2022-12-04
Remove support for building with OpenJPEG 1.x.
Carl Hetherington
2022-12-04
Fix some ambiguous shared_ptrs, seen on Arch Linux.
Carl Hetherington
2022-12-04
Filter some more potential filename contents on Windows.
v1.8.35
Carl Hetherington
2022-11-24
Tidy up some operators, made possible by the previous-but-one commit.
Carl Hetherington
2022-11-24
Add equality option for vertical subtitle position.
v1.8.34
Carl Hetherington
2022-11-24
Some missing const correctness.
Carl Hetherington
2022-11-03
Add Z position to subtitles; existing tests pass.
Carl Hetherington
2022-10-29
Cleanup: use std::make_shared.
Carl Hetherington
2022-10-17
Fix YUV->RGB for Rec. 2020.
v1.8.32
rec2020
Carl Hetherington
2022-10-12
Fix copy/paste error causing a crash when verifying encrypted 3D DCPs.
v1.8.31
Carl Hetherington
2022-10-04
Missing bracket in error message.
Carl Hetherington
2022-09-26
Better subtitle comparisons in tests.
v1.8.30
Carl Hetherington
2022-09-26
Don't try to create non-existent DCPs when searching for CPLs (DoM #2344).
Carl Hetherington
2022-09-03
Properly support ContentKind scope attribute.
v1.8.26
Carl Hetherington
2022-09-03
Cleanup: some missing full stops.
Carl Hetherington
2022-09-02
Replace ContentKind enum with a class.
Carl Hetherington
2022-08-18
Throw a KDMFormatError if cxml throws an error when reading KDM XML.
Carl Hetherington
2022-08-15
Tolerate missing FullContentTitleText (DoM bug #2295).
v1.8.25
2295-tolerate-missing-full-content-title
Carl Hetherington
2022-08-15
Stop assuming that the presence of FullContentTitleText means that there was ...
Carl Hetherington
2022-07-15
Fix thinko in previous commit.
v1.8.24
Carl Hetherington
2022-07-14
Close assets on destruction even if finalize() is not called.
v1.8.23
Carl Hetherington
[next]