I fixed both AppImages of Linux standard and Arch Linux by removing unnecessary shared object files.
On standard Linux AppImage, now it works all Linux distributions claimed, but Arch Linux AppImage is still for Arch based only.
- Martin Eesmaa
This commit shows that I fixed the bug of Android MPV VVCEasy builds by allowing & showing permission of Files and media since Android 13 to access all full of files, older than Android 13 is still working fine without issue.
See my own commit made to fix the bug: 100ea0db0f
- Martin Eesmaa
It is already added with gpu-next support and libplacebo merged to official mpv-android of repository.
Original commit: 402f29e452
Two builds of gpu-next are removed in MPV.md, but standalone Android MPV VVCEasy latest builds were already with gpu-next support and libplacebo.
- Martin Eesmaa
For Android MPV VVCEasy builds, it is finally updated after four months of previous build, but latest version of libxml2 failed due error configuration & compilation using latest NDK, so next time or sometimes I'll put libxml2 back when the problem is solved.
All vvenc binaries are compiled, but vvencinterfacetest is same MD5 result which is already using latest commit of vvenc and it is skipped.
For Windows build, they update all binaries using Microsoft Visual Studio for code small change of latest commit and compile again.
Special thanks and requested by @Andarwinux to make x86_64-v3 build, that makes good idea to speed up little bit.
This build of x86_64-v3 uses LLVM Toolchain with Clang, LTO enabled of all packages and mimalloc.
Improved at issue #42.
On March 14th 2024, the official FFmpeg native VVC decoder set to experimental for some little bugs. Switched native VVC decoder to external VVC decoder of libvvdec.
Fixed issue #42.