summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.cc
AgeCommit message (Expand)Author
2023-05-14Don't scan the directory on DCPContent creation; instead do it when2528-contentCarl Hetherington
2023-05-14Cleanup: make a couple of methods static.Carl 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
2021-05-01C++11 tidying.Carl Hetherington
2021-04-09Extract audio/subtitle language from imported DCPs.Carl Hetherington
2021-04-07No-op: whitespace.Carl Hetherington
2021-04-05Fix confusing error on trying to load a DoM project into the player (#1948).Carl Hetherington
2021-03-17Fix build after libdcp change.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-25Disallow referring to subtitles / closed captions with start trim.Carl Hetherington
2020-10-28Prevent import of directories as DCPs if they do not have anCarl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-10-17Fix deadlock when changing CPL in the player (#1827).Carl Hetherington
2020-09-27Fixes for new libdcp with multiple content versions.Carl Hetherington
2020-07-29Recover information about closed caption tracks when loading DCPsv2.15.93Carl Hetherington
2020-06-19Fix hanging butler due to nasty signal ordering problems.v2.15.83Carl Hetherington
2020-06-19Missing setup of AtmosContent in DCP.Carl Hetherington
2020-06-19Fix serialisation of the Atmos parts of a DCP.Carl Hetherington
2020-06-19Make Atmos content work more like other content. Now its MXFsv2.15.82Carl Hetherington
2020-05-21Fix enabled/disable overlapping video/audio with DCP content (part of #1355)Carl Hetherington
2020-04-21Allow DCP content to store and serialise metadata.Carl Hetherington
2020-04-21Add DCPContent::resolution().Carl Hetherington
2020-04-21Allow DCPContent to recover and serialise marker positions.Carl Hetherington
2020-04-14DCPReadError -> ReadError in libdcp.Carl Hetherington
2019-11-12Fix crash when calling DCPContent::examine with no film.v2.15.33Carl Hetherington
2019-08-30Make player more tolerant of some DCP errors.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-03-29Don't crash when loading DCPs with multiple CCAP assets per reel (part of #15...v2.13.140Carl Hetherington