summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
AgeCommit message (Collapse)Author
2018-04-22Add MOS tag in ISDCF names if there is no sound.v2.13.16Carl Hetherington
2018-03-22Improve the appearance of a few error messages (#1187).Carl Hetherington
2018-03-10Take ISDCF metadata from templates.Carl Hetherington
2018-02-14Adapt for changes to disable_forensic variable types in libdcp.Carl Hetherington
2018-02-14Don't disable forensic marking by default.Mart Jansink
2018-02-10Fix odd behaviour when analysing single bits of audio which start at ↵Carl Hetherington
non-zero positions (#1203).
2018-02-08typeid() doesn't seem to downcast, so just check types in the ↵Carl Hetherington
take_settings_from methods (#1192).
2018-02-05Throw an exception if we try to make KDMs for an unencrypted project (#1188).Carl Hetherington
2018-01-31I think fix_conflicting_settings is now not required.Carl Hetherington
2018-01-31Disable DCP panel stuff which cannot be altered when a DCP is being referenced.Carl Hetherington
2018-01-16Allow configuration of default value of upload-to-TMS button.Carl Hetherington
2018-01-05s/use_template/take_settings_from/gCarl Hetherington
2017-08-27Fix incorrect ISDCF name in some cases (#1118).Carl Hetherington
2017-08-26Stop player analysing audio even if it is configured automatically to happen.Carl Hetherington
2017-08-26Comment typo.Carl Hetherington
2017-08-02Use a default DCP name if none is specified, rather than giving an error.Carl Hetherington
2017-08-02Make up a DCP name rather than giving an error.Carl Hetherington
2017-07-12Make ::length return rounded-up length.Carl Hetherington
2017-05-10Rename some classes.Carl Hetherington
2017-05-09Make TranscoderJob able to take any sort of transcoder.Carl Hetherington
2017-05-09Basica save-as (duplicate) (#746).Carl Hetherington
2017-05-09Simple cover sheet support (#1039).Carl Hetherington
2017-04-30Try to improve hint when making a DCP which is not 24 or 48fps.Carl Hetherington
2017-04-27Distinguish master DoM encode threads count from the server count.Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2017-04-03Confirm overwrite of existing DCP when creating a new one.Carl Hetherington
2017-02-20Be more careful about allowing possibly-trouble-causing characters in DCP ↵Carl Hetherington
filenames.
2017-02-13Add some debugging for KDM generation from imported encrypted DCPs.Carl Hetherington
2017-02-12Correctly include keys for referenced encrypted DCPs in KDMs (#975).Carl Hetherington
2017-01-20Some error message formatting tidy-ups.Carl Hetherington
2017-01-07Prevent creation of a DCP with missing content or DCP content that needs ↵Carl Hetherington
KDMs/OVs.
2017-01-04Rename Time::round_up to Time::ceil.Carl Hetherington
2016-10-31Use the same ContextID whenever encrypting the picture asset for a project;Carl Hetherington
this ensures that resumption of encodes works. Before this, a random ContextID would be created for each run (#980).
2016-10-11Fix crash on opening content menu for DCPs that have had incorrect KDMs added.Carl Hetherington
2016-08-25Add channel details to high-audio-level hints (#822).Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-08-24Revert "Bump libdcp for new method."Carl Hetherington
This reverts commit 3412af70b950dcdc604413ef05c26becda6da789.
2016-08-24Bump libdcp for new method.Carl Hetherington
2016-08-17Check for conflicing refer-to-DCP settings.Carl Hetherington
This adds a general fix_conflicting_settings() to Film which should fix the problem and give a message to tell the user why the "fix" is being carried out. Should help with #929.
2016-08-17Small libdcp API change.Carl Hetherington
2016-08-12Move locale_convert into libdcp.Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
the suspected thread-unsafe crash bugs on OS X.
2016-07-31Allow configuration of MXF/XML filenames (part of #710).Carl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵Carl Hetherington
stringstream.
2016-07-09Remove unused variable.Carl Hetherington
2016-07-08Support shadow in subtitles (#911).Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-06-17Add preference for the default number of DCP channels (#897).Carl Hetherington