Store subtitle language(s) in Film, and allow setup of those
[dcpomatic.git] / src / lib / film.cc
2018-02-05 Carl HetheringtonThrow an exception if we try to make KDMs for an unencr...
2018-02-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-01-31 Carl HetheringtonI think fix_conflicting_settings is now not required.
2018-01-31 Carl HetheringtonDisable DCP panel stuff which cannot be altered when...
2018-01-16 Carl HetheringtonAllow configuration of default value of upload-to-TMS...
2018-01-05 Carl Hetheringtons/use_template/take_settings_from/g
2017-08-26 Carl HetheringtonFix incorrect ISDCF name in some cases (#1118).
2017-08-26 Carl HetheringtonStop player analysing audio even if it is configured...
2017-08-25 Carl HetheringtonComment typo.
2017-08-01 Carl HetheringtonUse a default DCP name if none is specified, rather...
2017-08-01 Carl HetheringtonMake up a DCP name rather than giving an error.
2017-07-12 Carl HetheringtonMake ::length return rounded-up length.
2017-05-10 Carl HetheringtonRename some classes.
2017-05-09 Carl HetheringtonMake TranscoderJob able to take any sort of transcoder.
2017-05-09 Carl HetheringtonBasica save-as (duplicate) (#746).
2017-05-09 Carl HetheringtonSimple cover sheet support (#1039).
2017-04-29 Carl HetheringtonTry to improve hint when making a DCP which is not...
2017-04-27 Carl HetheringtonDistinguish master DoM encode threads count from the...
2017-04-19 Carl HetheringtonVarious Doxygen fixes.
2017-04-03 Carl HetheringtonConfirm overwrite of existing DCP when creating a new...
2017-02-20 Carl HetheringtonBe more careful about allowing possibly-trouble-causing...
2017-02-13 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-02-13 Carl HetheringtonAdd some debugging for KDM generation from imported...
2017-02-12 Carl HetheringtonCorrectly include keys for referenced encrypted DCPs...
2017-01-20 Carl HetheringtonSome error message formatting tidy-ups.
2017-01-07 Carl HetheringtonPrevent creation of a DCP with missing content or DCP...
2017-01-05 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-01-04 Carl HetheringtonRename Time::round_up to Time::ceil.
2016-10-31 Carl HetheringtonUse the same ContextID whenever encrypting the picture...
2016-10-11 Carl HetheringtonFix crash on opening content menu for DCPs that have...
2016-08-25 Carl HetheringtonAdd channel details to high-audio-level hints (#822).
2016-08-24 Carl HetheringtonBasic template support (#485).
2016-08-24 Carl HetheringtonRevert "Bump libdcp for new method."
2016-08-24 Carl HetheringtonBump libdcp for new method.
2016-08-17 Carl HetheringtonCheck for conflicing refer-to-DCP settings.
2016-08-17 Carl HetheringtonSmall libdcp API change.
2016-08-12 Carl HetheringtonMove locale_convert into libdcp.
2016-08-12 Carl HetheringtonMove raw_convert into libdcp.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-31 Carl HetheringtonAllow configuration of MXF/XML filenames (part of ...
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-07-09 Carl HetheringtonRemove unused variable.
2016-07-08 Carl HetheringtonSupport shadow in subtitles (#911).
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-17 Carl HetheringtonAdd preference for the default number of DCP channels...
2016-06-14 Carl HetheringtonBasic guessing of audio channels from filenames (#393).
2016-06-13 Carl HetheringtonMake storage of VideoFrameType robust by using a string...
2016-06-13 Carl HetheringtonRename MD5Digester -> Digester.
2016-06-02 Carl HetheringtonFix crash when loading old state files.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonVarious text fixes.
2016-05-18 Carl HetheringtonMove video frame rate ('prepared-for') into Content.
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-05-18 Carl HetheringtonReasonably straightforward stuff; main things are adding
2016-05-15 Carl HetheringtonUse CPL title for KDM AnnotationTexts.
2016-04-25 Carl HetheringtonFix erroneous lower-casing of XX subtitle languages.
2016-04-25 Carl HetheringtonAssume burn-in when making ISDCF name unless we definit...
2016-04-22 Carl HetheringtonSelect active channels on opening audio analysis (...
2016-04-11 Carl HetheringtonAdd UTC-3:30 timezone to cinema (#831).
2016-03-08 Carl HetheringtonFix merge.
2016-03-08 Carl HetheringtonTake notice of cinema time zones when making KDMs ...
2016-03-07 Carl HetheringtonDon't try to auto-analyse non AudioContent.
2016-02-24 Carl HetheringtonAn unfortunately large set of timeline-related changes:
2016-02-16 Carl HetheringtonMerge.
2016-02-16 Carl HetheringtonAdd option to auto-upload to the TMS (#794).
2016-02-01 Carl HetheringtonSubtitle "to" times used to be stored against their...
2016-01-30 Carl HetheringtonAdd a PlaylistOrderChanged signal and emit it when...
2016-01-23 Carl HetheringtonFix estimate of required disk space to take referencing
2016-01-09 Carl HetheringtonAdd comment.
2015-12-10 Carl HetheringtonMerge.
2015-12-10 Carl HetheringtonPut ISDCF name subtitle language in lower case if subs...
2015-12-04 Carl HetheringtonEnsure basic system information is in problem reports.
2015-11-17 Carl HetheringtonComments.
2015-11-15 Carl HetheringtonRemove confusing unnamed-channel label.
2015-11-15 Carl HetheringtonBasic support for trusted device lists in KDMs (#750).
2015-11-15 Carl HetheringtonRename certificate -> recipient in Screen.
2015-11-12 Carl HetheringtonExtend maximum DCP audio channels to 16.
2015-10-22 Carl HetheringtonSomewhat hackily fix rounding of reel lengths.
2015-10-22 Carl HetheringtonRemove ref_write mechanism and instead maintain state...
2015-10-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-20 Carl HetheringtonReplace StringError with the equivalent std::runtime_error.
2015-10-19 Carl HetheringtonFix by-video-content reel split when there is content...
2015-10-12 Carl HetheringtonRename split-by-video content slightly; fix referencing...
2015-10-12 Carl HetheringtonImplement Film::reels().
2015-10-12 Carl HetheringtonUn-attached reel UI.
2015-10-12 Carl HetheringtonBasics of reel split.
2015-10-09 Carl HetheringtonLogging improvements to allow prettier displays in...
2015-10-09 Carl HetheringtonRemove the need for ScreenKDM::collect.
2015-09-16 Carl HetheringtonConfig option for default standard (SMPTE / Interop).
2015-09-16 Carl HetheringtonSet up OV/VF in name according to whether DCP content...
2015-09-14 Carl HetheringtonFix analysis of audio when the subject is later in...
2015-09-14 Carl HetheringtonSome use of BOOST_FOREACH.
2015-09-14 Carl HetheringtonAdd option to analyse audio automatically when content...
2015-08-26 Carl HetheringtonSplit log.{cc,h}.
2015-08-26 Carl HetheringtonRest of src/lib/*.h tidying.
2015-08-18 Carl HetheringtonAdd only-servers-encode option for debugging / optimisa...
2015-08-18 Carl HetheringtonInclude tidying.
2015-08-09 Carl HetheringtonFix DCP audio rate with 96kHz sources.
next