summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-12-20Derive verification note type from the code...v1.10.45Carl Hetherington
2025-12-20Fix typo in name 200 -> 2000.Carl Hetherington
2025-12-18Clarify a comment.v1.10.44Carl Hetherington
2025-12-18Add CPL::picture_encoding().Carl Hetherington
2025-12-18Add Reel::picture_encoding().Carl Hetherington
2025-12-18Add can_be_read() to DCP.Carl Hetherington
2025-12-18Add PictureEncoding enum.Carl Hetherington
2025-12-18Add can_be_read() to CPL.Carl Hetherington
2025-12-18Add can_be_read() to Reel.Carl Hetherington
2025-12-18Add can_be_read() to ReelFileAsset and subclasses.Carl Hetherington
2025-12-16Rename assets() to file_assets()Carl Hetherington
2025-12-14Add P3 D60 colour space.v1.10.43Carl Hetherington
2025-12-14Add P3 D65 colour space.Carl Hetherington
2025-12-14Rename p3_to_xyz() -> p3_dci_to_xyz().Carl Hetherington
2025-12-09Add DCP::cpl_summaries().v1.10.42Carl Hetherington
2025-12-08Use a ScopeGuard.Carl Hetherington
2025-12-08Use remove_parameters in one more place.Carl Hetherington
2025-12-08Move remove_parameters() out to a static method.Carl Hetherington
2025-12-08Extract read_assetmap().Carl Hetherington
2025-11-13Don't check the certificate not before/after validity in chain_valid().v1.10.40Carl Hetherington
2025-11-13Add LocalTime::as_time_t().Carl Hetherington
2025-11-13Cleanup: lose a temporary variable.Carl Hetherington
2025-11-10Fall back to copy also on operation_not_supported.v1.10.39Carl Hetherington
2025-11-09Allow saving of CPL/PKL with original filenames.v1.10.38Carl Hetherington
2025-11-04Add missing parameter name.Carl Hetherington
2025-10-20Remove ASDCPErrorSuspender.v1.10.34Carl Hetherington
2025-10-20Clarify comment.Carl Hetherington
2025-10-03Fix clang warnings for clang < 17.v1.10.32Carl Hetherington
2025-10-01Add main caption and closed subtitle assets to lists.v1.10.31Carl Hetherington
2025-10-01Support MainCaption/ClosedSubtitle for reading.v1.10.30Carl Hetherington
2025-09-30Hide another warning that comes a lot from wxWidgets on macOS.Carl Hetherington
2025-09-30Fix some warnings raised by the macOS compiler.Carl Hetherington
2025-09-25Cleanup: remove use of an exception in favour of an optional.Carl Hetherington
2025-09-25White space: main_sound_configuration.{cc,h}Carl Hetherington
2025-09-23Build fixes for 32-bit Windows.v1.10.29Carl Hetherington
2025-09-19Add PDF formatter for verification reports (#1823).v1.10.28Carl Hetherington
2025-09-16Use some more fixed-width text in reports.Carl Hetherington
2025-09-16Extract StreamFormatter.Carl Hetherington
2025-09-16Rename process_filename() -> fixed_width().Carl Hetherington
2025-09-16Split TextFormatter methods out to a .ccCarl Hetherington
2025-09-16Split HTMLFormatter methods out to a .ccCarl Hetherington
2025-09-16Move {HTML/Text}Formatter out to their own files.Carl Hetherington
2025-09-13Fix incorrect verify errors with multi-CPL DCPs.v1.10.27Carl Hetherington
2025-09-13Compare CPL ID also when sorting verification notes.Carl Hetherington
2025-09-13Pass disk full / too many open files errors up to DoM.v1.10.26Carl Hetherington
2025-08-25Write subtitles and fonts to subdirectories when combining Interop (#3079).v1.10.25Carl Hetherington
2025-08-25Improve comment.Carl Hetherington
2025-08-25Don't write subtitles to combined Interop DCPs twice (#3079).Carl Hetherington
2025-08-19Compress an if.Carl Hetherington
2025-08-19White space: combine.{cc,h}Carl Hetherington