| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-19 | Add --auto-crop option to create CLI (#2968). | Carl Hetherington | |
| 2025-03-19 | Fix a typo fillm -> film. | Carl Hetherington | |
| 2025-03-19 | Initialise a member for safety. | Carl Hetherington | |
| 2025-03-19 | Move most of the create CLI into create_cli.cc to make it more testable. | Carl Hetherington | |
| 2025-03-19 | Tweak some white space. | Carl Hetherington | |
| 2025-03-19 | Seek the player before creating a new butler. | Carl Hetherington | |
| Consider the case where we switch to a different sound card when the player GUI is showing frame 0. At this point, the butler will be full up to some readahead, so the player will also "think" it's at the readahead position. If we create a new butler, the first get of video from the new buffer would previously return a frame from the readahead position (because that's where the player was). Since the new butler would coincide with the audio stream position being 0, the video thread would think it was ahead by the ring buffer readahead and so would sleep for quite a long time. Meanwhile audio arrives and is played, and when the video thread finally wakes it is a long time behind the audio. | |||
| 2025-03-14 | Supporters update.v2.18.14 | Carl Hetherington | |
| 2025-03-14 | Fix crashes if add_config_file_controls() is not called. | Carl Hetherington | |
| e.g. when opening the player preferences. | |||
| 2025-03-14 | White space. | Carl Hetherington | |
| 2025-03-12 | White space: move_to_dialog.{cc,h} | Carl Hetherington | |
| 2025-03-12 | Fix padding. | Carl Hetherington | |
| 2025-03-12 | Improve layout of export subtitles dialog, especially with de_DE translation. | Carl Hetherington | |
| 2025-03-12 | Make file and dir picker look more consistent with each other. | Carl Hetherington | |
| 2025-03-09 | Compress an if. | Carl Hetherington | |
| 2025-03-09 | Tidy some shared_ptr creation. | Carl Hetherington | |
| 2025-03-09 | Remove pointless shared_ptr. | Carl Hetherington | |
| 2025-03-09 | Include/using sorting. | Carl Hetherington | |
| 2025-03-09 | White space: job_manager_view.{cc,h} | Carl Hetherington | |
| 2025-03-08 | Fix incorrectly-removed spaces. | Carl Hetherington | |
| 2025-03-08 | Supporters update. | Carl Hetherington | |
| 2025-03-08 | Allow configuration of Grok GPU index. | Carl Hetherington | |
| 2025-03-08 | Add list-gpus command to dcpomatic2_cli. | Carl Hetherington | |
| 2025-03-08 | Get gpu_lister path from config. | Carl Hetherington | |
| 2025-03-08 | Avoid temporary file for listing GPUs. | Carl Hetherington | |
| 2025-03-08 | Move get_gpu_names() to its own file. | Carl Hetherington | |
| 2025-03-08 | Support some more grok configuration in the dcpomatic2_cli. | Carl Hetherington | |
| 2025-03-08 | Allow configuration of Grok licence via dcpomatic2_cli (#2981). | Carl Hetherington | |
| 2025-03-08 | Don't use an optional for the Grok config object. | Carl Hetherington | |
| I'm not sure why I did it like this in the first place - perhaps so that if the API endpoint changes there aren't so many old values stuck in config files all over the place? Anyway, it seems cleaner to do it like this, as it's how we handle the other config. | |||
| 2025-03-08 | Further help clarification. | Carl Hetherington | |
| 2025-03-08 | Tweak help to suggest that the film is really a command parameter. | Carl Hetherington | |
| 2025-03-08 | Make --dump into a command. | Carl Hetherington | |
| 2025-03-08 | Make --list-servers into a command. | Carl Hetherington | |
| 2025-03-08 | Preparation for offering command in the encode CLI. | Carl Hetherington | |
| 2025-03-08 | Add a basic test of the encode CLI. | Carl Hetherington | |
| 2025-03-08 | Remove unnecessary new line. | Carl Hetherington | |
| 2025-03-07 | Change problem reporting email address. | Carl Hetherington | |
| 2025-03-06 | Fix black frames when raising frame rate by a lot (#2993). | Carl Hetherington | |
| 2025-03-06 | Fix some config documentation comments. | Carl Hetherington | |
| 2025-03-05 | Report content as having missing files also if there are missing fonts. | Carl Hetherington | |
| 2025-03-05 | Find missing fonts after finding missing content. | Carl Hetherington | |
| 2025-03-05 | Extract some bits from search_by_name(). | Carl Hetherington | |
| 2025-03-05 | Add Content::{font_paths,replace_font_path}(). | Carl Hetherington | |
| 2025-03-05 | Fix annoying comment. | Carl Hetherington | |
| 2025-03-05 | Replace Content::paths_valid() with a free utility function. | Carl Hetherington | |
| 2025-03-05 | all_of() is clearer than find_if() here. | Carl Hetherington | |
| 2025-03-05 | Fix spacing. | Carl Hetherington | |
| 2025-03-05 | Create SignalManager in the front end, not the tested part. | Carl Hetherington | |
| Otherwise the wrong SignalManager gets used for some tests (after an encode_cli test) which causes problems. | |||
| 2025-03-05 | Cleanup: use std::any_of instead of a find_if. | Carl Hetherington | |
| 2025-03-05 | Allow start of DCP encode job after pausing export. | Carl Hetherington | |
| 2025-03-03 | Fix Grok build after changes to preferences code. | Carl Hetherington | |
