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
/
dcp.cc
Age
Commit message (
Expand
)
Author
2023-12-05
Rename everything.
Carl Hetherington
2023-10-09
Add wrappers around boost::filesystem methods that handle the
Carl Hetherington
2023-07-25
Cleanup: pass EqualityOptions as const&
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-27
Cleanup: better variable names.
Carl Hetherington
2023-06-27
Cleanup: const.
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-03-01
Add include_mca_subdescriptors to DCP::write_xml(), passing it through to the...
Carl Hetherington
2022-04-30
Rename PKL::write to PKL::write_xml for consistency.
v1.8.17
Carl Hetherington
2022-04-26
Add move constructor/operator=.
dcp-editor3
Carl Hetherington
2022-04-25
Tidy up write_xml() API a little.
Carl Hetherington
2022-04-25
Update PKL assets before writing it.
Carl Hetherington
2022-04-25
Move AssetMap handling out to a separate class.
Carl Hetherington
2022-04-24
Tidying.
Carl Hetherington
2022-04-20
Simplify the implementation of DCP::add.
Carl Hetherington
2021-04-22
Don't give an error on verifying Interop DCPs with possibly-incorrectly
Carl Hetherington
2021-04-14
Ignore parameters in PKL type strings when checking them.
Carl Hetherington
2021-04-14
Fix/hide some warnings.
Carl Hetherington
2021-04-12
Specify CPL standard on construction.
Carl Hetherington
2021-03-18
Improve errors when verifying a non-DCP directory.
Carl Hetherington
2021-01-26
Rename ReelMXF -> ReelFileAsset.
Carl Hetherington
2021-01-24
Tidying.
Carl Hetherington
2021-01-23
Tidying.
Carl Hetherington
2021-01-21
Some more use of enum class.
Carl Hetherington
2021-01-21
Use enum class for the things in types.h
Carl Hetherington
2021-01-19
Tidy up parameters in VerificationNote.
Carl Hetherington
2021-01-19
Rename encrypted() to any_encrypted() and add all_encrypted().
Carl Hetherington
2021-01-17
Replace std::list with std::vector in the API.
Carl Hetherington
2021-01-08
More c++11 tidying.
Carl Hetherington
2021-01-08
std::shared_ptr
Carl Hetherington
2020-10-10
Fix crash when loading DCPs whose ASSETMAP contains files that are
Carl Hetherington
2020-09-20
Remove XMLMetadata from DCP::write_xml and DCP::write_assetmap.
Carl Hetherington
2020-09-17
Prevent DCP::assets() from returning duplicates.
combine
Carl Hetherington
2020-09-17
Add dcp::combine().
Carl Hetherington
2020-09-11
Fix crash with one verification error and no notes list.
Carl Hetherington
2020-09-09
Add some detail to a verification warning.
Carl Hetherington
2020-05-12
Add a note when verifying if the DCP refers to assets
Carl Hetherington
2020-05-12
Improve comment.
Carl Hetherington
2020-04-14
s/DCPReadError/ReadError/g
Carl Hetherington
2019-12-22
Check ASSETMAP; add a PKL test; tidy up calls to validate_xml().
Carl Hetherington
2019-12-22
Use VerificationNote more 'properly' in a fair few places.
Carl Hetherington
2019-12-22
Use VerificationNote for non-fatal errors in DCP::read.
Carl Hetherington
2019-12-22
Tweak error message.
Carl Hetherington
2019-11-24
Just emit EmptyAssetPathError from DCP::read, not a MissingAssetError as well.
Carl Hetherington
2019-08-30
Allow DCP reading to continue even with empty <Path> nodes in ASSETMAP.
Carl Hetherington
2019-03-17
Move asset refs and hash from ReelAsset to ReelMXF.
Carl Hetherington
2019-01-24
Attempt to fix Sony digest validation by indenting the <Signer>
Carl Hetherington
2018-11-14
Simpole DCP recovery utility (dcprecover) added.
Carl Hetherington
[next]