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
/
util.h
Age
Commit message (
Expand
)
Author
2024-02-25
Remove unused method.
Carl Hetherington
2024-02-17
Add write_string_to_file().
v1.8.97
Carl Hetherington
2023-11-19
Report progress with done/total rather than a float.
Carl Hetherington
2023-07-26
Rationalise #undef-ing of ERROR.
tidy-eq-options
Carl Hetherington
2023-07-25
Include trimming.
Carl Hetherington
2023-04-14
Replace slightly weird add_font_assets() API.
Carl Hetherington
2023-02-16
Change how whitespace in subtitles is handled.
Carl Hetherington
2022-04-12
Add and use new File class.
merged-to-main
Carl Hetherington
2022-03-01
Make dcp::init() take a general resources directory rather than specifically ...
Carl Hetherington
2021-04-14
Fix/hide some warnings.
Carl Hetherington
2021-03-18
Tidy how we're finding the tags and xsd directories.
Carl Hetherington
2021-01-24
Tidying.
Carl Hetherington
2021-01-23
Tidying.
Carl Hetherington
2021-01-17
Replace std::list with std::vector in the API.
Carl Hetherington
2021-01-08
std::shared_ptr
Carl Hetherington
2020-11-02
Rename Data -> ArrayData.
Carl Hetherington
2020-09-27
Load language tags from on-disk files rather than embedding them
Carl Hetherington
2020-09-22
Fix crashes when static linking due to tricky lifetime
crash
Carl Hetherington
2020-09-21
Add ASDCPErrorSuspender to hide errors from asdcplib where we expect them.
Carl Hetherington
2020-07-27
Fix some unused variable warnings.
Carl Hetherington
2019-12-23
Add struct tm constructor for LocalTime, use it to tidy up
Carl Hetherington
2019-12-22
Add fix_empty_font_ids() to replace empty Font ids with a dummy string.
Carl Hetherington
2019-12-01
Check that KDM validity periods are safely within the validity periods
Carl Hetherington
2019-11-20
Allow e.g. larger DKDMs for CPLs with 40+ unique sound and picture assets.
Mart Jansink
2019-01-24
Fully indent PKL/CPL.
Carl Hetherington
2018-09-29
Move some methods to where they make more sense.
Carl Hetherington
2018-09-02
Hopefully-correct PKL and AssetMap when using Interop PNG subtitles.
Carl Hetherington
2018-07-07
Remove unused class declaration.
Carl Hetherington
2017-12-22
Add openjpeg_version method.
Carl Hetherington
2017-03-17
Move Size operator functions to the same file as the class declaration.
Carl Hetherington
2016-06-13
Add OpenSSL licence exception.
Carl Hetherington
2016-06-01
More licence fixups.
Carl Hetherington
2016-01-05
Try to rationalise handling of urn:uuid: prefixes.
Carl Hetherington
2015-12-16
Ref does not need to be a template since it's always used for Asset.
Carl Hetherington
2015-12-04
Move J2K comp/decomp out into j2k.{cc,h}
Carl Hetherington
2015-12-04
Port to openjpeg version 2.1.
Carl Hetherington
2015-11-28
Add nice decompress_j2k wrapper; small fixes to bench.
Carl Hetherington
2015-11-28
Add compress_j2k method and simple benchmark.
Carl Hetherington
2015-11-03
Trim openjpeg.h includes.
Carl Hetherington
2015-07-30
Merge Signer into CertificateChain.
Carl Hetherington
2015-06-24
No-op: whitespace.
Carl Hetherington
2015-06-10
Rename XYZImage -> OpenJPEGImage.
Carl Hetherington
2015-06-05
Fix ordering of KeyId tag in SMPTE CPLs.
Carl Hetherington
2015-02-02
Remove Image and ARGBImage and just dump RGB data into
Carl Hetherington
2015-02-02
Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.
Carl Hetherington
2014-07-20
Allow loading of EncryptedKDMs from strings.
Carl Hetherington
2014-07-18
Various small tweaks and fixes.
Carl Hetherington
2014-07-17
Get Signer to take a PEM string rather than a filename.
Carl Hetherington
2014-05-03
Add ids_equal().
Carl Hetherington
2014-03-19
Considerable re-work of KDM class to express the difference between encrypted...
Carl Hetherington
[next]