Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added full Linux x86_64 support with native Wayland/X11 video rendering, cross-vendor NCNN/Vulkan AI upscaling, and release packaging while preserving the existing Windows behavior.
Linux Playback
mpv_render_contextinto a GTKGLArea.GtkOverlay.$XDG_CONFIG_HOME/l-mpv;~/.config/l-mpvby default.NCNN/Vulkan AI Upscaling
NCNN Vulkanbackend for NVIDIA, AMD, and Intel GPUs.*.param;*.bin.~/.config/l-mpv/models/ncnn/.Private Linux Runtime
Added a reproducible private runtime build with pinned revisions of:
The runtime is isolated from the system mpv installation and loaded dynamically by the application.
Packaging and Releases
Added:
PKGBUILD;.SRCINFO;pkg.tar.zstpackage.Generated AppImage and Arch package artifacts are excluded from Git.
UI Changes
Documentation
The README now documents:
Compatibility
GLArea+ OpenGL/EGLGLArea+ OpenGLThe existing Windows implementation and portable behavior remain unchanged.
Verification
git diff --checkAdditional Testing Needed
Notes
The AppImage bundles the application libraries and private AI runtime, but it does not include GPU drivers. NCNN/Vulkan upscaling requires a working Vulkan ICD installed on the host system. Also, after the merge, I’d be happy to help with publishing it to the AUR.