summaryrefslogtreecommitdiff
path: root/src/lib/grok/context.h
AgeCommit message (Expand)Author
2025-05-30Cleanup: collapse three logging classes into one.Carl Hetherington
2025-05-29Cleanup: move static mutex out of header.Carl Hetherington
2025-05-29Cleanup: move stuff out from context.h to context.cc.Carl Hetherington
2025-05-29Tidy up definition of client_receive_ready.Carl Hetherington
2025-05-29Tidy up definition of grok_sent.Carl Hetherington
2025-05-29Tidy up definition of grok_to_client_message.Carl Hetherington
2025-05-29Tidy up definition of grok_receive_ready.Carl Hetherington
2025-05-29Tidy up definition of client_sent.Carl Hetherington
2025-05-29Tidy up definition of client_to_grok_message.Carl Hetherington
2025-05-28Cleanup: coding style, rename Msg -> Message.Carl Hetherington
2025-05-28Cleanup: coding style.Carl Hetherington
2025-05-28Cleanup: remove MessengerInit.Carl Hetherington
2025-05-28Cleanup: rename ScheduledMessenger -> Messenger.Carl Hetherington
2025-05-28Cleanup: remove templates that are only instantiated once.Carl Hetherington
2025-05-28Add some comments.Carl Hetherington
2025-05-28Cleanup: camelCase.Carl Hetherington
2025-05-28Remove unnecessary method firstLaunch() which always returned true when true ...Carl Hetherington
2025-05-28Cleanup: remove an unnecessary lambda capture.Carl Hetherington
2025-05-28Add a comment.Carl Hetherington
2025-05-28Cleanup: camelCase.Carl Hetherington
2025-03-08Don't use an optional for the Grok config object.Carl Hetherington
2024-11-29Remove config of grok server port (#2900).Carl Hetherington
2024-11-29Cleanup: some coding standard fixes.Carl Hetherington
2024-11-29Cleanup: remove unnecessary FrameProxy wrapper to DCPVideo.Carl Hetherington
2024-11-29Cleanup: whitespace and some privacy.Carl Hetherington
2024-11-29Cleanup: remove unnecessary set to nullptr...Carl Hetherington
2024-11-29Cleanup: inline shutdown() in the only place it's called.Carl Hetherington
2024-11-29Cleanup: make some methods private.Carl Hetherington
2024-04-22Allow specification of video bit rate separately for J2K and MPEG2.Carl Hetherington
2024-04-21Rename j2k_bandwidth -> video_bit_rate.Carl Hetherington
2024-01-28Clean up grok's presence in the config file and make sure it's optional.Carl Hetherington
2024-01-28Cleanup: whitespace / coding style.Carl Hetherington
2024-01-28Cleanup: whitespace to reduce the diff.Carl Hetherington
2024-01-28Cleanup: include ordering.Carl Hetherington
2024-01-28Don't pollute the global namespace with a namespace called fs.Carl Hetherington
2024-01-28Another patch from Aaron.Carl Hetherington
2024-01-28Create a single DcpomaticContext for all GrokContexts, rather than copying them.Carl Hetherington
2024-01-28Cleanup: reformat and rename dcpomaticContext_ -> _dcpomatic_contextCarl Hetherington
2024-01-28Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2024-01-28Cleanup: use dcp::ArrayData instead of home-grown version.Carl Hetherington
2024-01-28Cleanup: remove unnecessary forward declaration.Carl Hetherington
2024-01-28Explicitly set up Grok logger rather than relying on a static variable.Carl Hetherington
2024-01-28Remove unnecessary using statements.Carl Hetherington
2024-01-28Tidy up some includes / forward declarations.Carl Hetherington
2024-01-28Remove default constructor from DCPVideo.Carl Hetherington
2024-01-28Move grok headers into src/lib/grokCarl Hetherington