summaryrefslogtreecommitdiff
path: root/src/lib/content.cc
AgeCommit message (Expand)Author
2025-11-03wip: hacksprocessorCarl Hetherington
2025-10-10Add Content::path_for_display().Carl Hetherington
2025-07-16Remove unused content pointer from change signals.Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2025-05-11Cleanup: use constexpr for content and player properties.Carl Hetherington
2025-03-05Add Content::{font_paths,replace_font_path}().Carl Hetherington
2025-03-05Replace Content::paths_valid() with a free utility function.Carl Hetherington
2025-02-17White space: content.{cc,h}Carl Hetherington
2025-01-20Pass tolerant flag into Content::examine() and the ExamineContentJob.Carl Hetherington
2025-01-05Bump libdcp for raw_convert changes.Carl Hetherington
2024-09-18Fix thinko in relative path change.Carl Hetherington
2024-08-17Add option to use relative content paths (#2856).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
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
2023-05-10Don't edit start trim unless it's necessary.Carl Hetherington
2022-11-26Noisy change to get film into AudioContent::modify_trim_start().Carl Hetherington
2022-11-06Cleanup: use default value in header.Carl Hetherington
2022-05-02Extract simple_digest().Carl Hetherington
2022-05-02Add more filenames to content properties (#2120).Carl Hetherington
2022-04-20Tidying.Carl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2021-11-28Extract part of the content change job to Content.Carl Hetherington
2021-10-13Add some asserts to check for negative trims.Carl Hetherington
2021-02-17Assorted C++11 tidying.Carl Hetherington
2021-02-07Be more defensive when calling boost::filesystem::last_write_time.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-08c++ tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-05-20Round the length of video-containing content to the nearest frame.Carl Hetherington
2020-05-20Try rounding length_after_trim.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-05-05Fix case where the is FFmpegContent with 24fps video and 44.1kHz audioCarl Hetherington
2019-04-26Make sure at least one position change event is emitted afterCarl Hetherington
2019-02-12Try to fix some warnings.Carl Hetherington
2018-12-12Fix content properties (#1428).Carl Hetherington
2018-11-24Fix missed overload change.Carl Hetherington
2018-11-21Remove Film pointer from clone().Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-11-07Don't emit video frame rate changes when they don't happen.Carl Hetherington
2018-09-25Add frame rate to technical summary of content.Carl Hetherington
2018-08-21Reset last write times on examine.Carl Hetherington
2018-08-21Check content for changes on loading a project.Carl Hetherington
2018-08-21Store mtime in Content.Carl Hetherington
2018-08-21Make Content::_paths private.Carl Hetherington
2018-08-21Remove unused method.Carl Hetherington