Dudemanguy
Dudemanguy
I've thought of some workarounds to sort of get this (need to do more testing though), but I was wondering if there was a cleaner way to do this. The...
The work in #10533 will eventually replace vaapi-wayland, but with a different name for the VO (dmabuf-wayland). This is just a temporary stopgap so the upcoming new release won't have...
The content-type protocol allows mpv to send compositor a hint about the type of content being displayed on its surface so it could potentially make some sort of optimization. Fundamentally,...
mpv has an internal optimization on a couple of platforms where it will not render any frames if the window is minimized or hidden. There's at least once possible use...
Fixes #9147 and also supercedes #8184. This basically does four things here. 1. Splits off the paths for macos into its own separate file (`path-darwin.c`). 2. Changes the internal path...
The best way to test is to have trash hardware that doesn't support NV12 (yes really). We probe compositor-supported formats for dmabuf_wayland but we do not check what the gpu...
A spiritual successor to #9621 but it also implements vo_gpu_next support. This depends on this libplacebo [MR](https://code.videolan.org/videolan/libplacebo/-/merge_requests/637). This splits `--alpha` into two options: `--alpha` and `--blend`. `alpha` strictly controls whether...
I'm sure something's broken since there's way too many sub options (whose fault could that be). Anyways, please test. cc @dawidpotocki
Follow up to #13470. Apparently wayland behaves differently here than other backends, but I would argue it's better and more intuitive so I made x11 and win32 (untested) match it....
- **Sway Version:** - sway version 1.5-241ce2af - **Debug Log:** - [Debug Log](https://pastebin.com/rZNy6FiC) (The stuff after "running command for binding: exec sh ~/src/scripts/keyboard_switch.sh" is the relevant part). - **Configuration File:**...