summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-23Separate C++17 from new *mm APIs.cpp17Carl Hetherington
2024-12-22Cleanup 1 -> true.v1.10.0Carl Hetherington
2024-12-18Add resources setup to local run script.Carl Hetherington
2024-12-08Avoid crash with empty ASSETMAP file.v1.9.26v1.9.xCarl Hetherington
2024-12-08Fix DCP Constraints Profile verification in the presence of other CPL ↵Carl Hetherington
metadata Properties.
2024-12-08Extract more stuff to verify_internal.hCarl Hetherington
2024-12-08Extract some stuff to verify_internal.hCarl Hetherington
2024-12-08Cleanup: use CPL from the context instead of an explicitly-passed copy.Carl Hetherington
2024-12-08Merge remote-tracking branch 'origin/main' into v1.9.xCarl Hetherington
2024-12-08Recognise dbox2 channel ID used by SMPTE example.v1.8.113Carl Hetherington
2024-11-26Add some missing comments.v1.9.25Carl Hetherington
These are required for the parser in DoM which extracts some details for the manual.
2024-11-26Fix some markup for the manual extraction in DCP-o-matic.Carl Hetherington
2024-11-07Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.24Carl Hetherington
2024-11-06Add missing FFOB/LFOB markers (DoM #2886).v1.8.112Carl Hetherington
2024-10-14Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.23Carl Hetherington
2024-10-14Bump asdcplib for Python import fix.Carl Hetherington
2024-09-29Replace distutils.spawn.find_executable with shutil.whichv1.8.111Carl Hetherington
The former is gone from Python 3.14.
2024-09-29Bump asdcplib for erroneous python import in wscript.Carl Hetherington
2024-09-25Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.22Carl Hetherington
2024-09-23Allow but give an error when seeing a strange PKL namespace.v1.8.110Carl Hetherington
DoM bug #2868 reports that Resolve made a DCP with the PKL namespace http://www.smpte-ra.org/schemas/2067-2/2016/PKL This seems wrong (google suggests that this is the namespace for IMF PKLs) but let's accept it and log an error instead of throwing an exception.
2024-09-23Fix the boost copy_option{,s} change a different way.Carl Hetherington
The previous solution required the correct define to be present when including libdcp, which seems a bit awkward.
2024-09-23Another fix for new boost.Carl Hetherington
2024-09-23Revert "Remove unused change_extension()."Carl Hetherington
This reverts commit 6d1a7e90ec3244b8e532e03c5209d5e8448f422e. It is used in DCP-o-matic, contrary to the comment.
2024-09-23Support new boost versions (DoM #2867).v1.8.109Carl Hetherington
2024-09-21Remove unused change_extension().Carl Hetherington
It was added "for completeness" apparently but it would now cause complications in keeping it compatible with various boost versions, so just remove it as YAGNI.
2024-09-21Remove unused references to boost::signals2.Carl Hetherington
2024-09-21Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.21Carl Hetherington
2024-09-16Increase allowable size of Interop XML files.v1.8.108Carl Hetherington
2024-09-14Fix boost test library detection.v1.8.107v1.8.xCarl Hetherington
2024-09-14Fix build on Ubuntu 16.04 now that we have a static boost library.v1.8.106Carl Hetherington
2024-09-14Bump libcxml for static boost build fixes.v1.8.105Carl Hetherington
2024-09-13Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.20Carl Hetherington
2024-09-06Remove (unused) import, which was removed from Python 3.14.v1.8.104Carl Hetherington
2024-09-04Drop Centos 7 support and fix erroneous use of --static-boost on Centos 9.v1.9.19Carl Hetherington
2024-09-04Fix new warning to only be disabled for GCC 14.v1.9.18Carl Hetherington
2024-09-04Add new warning raised in the wxwidgets headers by Debian unstable's compiler.v1.9.17Carl Hetherington
2024-09-04Allow libcxml and libdcp builds with static boost.v1.9.16Carl Hetherington
2024-09-03Fix up example.Carl Hetherington
2024-08-17Missing header guard.v1.9.15Carl Hetherington
2024-08-17Support open captions and closed subtitles.Carl Hetherington
2024-08-17Cleanup: condense some if/assignments.Carl Hetherington
2024-08-17Rename TextType::SUBTITLE -> OPEN_SUBTITLE and CAPTION -> CLOSED_CAPTION.Carl Hetherington
2024-08-17Cleanup: remove unused parameter.Carl Hetherington
2024-08-17Subtitle{,String,Image} -> Text{,String,Image}.Carl Hetherington
2024-08-17{,Interop,SMPTE}SubtitleAsset -> {,Interop,SMPTE}TextAsset.Carl Hetherington
2024-08-17Merge ReelClosedCaptionAsset into ReelTextAsset.Carl Hetherington
2024-08-17Reel{,Interop,SMPTE}SubtitleAsset -> Reel{,Interop,SMPTE}TextAsset.Carl Hetherington
2024-08-17Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.14Carl Hetherington
2024-08-15Fix test broken by previous commit.v1.8.103Carl Hetherington
2024-08-15Missing set of frame rate causing crash when DoM tries to make its message.v1.8.102Carl Hetherington