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
/
verify.cc
Age
Commit message (
Expand
)
Author
2023-11-20
Allow use of KDMs when verifying DCPs.
Carl Hetherington
2023-11-19
Report progress with done/total rather than a float.
Carl Hetherington
2023-10-09
Add wrappers around boost::filesystem methods that handle the
Carl Hetherington
2023-08-24
Check for missing font files referred from Interop closed captions (as well a...
Carl Hetherington
2023-08-11
Add check for empty <LabelText> in <ContentVersion>
v1.8.76
Carl Hetherington
2023-06-29
When reading a DCP set up asset hashes from the CPL/PKL, not by digesting the...
Carl Hetherington
2023-06-27
Add verifier check for the actual asset file's ID not being the same as the o...
Carl Hetherington
2023-06-02
Verify error if SMPTE subtitle asset has <Text> but no <LoadFont>.
v1.8.73
Carl Hetherington
2023-06-02
Cleanup: replace a nasty try/catch.
Carl Hetherington
2023-06-02
Cleanup: formatting.
Carl Hetherington
2023-06-02
Cleanup: remove some unpleasant (and I think unnecessary) casting.
Carl Hetherington
2023-06-02
Rename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT.
Carl Hetherington
2023-05-11
Check that all <Font> tags have a corresponding <LoadFont> in the verifier.
Carl Hetherington
2023-04-26
Give better errors when invalid urn:uuid: strings are found (DoM #2521).
Carl Hetherington
2023-04-20
Fix crash when trying to verify an encrypted SMPTE subtitle asset.
v1.8.67
Carl Hetherington
2023-04-19
Add test for too many subtitle namespaces.
Carl Hetherington
2023-04-16
Check for tile parts being too big in the verifier (DoM #2450).
Carl Hetherington
2023-04-13
Add check for Interop font assets being present (in the ASSETMAP and on disk).
Carl Hetherington
2023-04-13
Add some missing full stops.
Carl Hetherington
2023-04-04
Add check for mismatch between sound asset and MainSoundConfiguration.
v1.8.66
Carl Hetherington
2023-04-04
Add check for mismatched sound channel counts.
Carl Hetherington
2023-02-18
Allow verification of 428-7-2014 subtitles.
Carl Hetherington
2023-02-17
Fix incorrect filename encoding on Windows (DoM #2459).
v1.8.59
Carl Hetherington
2023-02-12
Add --no-asset-hash-check and --asset-hash-check-maximum-size (DoM #2444).
v1.8.56
Carl Hetherington
2023-02-12
Cleanup: use a local variable.
Carl Hetherington
2023-02-02
Check IssueDate for Deluxe complaint.
Carl Hetherington
2023-01-15
Check that Interop subtitle files have at least one subtitle.
Carl Hetherington
2023-01-07
Cleanup: rename AssetMap::path -> file for consistency.
Carl Hetherington
2023-01-07
Cleanup: rename PKL::asset_list -> assets for consistency.
Carl Hetherington
2023-01-07
Check for multiple asset IDs in an ASSETMAP during verify.
Carl Hetherington
2023-01-07
Cleanup: extract verify_assetmap().
Carl Hetherington
2023-01-07
Check for multiple asset IDs in a PKL during verify.
Carl Hetherington
2023-01-07
Cleanup: using ordering.
Carl Hetherington
2023-01-07
Cleanup: extract verify_pkl().
Carl Hetherington
2023-01-07
Cleanup: const correctness.
Carl Hetherington
2022-12-27
Cleanup: extract verify_cpl().
Carl Hetherington
2022-12-27
Cleanup: extract verify_reel()
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-10-12
Fix copy/paste error causing a crash when verifying encrypted 3D DCPs.
v1.8.31
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-08-15
Stop assuming that the presence of FullContentTitleText means that there was ...
Carl Hetherington
2022-03-24
Add verify test to check for erroneous <EntryPoint> and <Duration>
v1.8.13
2215-markers
Carl Hetherington
2021-11-09
Fix off-by-one in verification of closed caption line length.
v1.8.5
Carl Hetherington
2021-10-25
Message tweak.
Carl Hetherington
2021-10-24
Order subtitles in the XML according to their vertical position (DoM bug #2106).
v1.8.4
Carl Hetherington
2021-10-05
Remove an unnecessary using.
Carl Hetherington
2021-08-11
Add verify check for empty <Text> nodes in timed text.
Carl Hetherington
2021-08-09
Rename verify_text_timing -> verify_text_details.
Carl Hetherington
2021-05-27
Make similar changes to the previous commit for _xml_id.
Carl Hetherington
[prev]
[next]