| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-14 | fixup! Set rc_max_rate so that mediainfo reports the correct values.fixit | Carl Hetherington | |
| 2025-03-11 | Set rc_max_rate so that mediainfo reports the correct values. | Carl Hetherington | |
| 2025-03-11 | Check frame sizes correctly in both J2K and MPEG2 cases. | Carl Hetherington | |
| 2025-03-10 | Remove erroneous copy/pasted comment. | Carl Hetherington | |
| 2025-03-10 | Fix assertion failure on seeing a SMPTE DCP with a PKL type other than ↵v1.10.14 | Carl Hetherington | |
| application/mxf I'm not sure how this can happen, but it's been reported. | |||
| 2025-03-01 | Add method to search for potential DCPs.v1.10.13 | Carl Hetherington | |
| 2025-02-23 | Make picture details checks optional.v1.10.12 | Carl Hetherington | |
| 2025-02-21 | Rename verify_picture_asset -> verify_picture_details. | Carl Hetherington | |
| 2025-02-20 | Add some missing </li> tags.v1.10.11 | Carl Hetherington | |
| 2025-02-20 | Add CPL annotation text to verification report. | Carl Hetherington | |
| 2025-02-20 | Accept multiple DCP verification results when making a report. | Carl Hetherington | |
| 2025-02-20 | Fix crash when trying to verify MPEG2 picture assets. | Carl Hetherington | |
| 2025-02-08 | Fix import of private keys from Windows to Linux. | Carl Hetherington | |
| 2025-02-08 | White space. | Carl Hetherington | |
| 2025-01-31 | Fix up for const fix in libcxml.v1.10.9 | Carl Hetherington | |
| 2025-01-20 | White space: cpl.{cc,h}v1.10.8 | Carl Hetherington | |
| 2025-01-19 | Make MainSoundConfiguration behave "correctly" with badly-formatted strings. | Carl Hetherington | |
| Add some documentation for a design "principle" when handling malformatted data, and make MainSoundConfiguration adhere to that. | |||
| 2025-01-19 | Move MainSoundConfiguration and MCASoundField into separate files. | Carl Hetherington | |
| 2025-01-18 | Add some forgotten content kinds to ::all().v1.10.7 | Carl Hetherington | |
| 2025-01-15 | GroupId is SMPTE-only.v1.10.6 | Carl Hetherington | |
| 2025-01-14 | Add GroupID support for PKLs (DoM #2943).v1.10.5 | Carl Hetherington | |
| 2025-01-01 | Replace raw_convert<string> with direct calls to fmt.v1.10.3 | Carl Hetherington | |
| 2025-01-01 | Add new, improved raw_convert using fmt/fast_float (DoM #2220). | Carl Hetherington | |
| The old one was broken if the thousands separator was the same as the decimal separator (e.g. if you set de_DE and change the decimal separator to .) | |||
| 2024-12-30 | Don't give some inappropriate verification errors on encrypted assets (DoM ↵v1.10.2 | Carl Hetherington | |
| #2916). We would give some errors about the XML even though we can't read the XML. | |||
| 2024-12-30 | Add an assertion. | Carl Hetherington | |
| 2024-12-08 | Avoid crash with empty ASSETMAP file.v1.9.26v1.9.x | Carl Hetherington | |
| 2024-12-08 | Fix DCP Constraints Profile verification in the presence of other CPL ↵ | Carl Hetherington | |
| metadata Properties. | |||
| 2024-12-08 | Extract more stuff to verify_internal.h | Carl Hetherington | |
| 2024-12-08 | Extract some stuff to verify_internal.h | Carl Hetherington | |
| 2024-12-08 | Cleanup: use CPL from the context instead of an explicitly-passed copy. | Carl Hetherington | |
| 2024-12-08 | Merge remote-tracking branch 'origin/main' into v1.9.x | Carl Hetherington | |
| 2024-12-08 | Recognise dbox2 channel ID used by SMPTE example.v1.8.113 | Carl Hetherington | |
| 2024-11-26 | Add some missing comments.v1.9.25 | Carl Hetherington | |
| These are required for the parser in DoM which extracts some details for the manual. | |||
| 2024-11-26 | Fix some markup for the manual extraction in DCP-o-matic. | Carl Hetherington | |
| 2024-11-07 | Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.24 | Carl Hetherington | |
| 2024-11-06 | Add missing FFOB/LFOB markers (DoM #2886).v1.8.112 | Carl Hetherington | |
| 2024-09-25 | Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.22 | Carl Hetherington | |
| 2024-09-23 | Allow but give an error when seeing a strange PKL namespace.v1.8.110 | Carl 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-23 | Fix 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-23 | Another fix for new boost. | Carl Hetherington | |
| 2024-09-23 | Revert "Remove unused change_extension()." | Carl Hetherington | |
| This reverts commit 6d1a7e90ec3244b8e532e03c5209d5e8448f422e. It is used in DCP-o-matic, contrary to the comment. | |||
| 2024-09-23 | Support new boost versions (DoM #2867).v1.8.109 | Carl Hetherington | |
| 2024-09-21 | Remove 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-21 | Remove unused references to boost::signals2. | Carl Hetherington | |
| 2024-09-21 | Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.21 | Carl Hetherington | |
| 2024-09-16 | Increase allowable size of Interop XML files.v1.8.108 | Carl Hetherington | |
| 2024-09-04 | Fix new warning to only be disabled for GCC 14.v1.9.18 | Carl Hetherington | |
| 2024-09-04 | Add new warning raised in the wxwidgets headers by Debian unstable's compiler.v1.9.17 | Carl Hetherington | |
| 2024-08-17 | Missing header guard.v1.9.15 | Carl Hetherington | |
| 2024-08-17 | Support open captions and closed subtitles. | Carl Hetherington | |
