summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.cc
AgeCommit message (Expand)Author
2024-06-28wip2801-capCarl Hetherington
2024-06-11Simplify the FontIDAllocator a lot (#2827).Carl Hetherington
2024-06-09Fix an erroneous font ID error that can happen when loading projects from bui...Carl Hetherington
2024-06-09Cleanup: text is a vector now.Carl Hetherington
2024-06-06Store the video encoding of a DCP in the metadata (J2K/MPEG2).Carl Hetherington
2024-05-29Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-05-19Add and use Content::has_mapped_audio().Carl Hetherington
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington
2024-03-11Use stored has_non_zero_entry_point() instead of parsing the DCP again (#2524).Carl Hetherington
2024-03-11Take has_non_zero_entry_point() from examiner and store it.Carl Hetherington
2024-03-11Remove redundant DCPDecoder use.Carl Hetherington
2024-03-09Merge branch 'main' into v2.17.xCarl Hetherington
2024-02-26Disallow referring to OV audio unless channel counts match (#2780).Carl Hetherington
2024-02-22Merge tag 'v2.16.78' into v2.17.xv2.17.12Carl Hetherington
2024-02-21Make DCPExaminer::size() optional and deal with the consequences.v2.16.78Carl Hetherington
2024-02-19Don't order the user to 'remove the other content'.Carl Hetherington
2024-02-19Merge tag 'v2.16.76' into v2.17.xCarl Hetherington
2024-02-14Cope with loading a film containing a missing DCP which itself contains subti...Carl Hetherington
2024-01-28Rename can_reference -> can_reference_anything.Carl Hetherington
2024-01-28Cleanup: rearrange how overlap checking is done in can_reference().Carl Hetherington
2024-01-09Move ScopeGuard into libdcp.Carl Hetherington
2024-01-04Don't crash when checking a DCP with no subtitles in some reel.Carl Hetherington
2024-01-04Remove checks for referenced DCPs having content in all reels (#2694).Carl Hetherington
2023-10-28Add some missing locks.Carl Hetherington
2023-10-28Cleanup: whitespace.Carl Hetherington
2023-10-15Fix DCP content font ID allocation to cope with DCPs that have multiple fontsCarl Hetherington
2023-08-27Fix refusal to reference overlapping but different text content (#2599).Carl Hetherington
2023-08-27Tweak a message to be more grammatically correct.Carl Hetherington
2023-08-26Cleanup: use some lambdas.Carl Hetherington
2023-06-25Tolerate problems when reading the contents of DCPs.Carl Hetherington
2023-06-06Fix player audio, almost totally broken by a stupid mistakev2.16.59Carl Hetherington
2023-05-13Cleanup: use a namespace.Carl Hetherington
2023-05-12Handle fonts for ccaps coming from DCP content (#2525).Carl Hetherington
2023-05-12add_fonts_from_examiner() can be called multiple times with the same fontCarl Hetherington
2023-05-10Allow signals to be blocked and resumed, and so make sure that a setCarl Hetherington
2023-02-27Cleanup: swap a list for a vector.Carl Hetherington
2022-12-25Show audio bit depth in content properties (#559).Carl Hetherington
2022-11-26Noisy change to get film into AudioContent::modify_trim_start().Carl Hetherington
2022-09-27Use EnumIndexedVector in DCPContent.Carl Hetherington
2022-09-03Bump libdcp for better ContentKind support, and libsubCarl Hetherington
2022-07-23Even more logging when reading DCPs.Carl Hetherington
2022-07-23Add some more logging when reading DCPs.Carl Hetherington
2022-07-11Fix font handling for DCP subtitles.Carl Hetherington
2022-04-08Guess video range better when importing 2.14.x projects (#2227).Carl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2021-10-12Ignore .AppleDouble folders inside DCPs.Carl Hetherington
2021-10-09C++11 tidying.Carl Hetherington
2021-09-19Fix failure to open v2.14.x documents with invalid or empty subtitle language...Carl Hetherington
2021-08-20Fix typo if -> of (thanks to Uwe Dittes)Carl Hetherington
2021-06-01Put audio language back in the Film.Carl Hetherington