Guess DCP container size and resolution when content is added
[dcpomatic.git] / src / lib / film.cc
2020-05-12 Carl HetheringtonGuess DCP container size and resolution when content...
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonRename ScreenKDM -> KDMWithMetadata
2020-05-04 Carl HetheringtonMove Film::make_kdms to the call sites.
2020-04-23 Carl HetheringtonAdd subtitle analysis so that the outline of all subtitles
2020-04-21 Carl HetheringtonAdd option to set project properties from a DCP loaded...
2020-04-21 Carl HetheringtonAdd Film::clear_markers().
2020-03-11 Carl HetheringtonCoalesce short reels.
2020-03-11 Carl HetheringtonEnforce a minimum DCP length of 1 second.
2020-03-11 Carl HetheringtonEnforce minimum reel length when using REELTYPE_BY_LENGTH.
2020-03-11 Carl HetheringtonGive a better error when opening a DCP with File -...
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonNaming tweak.
2020-01-08 Carl HetheringtonClean up access to stuff from Film.
2019-12-14 Carl HetheringtonSupport content version metadata (#782).
2019-11-29 Carl HetheringtonCatch attempts to make a DCP when all content has been...
2019-11-06 Carl HetheringtonTry to ignore exceptions thrown from boost::filesystem...
2019-10-31 Carl HetheringtonMake separate reels for parts of the timeline with...
2019-10-31 Carl HetheringtonFix incorrect reels when the first content is not at...
2019-10-31 Carl HetheringtonPrevent reference/reel setting controls getting stuck...
2019-10-26 Carl HetheringtonPut encryption key into the video identifier so that...
2019-10-18 Carl HetheringtonISDCF name fixes with > 6 channels and HI/VI (#1633).
2019-10-14 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-13 Carl HetheringtonHide the upmixers unless an "advanced" configuration... v2.15.22
2019-10-08 Carl HetheringtonFix cross-thread access to info files. May help with...
2019-08-30 Carl HetheringtonMake player more tolerant of some DCP errors.
2019-07-23 Carl HetheringtonAdd --no-check to dcpomatic_cli.
2019-07-23 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2019-07-23 Carl HetheringtonTidy up handling of content-modified checks when using...
2019-05-13 Carl Hetheringtonswaroop: allow ScreenKDM subclasses for different KDM...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-10 Carl HetheringtonBuild fixes.
2019-05-10 Carl HetheringtonFix mis-merge.
2019-05-10 Carl HetheringtonBasics of metadata dialog - ratings.
2019-05-10 Carl HetheringtonBasics of marker writing (part of #782).
2019-05-10 Carl HetheringtonBasics of setting and storing SMPTE CPL markers.
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).
next