Last updated: 27 June 2026
KENNISGEVINGEN EN INFORMATIE OVER SOFTWARE VAN DERDEN ====================================================== Reelm bevat opensource-softwarecomponenten van derden. Hieronder volgt een lijst van deze componenten en hun respectievelijke licenties. De Uitgever (Revolt.Inc, Italië) erkent met dank de bijdragen van de opensourcegemeenschap. Uitgever: Revolt.Inc (Italië) Contact: [email protected] Site: https://reelm.rvsg.net =============================================================================== INHOUDSOPGAVE A. MEEGELEVERDE MEDIA-STACK (GPL / LGPL) 1. mpv (GPL-2.0-or-later) 2. FFmpeg (LGPL-2.1-or-later; deze build GPL-2.0-or-later) 3. uosc - Modern OSC voor mpv (LGPL-2.1) B. NATIVE BIBLIOTHEKEN (vcpkg - statisch gekoppeld) 4. SQLite, incl. FTS5 (Publiek Domein) 5. BLAKE3 (CC0-1.0 OR Apache-2.0) 6. nlohmann/json (MIT) 7. libarchive (BSD-2-Clause) 8. bzip2 (BSD-stijl) 9. xz / liblzma (0BSD) 10. lz4 (BSD-2-Clause) 11. zstd (BSD-3-Clause OR GPL-2.0-only; BSD geselecteerd) 12. zlib (Zlib) C. MICROSOFT-COMPONENTEN (NuGet) 13. C++/WinRT (MIT) 14. Windows Implementation Library / WIL (MIT) 15. Windows App SDK, incl. WinUI 3 (Microsoft Software License Terms) 16. Microsoft Edge WebView2 SDK (Microsoft-voorwaarden; aanwezig maar ongebruikt) D. ONLINEDIENSTEN 17. TMDB API-vermelding E. VOLLEDIGE LICENTIETEKSTEN MIT, BSD-2-Clause, Apache-2.0, GNU GPL v2, GNU LGPL v2.1 =============================================================================== A. MEEGELEVERDE MEDIA-STACK (GPL / LGPL) Reelm levert de mpv-media-stack mee BINNEN het applicatiepakket (MSIX) en roept mpv aan als een AFZONDERLIJK PROCES (opdrachtregel + JSON IPC). De mpv-binaries zijn NIET gekoppeld in de applicatiecode van Reelm: zij worden slechts in hetzelfde pakket samengevoegd en uitgevoerd als een onafhankelijk programma. Volgens de GNU GPL FAQ is dit "loutere samenvoeging", en dit plaatst de Reelm-applicatie zelf NIET onder de GPL. Deze componenten zijn MEEGELEVERD in het pakket - zij worden NIET gedownload bij de eerste start. (Elke eerdere vermelding dat "mpv bij de eerste start wordt gedownload" is achterhaald en is niet van toepassing op deze Store-build.) BIJBEHORENDE BRONCODE (GPL/LGPL). De volledige, exacte bijbehorende broncode van de meegeleverde mpv-build - mpv, de statisch opgenomen FFmpeg, het build-recept en uosc, elk met zijn SHA-256-controlesom, plus een build-manifest en README - is gepubliceerd op: https://mediaboxmc.com/oss/mpv/20260610-304426c/ SCHRIFTELIJK AANBOD (GNU GPL v2, Sectie 3b). Voor elke GPL/LGPL-component van deze build die niet rechtstreeks hierboven wordt gespiegeld, is de volledige bijbehorende broncode op verzoek beschikbaar, zonder kosten anders dan de kosten van distributie, gedurende ten minste drie (3) jaar vanaf de datum van distributie. Contact: [email protected] OCTROOIEN (onafhankelijk van auteursrechtlicentie). Bepaalde codecs (bijv. H.264, HEVC) kunnen gedekt zijn door octrooien van derden; de opensourcelicenties verlenen geen octrooirechten. De app geeft de voorkeur aan decoders van het besturingssysteem / de hardware en royaltyvrije codecs (AV1, VP9) waar beschikbaar. =============================================================================== 1. MPV https://mpv.io https://github.com/mpv-player/mpv mpv is de mediaspeler die door Reelm wordt gebruikt. Het is meegeleverd in het applicatiepakket en gestart als een afzonderlijk proces dat met Reelm communiceert via een JSON IPC- kanaal. mpv is NIET statisch of dynamisch gekoppeld in de Reelm-binary. Meegeleverde build: mpv-x86_64-20260610-git-304426c (mpv git 304426c, shinchiro build- recept-tag 20260610). Meegeleverde bestanden omvatten mpv.exe, mpv.com, d3dcompiler_43.dll en de mpv-configuratie. Copyright (C) the mpv project contributors. Licentie: GNU General Public License, versie 2 of later (GPL-2.0-or-later). De volledige GPL v2-tekst is opgenomen in Sectie E. Bijbehorende broncode: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 2. FFMPEG https://ffmpeg.org FFmpeg levert de audio-/videodecodeer- en demuxbibliotheken die door mpv worden gebruikt. Het is STATISCH gecompileerd BINNEN de meegeleverde mpv-build; er wordt geen losstaande ffmpeg-, ffprobe- of ffplay-executable meegeleverd. Copyright (C) the FFmpeg developers. De FFmpeg-kernbibliotheken zijn gelicentieerd onder de GNU Lesser General Public License, versie 2.1 of later (LGPL-2.1-or-later). De hier meegeleverde mpv-build is gecompileerd met GPL-gelicentieerde componenten ingeschakeld, zodat de meegeleverde FFmpeg-build feitelijk GNU GPL v2 of later (GPL-2.0-or-later) is. Het is NIET gebouwd met --enable-nonfree. De volledige GPL v2- en LGPL v2.1-teksten zijn opgenomen in Sectie E. Bijbehorende broncode: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 3. UOSC - MODERN OSC VOOR MPV https://github.com/tomasklaen/uosc Copyright (C) tomasklaen and contributors. Licentie: GNU Lesser General Public License, versie 2.1 (LGPL-2.1). uosc is de schermgebruikersinterface voor mpv, geschreven als een mpv Lua-script. Het is ongewijzigd meegeleverd, bij de eerste start uitgepakt naar de beschrijfbare mpv-configuratiemap per gebruiker, en wordt uitgevoerd als een script binnen het afzonderlijke mpv-proces. Het maakt GEEN deel uit van de Reelm-binary. De volledige LGPL v2.1-tekst is opgenomen in Sectie E. Bijbehorende broncode: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== B. NATIVE BIBLIOTHEKEN (vcpkg - statisch gekoppeld) De volgende native bibliotheken worden vanuit de broncode gecompileerd via vcpkg en statisch gekoppeld in de Reelm-applicatiebinaries die binnen het pakket worden meegeleverd. =============================================================================== 4. SQLITE (incl. FTS5) https://www.sqlite.org Versie 3.53.1, gebouwd met de FTS5 full-text-search-extensie. SQLite bevindt zich in het Publiek Domein. De auteurs doen afstand van het auteursrecht op de broncode. Zie https://www.sqlite.org/copyright.html. De FTS5 full-text-extensie maakt deel uit van SQLite en deelt dezelfde toewijding aan het publiek domein. =============================================================================== 5. BLAKE3 https://github.com/BLAKE3-team/BLAKE3 Versie 1.8.5. BLAKE3 (C) the BLAKE3 team. Dubbel gelicentieerd, naar uw keuze, onder de Creative Commons CC0 1.0 Universal-toewijding aan het publieke domein (CC0-1.0) OF de Apache License, Version 2.0 (Apache-2.0). De volledige Apache 2.0-tekst is opgenomen in Sectie E. =============================================================================== 6. NLOHMANN/JSON (JSON for Modern C++) https://github.com/nlohmann/json Versie 3.12.0. JSON for Modern C++ (C) 2013-2025 Niels Lohmann. Gelicentieerd onder de MIT License. De volledige MIT-tekst is opgenomen in Sectie E. =============================================================================== 7. LIBARCHIVE https://www.libarchive.org Versie 3.8.7. libarchive (C) Tim Kientzle and contributors. Gelicentieerd onder de 2-clause BSD License (BSD-2-Clause). Enkele bestanden vallen onder een 3-clause UC Regents-licentie of bevinden zich in het publiek domein; de verklaringen per bestand zijn bepalend. De volledige BSD-2-Clause-tekst is opgenomen in Sectie E. =============================================================================== 8. BZIP2 (libarchive-codec) https://sourceware.org/bzip2/ Versie 1.0.8. bzip2 (C) 1996-2019 Julian R Seward. Gelicentieerd onder de BSD-achtige "bzip2-1.0.6"- licentie. Gebruikt als compressiecodec binnen libarchive. =============================================================================== 9. XZ UTILS / LIBLZMA (libarchive-codec) https://tukaani.org/xz/ Versie 5.8.3. liblzma (XZ Utils). De liblzma-kern is gelicentieerd onder de BSD Zero Clause License (0BSD), een licentie die gelijkwaardig is aan het publiek domein. Gebruikt als de xz/lzma-codec binnen libarchive. =============================================================================== 10. LZ4 (libarchive-codec) https://github.com/lz4/lz4 Versie 1.10.0. LZ4 (C) Yann Collet. Gelicentieerd onder de 2-clause BSD License (BSD-2-Clause). Gebruikt als compressiecodec binnen libarchive. De volledige BSD-2-Clause-tekst is opgenomen in Sectie E. =============================================================================== 11. ZSTANDARD / ZSTD (libarchive-codec) https://facebook.github.io/zstd/ Versie 1.5.7. Zstandard (C) Meta Platforms, Inc. and affiliates. Dubbel gelicentieerd onder de 3-clause BSD License (BSD-3-Clause) OF de GNU GPL v2 (GPL-2.0-only); de BSD-3-Clause-optie is geselecteerd. Gebruikt als compressiecodec binnen libarchive. =============================================================================== 12. ZLIB https://www.zlib.net/ Versie 1.3.2. zlib (C) 1995-2024 Jean-loup Gailly and Mark Adler. Gelicentieerd onder de zlib License. Transitief opgenomen (libarchive / SQLite) en meegeleverd. =============================================================================== C. MICROSOFT-COMPONENTEN (NuGet) =============================================================================== 13. C++/WINRT (Microsoft.Windows.CppWinRT) https://github.com/microsoft/cppwinrt Versie 3.0.260520.1. C++/WinRT (C) Microsoft Corporation. Gelicentieerd onder de MIT License. De volledige MIT-tekst is opgenomen in Sectie E. =============================================================================== 14. WINDOWS IMPLEMENTATION LIBRARY (WIL) (Microsoft.Windows.ImplementationLibrary) https://github.com/microsoft/wil Versie 1.0.260126.7. Windows Implementation Libraries (WIL) (C) Microsoft Corporation. Gelicentieerd onder de MIT License. De volledige MIT-tekst is opgenomen in Sectie E. =============================================================================== 15. WINDOWS APP SDK (incl. WinUI 3) (Microsoft.WindowsAppSDK) https://github.com/microsoft/WindowsAppSDK Versie 2.1.3 (meta-pakket; subpakketten 2.0.x-2.1.x). Windows App SDK, inclusief WinUI 3, (C) Microsoft Corporation. Gebruikt onder de Microsoft Software License Terms voor de Windows App SDK (een propriëtaire herdistribueerbare licentie, geen opensourcelicentie). De toepasselijke licentievoorwaarden worden door Microsoft bij de herdistribueerbare SDK geleverd. =============================================================================== 16. MICROSOFT EDGE WEBVIEW2 SDK (Microsoft.Web.WebView2) https://developer.microsoft.com/microsoft-edge/webview2/ Versie 1.0.3719.77. Microsoft Edge WebView2 (C) Microsoft Corporation, gebruikt onder Microsofts propriëtaire herdistributievoorwaarden. De WebView2 SDK is AANWEZIG in de meegeleverde SDK- oppervlakte, maar wordt door de applicatie tijdens runtime NIET gebruikt; deze wordt hier vermeld voor volledigheid van de vermelding. =============================================================================== D. ONLINEDIENSTEN =============================================================================== 17. TMDB API-VERMELDING https://www.themoviedb.org Reelm gebruikt de API van The Movie Database (TMDB) om film- en televisie- metadata op te halen. Vereiste vermelding (letterlijk): This product uses the TMDB API but is not endorsed or certified by TMDB. =============================================================================== E. VOLLEDIGE LICENTIETEKSTEN =============================================================================== MIT LICENSE Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. =============================================================================== BSD 2-CLAUSE LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. =============================================================================== APACHE LICENSE, VERSION 2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use the covered files except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The complete Apache License 2.0, including its definitions, grant of copyright and patent licenses, redistribution conditions and the appendix, is available verbatim at the URL above. =============================================================================== GNU GENERAL PUBLIC LICENSE, VERSION 2, JUNE 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. The complete terms and conditions of the GNU GPL v2 are available verbatim at: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html =============================================================================== GNU LESSER GENERAL PUBLIC LICENSE, VERSION 2.1, FEBRUARY 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. The complete terms and conditions of the GNU LGPL v2.1 are available verbatim at: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html =============================================================================== EINDE VAN KENNISGEVINGEN DERDEN