Make terminate_threads() less likely to leave _threads containing invalid pointers.
[dcpomatic.git] / src / lib / film.cc
2019-11-29 Carl HetheringtonCatch attempts to make a DCP when all content has been...
2019-11-11 Carl HetheringtonMake separate reels for parts of the timeline with...
2019-11-11 Carl HetheringtonFix incorrect reels when the first content is not at...
2019-11-06 Carl HetheringtonTry to ignore exceptions thrown from boost::filesystem...
2019-10-18 Carl HetheringtonISDCF name fixes with > 6 channels and HI/VI (#1633).
2019-10-15 Carl HetheringtonFix cross-thread access to info files. May help with...
2019-04-28 Carl HetheringtonRestore ISDCF subtitle language option as an override...
2019-04-03 Carl HetheringtonMake a note about ISDCFMetadata SubtitleLanguage being...
2019-04-02 Carl HetheringtonExtract subtitle language from text content rather...
2019-03-27 Carl HetheringtonHack to avoid empty tracks appearing in the DCP Track...
2019-03-25 Carl HetheringtonSort KDM CPL list in reverse timestamp order (#1496).
2019-03-15 Carl HetheringtonDon't offer to make KDMs for CPLs with no encrypted...
2019-02-09 Carl HetheringtonBack up old metadata.xml files when we are about to... v2.13.116
2019-01-31 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-31 Carl HetheringtonCheck consistency of refer-to-DCP settings after adding...
2019-01-26 Carl HetheringtonSuggest that DCP rates <= 30 are used unless the user...
2019-01-15 Carl HetheringtonToken commit to fix version tagging SNAFU. v2.13.102
2019-01-13 Carl HetheringtonFix Gb -> GB confusion (thanks Rob van Nieuwkerk).
2019-01-08 Carl HetheringtonRe-analyse audio when DCP channel count changes (#1189).
2018-12-23 Carl HetheringtonOnly make 48kHz-audio DCPs for now (#1436).
2018-12-07 Carl HetheringtonFix crash when using kdm_cli and specifying a certifica...
2018-11-24 Carl HetheringtonFix missed overload change.
2018-11-23 Carl HetheringtonMove make_default into AudioMapping.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-11-09 Carl HetheringtonAllow specification of trusted devices by thumbprint... v2.13.68
2018-11-07 Carl HetheringtonAdd button to force re-encode of J2K content.
2018-10-25 Carl HetheringtonUse Film/Playlist for SPL management rather than specia...
2018-10-13 Carl HetheringtonRemove debug code.
2018-10-13 Carl HetheringtonGive a more informative error when using bad filename... v2.13.60
2018-09-07 Carl HetheringtonUse possibly-safer means of emitting maybe_sequence.
2018-08-29 Carl HetheringtonFix another hang caused by Playlist::maybe_sequence...
2018-08-29 Carl HetheringtonCheck for unassigned text tracks.
2018-08-23 Carl HetheringtonBasics of selecting 'tracks' for CCAPs.
2018-08-21 Carl HetheringtonCheck content before making DCP.
2018-08-20 Carl HetheringtonMake ContentChange into a generic ChangeSignaller and... v2.13.44
2018-08-19 Carl HetheringtonSimilar pending/done for Film::Change.
2018-08-19 Carl HetheringtonReplace May/Done/NotDone signal sets with one signal...
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-21 Carl HetheringtonFix crash.
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-20 Carl HetheringtonPut caption details inside their own tag in the metadata.
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-06-08 Carl HetheringtonSpeed up timeline drags in some cases.
2018-04-22 Carl HetheringtonAdd MOS tag in ISDCF names if there is no sound. v2.13.16
2018-03-22 Carl HetheringtonImprove the appearance of a few error messages (#1187).
2018-03-10 Carl HetheringtonTake ISDCF metadata from templates.
2018-02-14 Carl HetheringtonAdapt for changes to disable_forensic variable types...
2018-02-14 Mart JansinkDon't disable forensic marking by default.
2018-02-10 Carl HetheringtonFix odd behaviour when analysing single bits of audio...
2018-02-08 Carl Hetheringtontypeid() doesn't seem to downcast, so just check types...
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).
next