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 (
Expand
)
Author
2023-05-28
Don't unconditionally clear _fonts when inspecting assets.
2536-interop-subs
Carl Hetherington
2023-05-28
Cleanup: use find_if().
Carl Hetherington
2023-05-24
More detailed error message.
Carl Hetherington
2023-05-21
Remove unnecessary initializers.
Carl Hetherington
2023-05-15
Formatting tidying; use vector instead of scoped_array.
Carl Hetherington
2023-05-15
Style/formatting tweaks.
Carl Hetherington
2023-05-12
Add SubtitleAsset::ensure_font().
v1.8.69
Carl Hetherington
2023-05-11
Cleanup: ues BOOST_CHECK_EQUAL.
v1.8.68
Carl Hetherington
2023-05-11
Remove some debugging prints.
Carl Hetherington
2023-05-11
Check that all <Font> tags have a corresponding <LoadFont> in the verifier.
Carl Hetherington
2023-05-11
Add ID member to verification note.
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-19
Add missing operator case.
Carl Hetherington
2023-04-19
Remove xmlns:xs namespace from subtitle XML (DoM #2498).
Carl Hetherington
2023-04-16
Fix build.
Carl Hetherington
2023-04-16
Check for tile parts being too big in the verifier (DoM #2450).
Carl Hetherington
2023-04-16
Bump openjpeg to allow higher than 250Mbit/s data rates for J2K (DoM #1665).
Carl Hetherington
2023-04-16
Cleanup: include ordering and white space.
Carl Hetherington
2023-04-16
Use a map and boost::any to make it a little neater to add more metadata to V...
Carl Hetherington
2023-04-16
Use a shared_ptr<vector> for ArrayData rather than a shared_array.
Carl Hetherington
2023-04-15
Cleanup: remove a couple of unnecessary namespace qualifiers.
Carl Hetherington
2023-04-14
Replace slightly weird add_font_assets() API.
Carl Hetherington
2023-04-14
Cleanup: use a find_if().
Carl Hetherington
2023-04-13
Fix resolve_fonts() if it is called twice.
Carl Hetherington
2023-04-13
Add const version of add_font_assets().
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-13
Add font assets to combined DCPs; otherwise the fonts don't show up in the AS...
Carl Hetherington
2023-04-11
Fix typos in variable names.
Carl Hetherington
2023-04-11
Fix typos in exceptions.
Carl Hetherington
2023-04-11
Fix typos in comments.
Carl Hetherington
2023-04-07
Clarify success message from dcpverify a little.
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-21
Remove now-redundant test.
v1.8.65
Carl Hetherington
2023-03-21
Allow specification of channels that need a MCASubDescriptor.
Carl Hetherington
2023-03-20
Remove now-presumed-wrong 2.0 MCA sound field.
Carl Hetherington
2023-03-20
Use an enum instead of a bool in PictureAsset::start_write().
Carl Hetherington
2023-03-20
Remove the bools and default parameters from SoundAsset::start_write().
Carl Hetherington
2023-03-16
Cleanup: using sorting.
Carl Hetherington
2023-03-16
Allow writing to sound assets with int32_t as well as float.
Carl Hetherington
2023-03-16
Specify number of channels in the data passed to SoundAssetWriter, and pad ch...
Carl Hetherington
2023-03-06
Add Asset::rename_file().
Carl Hetherington
2023-03-06
Cleanup: fix indentation.
Carl Hetherington
2023-03-05
Fix default value of include_mca_subdescriptors in dcp.h
Carl Hetherington
2023-03-01
Add include_mca_subdescriptors flag to SoundAsset writer.
v1.8.64
Carl Hetherington
[next]