summaryrefslogtreecommitdiff
path: root/src/lib/content.cc
AgeCommit message (Expand)Author
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
2018-08-20Make ContentChange into a generic ChangeSignaller and use it for Filmv2.13.44Carl Hetherington
2018-08-19Replace May/Done/NotDone signal sets with one signal and extendCarl Hetherington
2018-08-17Position is not affected when Content video frame rate is set.Carl Hetherington
2018-08-14More fixes for errors / crashes / misbehaviour with content changesCarl Hetherington
2018-08-01Force audio content to be on a sample boundary.Carl Hetherington
2018-07-23Tidy up after mass rename.Carl Hetherington
2018-07-23More automated renaming.Carl Hetherington
2018-07-21Revert "Remove join function; the code is long and I don't think anybody"Carl Hetherington
2018-07-21Basics of multiple captions per content so that DCPContent canCarl Hetherington
2018-07-20Remove join function; the code is long and I don't think anybodyCarl Hetherington
2018-07-19Clean up after previous commit.Carl Hetherington
2018-07-19Rename Subtitle -> TextCarl Hetherington
2018-07-09Maintain frame-snap for position and trim when set_video_frame_rate is called...Carl Hetherington
2018-02-08typeid() doesn't seem to downcast, so just check types in the take_settings_f...Carl Hetherington
2018-01-14Fix crash when unsetting forced video frame rates in the timing panel.Carl Hetherington
2018-01-05s/use_template/take_settings_from/gCarl Hetherington
2017-12-11Fix various problems caused by non-integer-frame start trims,Carl Hetherington
2017-07-12Force video content to start on a frame boundary.Carl Hetherington
2017-05-23Add Content::set_paths().Carl Hetherington
2017-01-04Rename Time::round_up to Time::ceil.Carl Hetherington