Rename can_reference -> can_reference_anything.
[dcpomatic.git] / src /
2023-12-16 Carl HetheringtonRename can_reference -> can_reference_anything.
2023-12-16 Carl HetheringtonCleanup: rearrange how overlap checking is done in...
2023-12-16 Carl HetheringtonPut overlaps() into the dcpomatic namespace.
2023-12-16 Carl HetheringtonFix missing grok log setup in dcpomatic_cli.
2023-12-16 Carl HetheringtonSwap a log for a more informative one.
2023-12-16 Carl HetheringtonMake stop() private and use drop() instead.
2023-12-16 Carl HetheringtonClean up grok's presence in the config file and make...
2023-12-16 Carl HetheringtonCleanup: whitespace / coding style.
2023-12-16 Carl HetheringtonCleanup: whitespace to reduce the diff.
2023-12-16 Carl HetheringtonCleanup: include ordering.
2023-12-16 Carl HetheringtonDon't pollute the global namespace with a namespace...
2023-12-16 Carl HetheringtonAnother patch from Aaron.
2023-12-16 Carl HetheringtonLog failure to schedule a frame with grok.
2023-12-16 Carl HetheringtonCleanup: coding style.
2023-12-16 Carl HetheringtonCleanup: coding style.
2023-12-16 Carl HetheringtonForward-declare grk_plugin stuff.
2023-12-16 Carl HetheringtonCreate a single DcpomaticContext for all GrokContexts...
2023-12-16 Carl HetheringtonCleanup: reformat and rename dcpomaticContext_ -> _dcpo...
2023-12-16 Carl HetheringtonCleanup: sorting.
2023-12-16 Carl HetheringtonUse GPU not Gpu for config element names.
2023-12-16 Carl HetheringtonUse boost::filesystem::path for gpu_binary_location().
2023-12-16 Carl HetheringtonCleanup: use dcp::ArrayData instead of home-grown version.
2023-12-16 Carl HetheringtonCleanup: remove unnecessary forward declaration.
2023-12-16 Carl HetheringtonAdd missing copyright banner.
2023-12-16 Carl HetheringtonRemove C++17-ism.
2023-12-16 Carl HetheringtonCopy-edit GUI strings.
2023-12-16 Carl HetheringtonCheck for errors when calling the GPU lister.
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 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 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-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 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 stray \r characters in output of ls_url on Windows...
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 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.
next