0.2.42 - DTS surround sound support

This commit is contained in:
ponzischeme89
2026-08-10 12:23:23 +12:00
parent 32c0054c44
commit f41db66ac6
29 changed files with 1363 additions and 128 deletions
+17
View File
@@ -28,6 +28,19 @@ The adapted Memby files identify both upstream projects, identify Memby's 2026
modifications, and remain under GPLv2. Copyright in the upstream work remains
with its respective contributors.
Moonfin
-------
Memby's surround-audio capability probe, Auto/manual per-codec passthrough
rules, Media3 audio-sink configuration, and software-decode fallback are adapted
from Moonfin's Android TV playback backend, licensed under GNU GPL version 2:
https://github.com/Moonfin-Client/Moonfin-Core
The adapted files identify Moonfin, identify Memby's 2026 modifications, and
remain under GPLv2. Copyright in the upstream work remains with the Moonfin
contributors.
Third-party software
--------------------
@@ -38,6 +51,10 @@ source distributions and packaged dependency metadata. Those components
remain governed by their own licences; GPLv2 applies to Memby's original
and combined application code as required by the licence.
The Media3 software audio fallback uses Jellyfin's FFmpeg decoder extension:
https://github.com/jellyfin/jellyfin-androidx-media
The compatibility playback path uses mpv-android-lib, an Android libmpv
wrapper distributed under the MIT License: