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
/
test
/
verify_test.cc
Age
Commit message (
Expand
)
Author
2023-12-05
Rename everything.
Carl Hetherington
2023-11-20
Allow use of KDMs when verifying DCPs.
Carl Hetherington
2023-11-15
Simple pass-through of <Ruby> tags in subtitles.
Carl Hetherington
2023-10-10
Don't call BOOST_CHECK during static initialization.
Carl Hetherington
2023-10-10
Avoid full_name() so we can build on Ubuntu 16.04.
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-27
Fix tests that were writing assets with the same filename to different reels.
Carl Hetherington
2023-06-27
Move Editor class from verify_test.cc to test.cc
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-27
Cleanup: set annotation text in make_simple().
Carl Hetherington
2023-06-02
Verify error if SMPTE subtitle asset has <Text> but no <LoadFont>.
v1.8.73
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-19
Add test for too many subtitle namespaces.
Carl Hetherington
2023-04-19
Remove xmlns:xs namespace from subtitle XML (DoM #2498).
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-11
Fix typos in comments.
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-04-04
Pass MainSoundConfiguration object rather than a string.
Carl Hetherington
2023-04-04
Add some missing sound field specifiers to tests.
Carl Hetherington
2023-03-20
Use an enum instead of a bool in PictureAsset::start_write().
Carl Hetherington
2023-02-16
Change how whitespace in subtitles is handled.
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-02
Check IssueDate for Deluxe complaint.
Carl Hetherington
2023-01-16
Fix tests.
v1.8.51
Carl Hetherington
2023-01-15
Check that Interop subtitle files have at least one subtitle.
Carl Hetherington
2023-01-07
Check for multiple asset IDs in an ASSETMAP during verify.
Carl Hetherington
2023-01-07
Check for multiple asset IDs in a PKL during verify.
Carl Hetherington
2022-12-22
Write OriginalFileName tags in PKL (DoM #2394).
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-15
Tidy up find_cpl() and add find_pkl().
Carl Hetherington
2022-12-15
Some more details when verification results fail.
Carl Hetherington
2022-12-15
Add delete_lines_after to the Editor.
Carl Hetherington
2022-12-15
Add some line spacing in the editor.
Carl Hetherington
2022-12-15
Tidy the Editor class up a little.
Carl Hetherington
2022-12-04
Fix some ambiguous shared_ptrs, seen on Arch Linux.
Carl Hetherington
2022-11-03
Add Z position to subtitles; existing tests pass.
Carl Hetherington
2022-09-03
Properly support ContentKind scope attribute.
v1.8.26
Carl Hetherington
2022-05-04
Make some tests repeatable across platforms.
Carl Hetherington
2022-05-04
Allow tests to be run on Windows.
Carl Hetherington
2022-04-25
Tidy up write_xml() API a little.
Carl Hetherington
2022-04-21
Fix unsigned/signed warning on macOS.
Carl Hetherington
2022-04-12
Add and use new File class.
merged-to-main
Carl Hetherington
2022-03-24
Add verify test to check for erroneous <EntryPoint> and <Duration>
v1.8.13
2215-markers
Carl Hetherington
2022-03-24
Remove <EntryPoint> and <Duration> from <ReelMarkerAsset> tags.
Carl Hetherington
2022-03-20
Nearly pretty-print subtitle XML (though not in <Text> nodes).
v1.8.12
Carl Hetherington
2022-01-17
Use optional for ReelAsset _annotation_text.
v1.8.6
Carl Hetherington
[next]