dcpomatic.git
2023-12-16 Carl HetheringtonCopy-edit GUI strings.
2023-12-16 Carl HetheringtonCheck for errors when calling the GPU lister.
2023-12-16 Carl HetheringtonHide compiler warning.
2023-12-16 Carl HetheringtonOnly build grok for Ubuntu 22.04.
2023-12-16 Carl HetheringtonExplicitly set up Grok logger rather than relying on...
2023-12-16 Carl HetheringtonRemove unnecessary using statements.
2023-12-16 Carl HetheringtonRearrange encoder threading.
2023-12-16 Carl HetheringtonRemove check for _threads being null, as I think it...
2023-12-16 Carl HetheringtonCleanup: white space.
2023-12-16 Carl HetheringtonFurther patch from Aaron.
2023-12-16 Carl HetheringtonTidy up some includes / forward declarations.
2023-12-16 Carl HetheringtonCleanup: white space tidying.
2023-12-16 Carl HetheringtonChange end() to only do one thing, and copy the require...
2023-12-16 Carl HetheringtonRemove default constructor from DCPVideo.
2023-12-16 Carl HetheringtonFormatting, variable name tidying and some const correc...
2023-12-16 Carl HetheringtonMove grok headers into src/wx/grok
2023-12-16 Carl HetheringtonMove grok headers into src/lib/grok
2023-12-16 Carl HetheringtonPatch from Aaron Boxer adding initial support for GPU...
2023-12-16 Carl HetheringtonBump ffmpeg to get some fixes that were on dcpomatic...
2023-12-16 Carl HetheringtonMove UTC offset for KDMs from the cinema to the point...
2023-12-16 Carl HetheringtonChange how video timing is done.
2023-12-16 Carl HetheringtonAdd operator* for Time and int.
2023-12-16 Carl HetheringtonWrite player debug logs from tests on -- --log=debug...
2023-12-16 Carl HetheringtonCleanup: fix name of film to match test.
2023-12-16 Carl HetheringtonFix FFmpegExaminer termination condition when there...
2023-12-16 Carl HetheringtonBump ffmpeg to 5.1.2 "Riemann"
2023-12-16 Carl HetheringtonNormalise XML attribute names to be camelCase (#2241).
2023-12-16 Carl HetheringtonUse 2.18.x subdirectory for configuration.
2023-12-12 Carl HetheringtonRun premultiply filter on still images that have alpha...
2023-12-12 Carl HetheringtonCleanup: const.
2023-12-12 Carl HetheringtonPrevent crash if you forget to call FilterGraph::setup().
2023-12-12 Carl HetheringtonAdd a premultiply filter to sources with an alpha chann...
2023-12-12 Carl HetheringtonAdd FFmpegExaminer::has_alpha().
2023-12-12 Carl HetheringtonCleanup: use a lambda.
2023-12-12 Carl HetheringtonCleanup: use some better variable names.
2023-12-09 Carl HetheringtonDon't scan content if we don't need to (#2661).
2023-12-09 Carl HetheringtonExtract scan_content().
2023-12-09 Carl HetheringtonSupport YUV422P9LE in alpha_blend() (#2671). notar1
2023-12-01 Carl HetheringtonSupporters update. v2.16.70
2023-12-01 Carl HetheringtonBump libdcp for another MCA channel ID fix.
2023-11-30 Carl HetheringtonSupport RtAudio >= 6.
2023-11-29 Carl HetheringtonAllow 14 or 16 channels with ATMOS content, rather...
2023-11-29 Carl HetheringtonDon't reduce the audio channel count on adding ATMOS...
2023-11-29 Carl HetheringtonFix segfault when creating KDMs with certificates and...
2023-11-27 Carl HetheringtonAdd Дима Агатов as a tester.
2023-11-26 Carl HetheringtonSupporters update. v2.16.69
2023-11-26 Carl HetheringtonUninstall encode server link.
2023-11-26 Carl HetheringtonAdd missing file=f so that all desktop shortcuts are...
2023-11-26 Carl HetheringtonSet shell var context so that when uninstalling we...
2023-11-26 Carl HetheringtonCleanup: add start_menu_shortcut().
2023-11-26 Carl HetheringtonExtract some common parts of the uninstaller.
2023-11-26 Carl HetheringtonCleanup: remove unnecessary include.
2023-11-26 Carl HetheringtonCall dcpomatic_setup_path_encoding() early enough ...
2023-11-26 Carl HetheringtonDon't hide errors when trying to make configuration...
2023-11-26 Carl HetheringtonFix installer with non-ASCII user names (#2668).
2023-11-26 Carl HetheringtonFix stray \r characters in output of ls_url on Windows...
2023-11-26 Carl HetheringtonFix typo in path.
2023-11-26 Carl HetheringtonDon't crash if preferences ZIP needs to be overwritten...
2023-11-26 Carl HetheringtonRemove assumption that GDC serials always start with...
2023-11-26 Carl HetheringtonMake an error more detailed.
2023-11-24 Carl HetheringtonFix libzip config checks. v2.16.68
2023-11-24 Carl HetheringtonFix debug assertion when adding a KDM.
2023-11-23 Carl HetheringtonUpdated zh_CN translation from 刘汉源
2023-11-23 Carl HetheringtonUpdate servers list after connecting to the signal.
2023-11-23 Carl HetheringtonClarify error messages about missing configuration.
2023-11-21 Carl HetheringtonFix Centos 7 build.
2023-11-21 Carl HetheringtonAnother Winodws build fix. v2.16.67
2023-11-20 Carl HetheringtonMissing header for Windows build.
2023-11-20 Carl HetheringtonCleanup: whitespace and header sorting.
2023-11-20 Carl HetheringtonFix class/struct confusion causing build error on macOS.
2023-11-20 Carl HetheringtonVerify encrypted DCPs (more) correctly (#2659).
2023-11-20 Carl HetheringtonCleanup: use stack-allocated FileDialog and accept...
2023-11-20 Carl HetheringtonCleanup: use ScopeGuard.
2023-11-20 Carl HetheringtonFix build.
2023-11-20 Carl HetheringtonFix audio analysis attempts with source files that...
2023-11-20 Carl HetheringtonCleanup: handle Filter objects by value rather than...
2023-11-20 Carl HetheringtonCleanup: remove an unnecessary shared_ptr.
2023-11-20 Carl HetheringtonAdd header guards.
2023-11-20 Carl HetheringtonDon't feed channels to leqm that we don't have a correc...
2023-11-20 Carl HetheringtonAdd a dialog to show which screens have potentially...
2023-11-20 Carl HetheringtonFix "create KDM" button sensitivity with invalid KDM...
2023-11-20 Carl HetheringtonCleanup: header ordering.
2023-11-20 Carl HetheringtonImprove progress reporting of digest calculations ...
2023-11-19 Carl HetheringtonSupporters update.
2023-11-19 Carl HetheringtonFix out-of-bounds read in OSX disk checking (#2658).
2023-11-16 Carl HetheringtonAlways add a font with an empty ID (#2649).
2023-11-16 Carl HetheringtonPass through <Ruby> tags in subtitles (#2635) (GH#23).
2023-11-16 Carl HetheringtonFix crash with subtitles for which we have no codec.
2023-11-15 Carl HetheringtonCopy Interop PNG subtitle files correctly (#2640).
2023-11-15 Carl HetheringtonExtract copy().
2023-11-12 Carl HetheringtonReplace deprecated zip_add() with zip_file_add().
2023-11-12 Carl HetheringtonReplace deprecated leaf() with filename().
2023-11-11 Carl HetheringtonMove a IMB location to try_imb() and add a new IMS...
2023-11-11 Carl HetheringtonStore last path for adding KDMs (#2348).
2023-11-11 Carl HetheringtonAdd FileDialog::path().
2023-11-11 Carl HetheringtonCleanup: stack-allocated dialogs.
2023-11-11 Carl HetheringtonUse DirDialog and fix initial path (#2348).
2023-11-11 Carl HetheringtonMove add_files_override_path to film_util
2023-11-11 Carl HetheringtonAdd comment.
2023-11-11 Carl HetheringtonCleanup: stack-allocated dialogs.
next