dcpomatic.git
2022-02-10 Carl HetheringtonC++11 cleanup. checked-for-v2.16.x
2022-02-10 Carl HetheringtonDon't give up on backups if config.xml isn't there...
2022-02-10 Carl HetheringtonAdd script to get certs out of a config.xml.
2022-02-10 Carl HetheringtonHopefully fix some bad placeholders in ru_RU.
2022-02-10 Carl HetheringtonUse Russian name Михаил Эпштейн for Mikhail Epshteyn.
2022-02-10 Carl HetheringtonFix an incorrect placeholder.
2022-02-10 Carl HetheringtonRemove some thought-to-be erroneous fuzzy markers from...
2022-02-09 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-09 Carl HetheringtonFix typo instrinsic -> intrinsic (thanks Mikhail Epshteyn)
2022-02-07 Carl HetheringtonFix missing type specifiers for macOS build.
2022-02-07 Carl HetheringtonAdd missing #include to fix macOS build.
2022-02-07 Carl HetheringtonUse different names for the 10.6 (thin) and 10.9 (unive...
2022-02-05 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-02 Carl HetheringtonFix another misunderstanding with macOS drive discovery.
2022-02-01 Carl HetheringtonPython 3 fix.
2022-01-31 Carl HetheringtonGive a nicer error when starting the server twice.
2022-01-31 Carl HetheringtonTidying.
2022-01-29 Carl HetheringtonRemove old comment.
2022-01-28 Carl HetheringtonBail out early when there's a reason why the KDM is...
2022-01-28 Carl HetheringtonAdd some more logging to the DCP examiner.
2022-01-28 Carl HetheringtonAdd --kdm option to dcpomatic_create
2022-01-28 Carl HetheringtonImprove error handling in CLI client slightly.
2022-01-28 Carl HetheringtonCleanup: use some better variable names.
2022-01-27 Carl HetheringtonBasic CLI support for export.
2022-01-27 Carl HetheringtonFix bug reading fade in/out tags introduced in
2022-01-26 Carl HetheringtonAdd option to use (or not) ISDCF names by default.
2022-01-25 Carl HetheringtonAdd fade in/out option to the content audio tab (#1026).
2022-01-25 Carl HetheringtonCleanup: move some methods from util to memory_util
2022-01-25 Carl HetheringtonCleanup: move stride_round_up into the only place it...
2022-01-25 Carl HetheringtonCleanup: move some methods from util to maths_util.
2022-01-25 Carl HetheringtonC++11 cleanup.
2022-01-25 Carl HetheringtonRename Fade{In,Out} to VideoFade{In,Out} in metadata...
2022-01-24 Carl HetheringtonSlightly hacky fix for -114 errors during 3D encodes...
2022-01-24 Carl HetheringtonCleanup: use boost::none.
2022-01-24 Carl HetheringtonCleanup: use lambda.
2022-01-24 Carl HetheringtonRename _last_video* to _next_video* as it seems to...
2022-01-23 Carl HetheringtonRemove unused file_dialog_wrapper.h
2022-01-23 Carl HetheringtonAdd option to export config as a .zip (#1776).
2022-01-23 Carl HetheringtonMove some options from the tools menu to view.
2022-01-23 Carl HetheringtonSwitch a list for vector.
2022-01-23 Carl HetheringtonUse checkboxes to decide which screens KDMs will be...
2022-01-22 Carl HetheringtonDisplay the filename / URL that a screen certificate...
2022-01-22 Carl HetheringtonC++11 and general tidying.
2022-01-21 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2022-01-21 Carl Hetheringtonpot/merge.
2022-01-19 Carl HetheringtonMageia requires libcap-utils for setcap during installa...
2022-01-19 Carl HetheringtonAdd uid/euid to macOS debug message.
2022-01-19 Carl HetheringtonAdjust how macOS drives are analysed and add a couple...
2022-01-18 Carl HetheringtonExtract osx_disks_to_drives to cross_common for tests.
2022-01-18 Carl HetheringtonBuild fix for new libdcp.
2022-01-18 Carl HetheringtonExtract part of analyse_media_path to cross_common...
2022-01-18 Carl HetheringtonShrink size of audio map. 2138-shrink-prefs
2022-01-18 Carl HetheringtonUse less vertical height for name format hints.
2022-01-18 Carl HetheringtonUse less vertical height for the logging checkboxes.
2022-01-18 Carl HetheringtonFix some big gaps in the prefs layout.
2022-01-18 Carl HetheringtonFix .dmg naming yet again; sed was breaking the $?...
2022-01-18 Carl HetheringtonRemove v that snuck into DMG filenames.
2022-01-18 Carl HetheringtonUpdate supporters.
2022-01-18 Carl HetheringtonFix incorrect git command when getting the version...
2022-01-17 Carl HetheringtonBump libdcp.
2022-01-17 Carl HetheringtonSupporters update.
2022-01-17 Carl HetheringtonMore build fixes.
2022-01-17 Carl HetheringtonFix build with new libdcp.
2022-01-17 Carl HetheringtonAdd David Lankes as a tester.
2022-01-17 Carl HetheringtonFix versioning of .dmg filenames.
2022-01-17 Carl HetheringtonUpdate test references for auto crop.
2022-01-16 Luke Granger... Add some missing header includes.
2022-01-16 Carl HetheringtonAdd --twok option to dcpomatic2_create.
2022-01-16 Carl HetheringtonFix directory_containing_executable() in some cases...
2022-01-16 Carl HetheringtonPut * in the title bar when the DCP-o-matic project...
2022-01-16 Carl HetheringtonSet window title based on the directory from Film.
2022-01-16 Carl HetheringtonAdd Film::set_dirty().
2022-01-16 Carl HetheringtonRemove unused lambda capture.
2022-01-16 Carl HetheringtonAnother macOS build fix with Rect.
2022-01-16 Carl HetheringtonDisambiguate Rect to fix macOS build.
2022-01-16 Carl HetheringtonFix some crashes in tests.
2022-01-15 Carl HetheringtonC++11 tidying.
2022-01-15 Carl HetheringtonPrimitive auto-crop (#1477).
2022-01-15 Carl HetheringtonTry to make the GL code a little clearer.
2022-01-15 Carl HetheringtonRename border line to outline content.
2022-01-15 Carl HetheringtonTweak content menu ordering.
2022-01-15 Carl HetheringtonAdd guess_crop().
2022-01-15 Carl HetheringtonBasic display of markers above the playback timeline...
2022-01-15 Carl HetheringtonExtract marker strings out to a separate method.
2022-01-13 Carl HetheringtonDon't offer the tr_TR translation as it is very limited.
2022-01-12 Carl HetheringtonSupporters update.
2022-01-11 Carl HetheringtonFix failure to decode multiple video frames from one...
2022-01-11 Carl HetheringtonCleanup: move some stuff into process_video_frame().
2022-01-11 Carl HetheringtonUse a separate AVFrame for each stream when decoding.
2022-01-11 Carl HetheringtonComment typo.
2022-01-11 Carl Hetheringtonfilmsum tweaks.
2022-01-10 Carl HetheringtonFix crashes when using kdm_cli with a certificate inste...
2022-01-10 Carl HetheringtonAllow tests to run kdm_cli().
2022-01-10 Carl HetheringtonReplace %c with nothing in KDM filenames if the cinema...
2022-01-10 Carl HetheringtonImprove verbose output when writing to the current...
2022-01-10 Carl HetheringtonAllow control of where KDM CLI's output goes.
2022-01-10 Carl HetheringtonUse cout for help.
2022-01-10 Carl HetheringtonUse exceptions to handle errors in the KDM CLI.
2022-01-10 Carl HetheringtonMove KDM CLI tool into lib/
2022-01-10 Carl HetheringtonRemove unnecessary exit().
next