| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-21 | Fix crash due to crosss-thread list access.2997-arch | Carl Hetherington | |
| I've seen it happen that item points to a different QueueItem after the lock was unlocked here, which I didn't think was possible. Backtraces suggest that when problems happen _queue is being sorted in another thread, and perhaps this is not allowed (I couldn't find any conclusive proof in any documentation). There is also a potential problem with the newly-added zombify() method, which takes the lock and clears the list. | |||
| 2025-03-21 | Use make_shared. | Carl Hetherington | |
| 2025-03-21 | Simplify conditions. | Carl Hetherington | |
| Only Type::FULL can have non-null encoded, so I don't think there's any point in checking for both things. | |||
| 2025-03-21 | Fix passing of parameters from create dev script. | Carl Hetherington | |
| 2025-03-20 | Fix menu sensitivity. | Carl Hetherington | |
| Broken in e1c43614ad31ce276b923f9b1d280ad0c102c4b1 | |||
| 2025-03-20 | Fix progress reporting. | Carl Hetherington | |
| earliest_time will be empty when we're at the end of the film, not the beginning. | |||
| 2025-03-20 | White space. | Carl Hetherington | |
| 2025-03-20 | Remove before appending to try and reduce flicker on Windows. | Carl Hetherington | |
| 2025-03-20 | Move remote backoff sleep to before we pop a frame from the queue. | Carl Hetherington | |
| Otherwise in the case of failure it can take a while for the frame to become available again for a functioning thread to encode. | |||
| 2025-03-20 | Improve reporting of socket errors. | Carl Hetherington | |
| 2025-03-20 | Allow taller server log windows. | Carl Hetherington | |
| 2025-03-20 | Fix bad server log truncation on Windows. | Carl Hetherington | |
| 2025-03-19 | Tidy up layout of server GUI. | Carl Hetherington | |
| 2025-03-19 | Fix missing icu .pc request. | Carl Hetherington | |
| 2025-03-19 | Remove deprecated/removed use of resolver::query. | Carl Hetherington | |
| 2025-03-19 | Add abstraction of io_{context,service} and use it as appropriate. | Carl Hetherington | |
| 2025-03-19 | Make the Socket connect() call a little friendlier. | Carl Hetherington | |
| This avoids some boilerplate. | |||
| 2025-03-19 | Add --colourspace opton to create CLI (#2967). | Carl Hetherington | |
| 2025-03-19 | Turn the help string into a method. | Carl Hetherington | |
| 2025-03-19 | Fix auto-crop with DCPs (#2999). | Carl Hetherington | |
| 2025-03-19 | Add --auto-crop-threshold option to create CLI. | Carl Hetherington | |
| 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-16 | Update debian unstable dependencies. | Carl Hetherington | |
| 2025-03-16 | Remove old dependency on libgtk2. | Carl Hetherington | |
| 2025-03-16 | Build with C++17 on Debian Unstable. | Carl Hetherington | |
| It now ships a libicu whose header needs C++17 (it uses an auto template parameter). | |||
| 2025-03-16 | Whitespace fix. | Carl Hetherington | |
| 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-10 | Bump libdcp for assertion fix. | 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 | Use wx3.2 for Debian unstable.v2.18.13 | Carl Hetherington | |
| 3.1 stopped building with some C++20 warning/error. | |||
| 2025-03-08 | Fix incorrectly-removed spaces. | Carl Hetherington | |
| 2025-03-08 | Supporters update. | Carl Hetherington | |
| 2025-03-08 | Merge branch '2981-headless-grok' | Carl Hetherington | |
| This makes it possible to configure Grok for encoding from the command line. | |||
| 2025-03-08 | Allow configuration of Grok GPU index. | Carl Hetherington | |
| 2025-03-08 | Add list-gpus command to dcpomatic2_cli. | Carl Hetherington | |
