summaryrefslogtreecommitdiff
path: root/src/lib/fcpxml_content.cc
AgeCommit message (Collapse)Author
2025-09-04Fix missing load of FCPXML length.Carl Hetherington
2025-01-20Pass tolerant flag into Content::examine() and the ExamineContentJob.Carl Hetherington
Along the way this helps to fix #2942.
2025-01-05Bump libdcp for raw_convert changes.Carl Hetherington
raw_convert<string> is gone, so here we use fmt::{to_string,format} instead. Other raw_converts now use fast_float.
2024-12-26Support FCP XML files containing subtitles (#2909).Carl Hetherington