summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
AgeCommit message (Expand)Author
2020-04-15Add UI for DCP head/tail.1608Carl Hetherington
2020-03-11Coalesce short reels.Carl Hetherington
2020-03-11Enforce a minimum DCP length of 1 second.Carl Hetherington
2020-03-11Enforce minimum reel length when using REELTYPE_BY_LENGTH.Carl Hetherington
2020-03-11Give a better error when opening a DCP with File -> Open by mistake (#1723).Carl Hetherington
2020-01-08Naming tweak.Carl Hetherington
2020-01-08Clean up access to stuff from Film.Carl Hetherington
2019-12-15Support content version metadata (#782).Carl Hetherington
2019-11-29Catch attempts to make a DCP when all content has been trimmed to zero length.Carl Hetherington
2019-11-06Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).Carl Hetherington
2019-10-31Make separate reels for parts of the timeline with no video whenCarl Hetherington
2019-10-31Fix incorrect reels when the first content is not at time 0.Carl Hetherington
2019-10-31Prevent reference/reel setting controls getting stuck when referencedCarl Hetherington
2019-10-26Put encryption key into the video identifier so that it is re-made if the key...Carl Hetherington
2019-10-18ISDCF name fixes with > 6 channels and HI/VI (#1633).Carl Hetherington
2019-10-13Hide the upmixers unless an "advanced" configuration option is ticked.v2.15.22Carl Hetherington
2019-10-09Fix cross-thread access to info files. May help with #1618.Carl Hetherington
2019-08-30Make player more tolerant of some DCP errors.Carl Hetherington
2019-07-23Add --no-check to dcpomatic_cli.Carl Hetherington
2019-07-23Tidy up handling of content-modified checks when using the dcpomatic_cli.Carl Hetherington
2019-05-13swaroop: allow ScreenKDM subclasses for different KDM types.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-05-10Build fixes.Carl Hetherington
2019-05-10Fix mis-merge.Carl Hetherington
2019-05-10Basics of metadata dialog - ratings.Carl Hetherington
2019-05-10Basics of marker writing (part of #782).Carl Hetherington
2019-05-10Basics of setting and storing SMPTE CPL markers.Carl Hetherington
2019-04-28Restore ISDCF subtitle language option as an override (#1536).Carl Hetherington
2019-04-03Make a note about ISDCFMetadata SubtitleLanguage being set (part of #1516).Carl Hetherington
2019-04-02Extract subtitle language from text content rather than ISDCFMetadata (part o...Carl Hetherington
2019-03-27Hack to avoid empty tracks appearing in the DCP Track control.Carl Hetherington
2019-03-25Sort KDM CPL list in reverse timestamp order (#1496).Carl Hetherington
2019-03-15Don't offer to make KDMs for CPLs with no encrypted assets (#1490).Carl Hetherington
2019-02-09Back up old metadata.xml files when we are about to save a new version of them.v2.13.116Carl Hetherington
2019-01-31Check consistency of refer-to-DCP settings after adding content (#1456).Carl Hetherington
2019-01-26Suggest that DCP rates <= 30 are used unless the user explictly goes higher (...Carl Hetherington
2019-01-15Token commit to fix version tagging SNAFU.v2.13.102Carl Hetherington
2019-01-13Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).Carl Hetherington
2019-01-08Re-analyse audio when DCP channel count changes (#1189).Carl Hetherington
2018-12-23Only make 48kHz-audio DCPs for now (#1436).Carl Hetherington
2018-12-07Fix crash when using kdm_cli and specifying a certificate with no screen/cine...Carl Hetherington
2018-11-24Fix missed overload change.Carl Hetherington
2018-11-23Move make_default into AudioMapping.Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-11-09Allow specification of trusted devices by thumbprint rather thanv2.13.68Carl Hetherington
2018-11-07Add button to force re-encode of J2K content.Carl Hetherington
2018-10-26Use Film/Playlist for SPL management rather than special classes.Carl Hetherington
2018-10-14Remove debug code.Carl Hetherington
2018-10-13Give a more informative error when using bad filename characters on Windows.v2.13.60Carl Hetherington