| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-28 | Cleanup: whitespace / coding style. | Carl Hetherington | |
| 2024-01-28 | Cleanup: whitespace to reduce the diff. | Carl Hetherington | |
| 2024-01-28 | Cleanup: include ordering. | Carl Hetherington | |
| 2024-01-28 | Don't pollute the global namespace with a namespace called fs. | Carl Hetherington | |
| 2024-01-28 | Another patch from Aaron. | Carl Hetherington | |
| 2024-01-28 | Cleanup: coding style. | Carl Hetherington | |
| 2024-01-28 | Cleanup: coding style. | Carl Hetherington | |
| 2024-01-28 | Forward-declare grk_plugin stuff. | Carl Hetherington | |
| 2024-01-28 | Create a single DcpomaticContext for all GrokContexts, rather than copying them. | Carl Hetherington | |
| I think this makes sense, and also allows us to forward-declare the contexts in a forthcoming commit. | |||
| 2024-01-28 | Cleanup: reformat and rename dcpomaticContext_ -> _dcpomatic_context | Carl Hetherington | |
| 2024-01-28 | Cleanup: sorting. | Carl Hetherington | |
| 2024-01-28 | Use GPU not Gpu for config element names. | Carl Hetherington | |
| 2024-01-28 | Use boost::filesystem::path for gpu_binary_location(). | Carl Hetherington | |
| 2024-01-28 | Cleanup: use dcp::ArrayData instead of home-grown version. | Carl Hetherington | |
| 2024-01-28 | Cleanup: remove unnecessary forward declaration. | Carl Hetherington | |
| 2024-01-28 | Add missing copyright banner. | Carl Hetherington | |
| 2024-01-28 | Remove C++17-ism. | Carl Hetherington | |
| 2024-01-28 | Copy-edit GUI strings. | Carl Hetherington | |
| 2024-01-28 | Check for errors when calling the GPU lister. | Carl Hetherington | |
| 2024-01-28 | Only build grok for Ubuntu 22.04. | Carl Hetherington | |
| 2024-01-28 | Explicitly set up Grok logger rather than relying on a static variable. | Carl Hetherington | |
| 2024-01-28 | Remove unnecessary using statements. | Carl Hetherington | |
| 2024-01-28 | Rearrange encoder threading. | Carl Hetherington | |
| Soon we'll add a new encoder type, and the existing structure was already creaking a bit at the seams while handling local and remote encodes. Here we split out an encoder thread and introduce the concept of a "sync" thread (which blocks while the encoding is happening). Later we'll have another type which submits the encode request to a GPU and receives the reply back later. | |||
| 2024-01-28 | Remove check for _threads being null, as I think it should not happen. | Carl Hetherington | |
| 2024-01-28 | Cleanup: white space. | Carl Hetherington | |
| 2024-01-28 | Further patch from Aaron. | Carl Hetherington | |
| 2024-01-28 | Tidy up some includes / forward declarations. | Carl Hetherington | |
| 2024-01-28 | Cleanup: white space tidying. | Carl Hetherington | |
| 2024-01-28 | Change end() to only do one thing, and copy the required stuff into pause() | Carl Hetherington | |
| 2024-01-28 | Remove default constructor from DCPVideo. | Carl Hetherington | |
| 2024-01-28 | Formatting, variable name tidying and some const correctness. | Carl Hetherington | |
| 2024-01-28 | Move grok headers into src/wx/grok | Carl Hetherington | |
| 2024-01-28 | Move grok headers into src/lib/grok | Carl Hetherington | |
| 2024-01-28 | Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding ↵ | Carl Hetherington | |
| via his tool "grok". | |||
| 2024-01-28 | Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300). | Carl Hetherington | |
| 2024-01-28 | Change how video timing is done. | Carl Hetherington | |
| This commit changes the approach with video timing. Previously, we would (more-or-less) try to use every video frame from the content in the output, hoping that they come at a constant frame rate. This is not always the case, however. Here we preserve the PTS of video frames, and then when one arrives we output whatever DCP video frames we can (at the regular DCP frame rate). Hopefully this will solve a range of sync problems, but it could also introduce new ones. | |||
| 2024-01-28 | Add operator* for Time and int. | Carl Hetherington | |
| 2024-01-28 | Fix FFmpegExaminer termination condition when there is no video; | Carl Hetherington | |
| it's hard to see how this ever worked. | |||
| 2024-01-28 | Bump ffmpeg to 5.1.2 "Riemann" | Carl Hetherington | |
| 2024-01-28 | Normalise XML attribute names to be camelCase (#2241). | Carl Hetherington | |
| 2024-01-28 | Use 2.18.x subdirectory for configuration. | Carl Hetherington | |
| 2024-01-28 | Supporters update.v2.16.73 | Carl Hetherington | |
| 2024-01-26 | Fix assertion on trying to select a file (#2737). | Carl Hetherington | |
| 2024-01-23 | Add supporters.v2.16.72 | Carl Hetherington | |
| 2024-01-21 | Remove unused variables. | Carl Hetherington | |
| 2024-01-20 | Explicitly link zlib to keep new macOS environment happy. | Carl Hetherington | |
| 2024-01-20 | Build fix for HAVE_AVSUBTITLERECT_PICT case. | Carl Hetherington | |
| 2024-01-20 | Remove unused variable. | Carl Hetherington | |
| 2024-01-18 | macOS build fix. | Carl Hetherington | |
| 2024-01-18 | Allow specification of KDM annotation text (#296). | Carl Hetherington | |
