dcpomatic.git
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().
2022-01-10 Carl HetheringtonFix tests broken in 89d4090c
2022-01-09 Carl HetheringtonSpeed up hints tests by not running a pointless audio...
2022-01-09 Carl HetheringtonFix misleading it_IT translation (thanks Fabrizio Carraro)
2022-01-09 Carl HetheringtonTidying.
2022-01-08 Carl HetheringtonC++11 tidying.
2022-01-08 Carl HetheringtonC++11 tidying.
2022-01-07 Carl HetheringtonC++11 tidying.
2022-01-06 Carl HetheringtonAllow 96kHz audio as an advanced option (#1789).
2022-01-05 Carl HetheringtonUpdate to FFmpeg 4.4.1 "Rao".
2022-01-04 Carl HetheringtonFix creation of dcpdig files in projects that make...
2022-01-04 Carl HetheringtonRemove DCP class and replace its functionality with...
2022-01-01 Carl HetheringtonHappy new year.
2021-12-31 Carl HetheringtonDon't try to call setcap on a non-existant disk writer...
2021-12-31 Carl HetheringtonTry to fix failure to download .debs when building...
2021-12-29 Carl HetheringtonFix AppImage on systems with glib version > 2.68 (...
2021-12-29 Carl HetheringtonTidy up appimage code with f-strings and an appdir...
2021-12-29 Carl HetheringtonSupport DCP digest files (#2109).
2021-12-29 Carl HetheringtonClean up a hack by adding DCPTranscodeJob.
2021-12-28 Carl HetheringtonFix badly-formatted FPS counts (#2155).
2021-12-28 Carl HetheringtonUpdated sv_SE translation from Adam Klotblixt.
2021-12-25 Carl HetheringtonAllow user to add .ttc font files.
2021-12-25 Carl HetheringtonExtract and improve code to find missing files (#1940).
2021-12-25 Carl HetheringtonC++11 / sorting cleanups.
2021-12-25 Carl HetheringtonExtract simple_digest().
2021-12-24 Carl HetheringtonTidy up backing up of config files, improve the tests...
2021-12-23 Carl HetheringtonSend emails in the CLI KDM tool (#2113).
2021-12-23 Carl HetheringtonRename email() -> send_emails().
2021-12-23 Carl HetheringtonFix missing screen name in KDM emails.
2021-12-23 Carl HetheringtonFix mistake in a7f61a15 causing bad_alloc exceptions...
2021-12-23 Carl HetheringtonFix deadlock in test, caused by setting jobs to finishe...
2021-12-23 Carl HetheringtonFix a load of stuff that wasn't being freed on close.
2021-12-23 Carl HetheringtonAdd option to save a player frame to a file (#2133).
2021-12-23 Carl HetheringtonAdd image_as_jpeg()
2021-12-23 Carl HetheringtonTiny optimisation.
2021-12-23 Carl HetheringtonAdd new format to pixfmts.c
2021-12-23 Carl HetheringtonMove Image::as_png() out to image_as_png().
2021-12-23 Carl HetheringtonRemove unnecessary method.
2021-12-21 Carl HetheringtonFix trimming of ATMOS MXFs.
2021-12-20 Carl HetheringtonTidy up NetworkError.
2021-12-18 Carl HetheringtonC++11 tidying.
2021-12-18 Carl HetheringtonCleanup: remove unnecessary parameter to PlayerVideo...
2021-12-18 Carl HetheringtonMove make_dcp() out of Film (#2132).
2021-12-18 Carl HetheringtonAdd more filenames to content properties (#2120).
2021-12-18 Carl HetheringtonFix inexplicable change to dylib paths with new VM.
2021-12-14 Carl HetheringtonAdd missing library search path for macOS tests.
2021-12-13 Carl HetheringtonMake sure translators give email addresses.
2021-12-13 Carl HetheringtonThrow a more appropriate exception.
2021-12-13 Carl HetheringtonExtend NetworkError to take a detail parameter.
2021-12-13 Carl HetheringtonC++11 tidying.
2021-12-12 Carl HetheringtonManual tweak.
2021-12-06 Carl HetheringtonAllow notification from disk writer jobs (#2143).
next