Retour a l'accueil

Third-Party Notices

Derniere mise a jour: 27 Giugno 2026

Last updated: 27 June 2026

AVIS ET INFORMATIONS SUR LES LOGICIELS TIERS
==============================================

Reelm intègre des composants logiciels open source tiers.
Voici la liste de ces composants et de leurs licences respectives.

L'Éditeur (Revolt.Inc, Italie) remercie chaleureusement la
communauté open source pour ses contributions.

Éditeur : Revolt.Inc (Italie)   Contact : [email protected]   Site : https://reelm.rvsg.net

===============================================================================

TABLE DES MATIÈRES

A.  PILE MÉDIA INTÉGRÉE (GPL / LGPL)
    1.  mpv (GPL-2.0-or-later)
    2.  FFmpeg (LGPL-2.1-or-later ; cette compilation GPL-2.0-or-later)
    3.  uosc - Modern OSC for mpv (LGPL-2.1)
B.  BIBLIOTHÈQUES NATIVES (vcpkg - liées statiquement)
    4.  SQLite, incl. FTS5 (Domaine Public)
    5.  BLAKE3 (CC0-1.0 OR Apache-2.0)
    6.  nlohmann/json (MIT)
    7.  libarchive (BSD-2-Clause)
    8.  bzip2 (style BSD)
    9.  xz / liblzma (0BSD)
    10. lz4 (BSD-2-Clause)
    11. zstd (BSD-3-Clause OR GPL-2.0-only ; BSD sélectionnée)
    12. zlib (Zlib)
C.  COMPOSANTS MICROSOFT (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 (conditions Microsoft ; présent mais inutilisé)
D.  SERVICES EN LIGNE
    17. Attribution de l'API TMDB
E.  TEXTES COMPLETS DES LICENCES
    MIT, BSD-2-Clause, Apache-2.0, GNU GPL v2, GNU LGPL v2.1

===============================================================================

A. PILE MÉDIA INTÉGRÉE (GPL / LGPL)

Reelm intègre la pile média mpv À L'INTÉRIEUR du paquet de l'application (MSIX) et
invoque mpv en tant que PROCESSUS SÉPARÉ (ligne de commande + IPC JSON). Les binaires
mpv ne sont PAS liés au code de l'application Reelm : ils sont simplement agrégés dans
le même paquet et exécutés en tant que programme indépendant. Selon la FAQ de la GNU
GPL, il s'agit d'une « simple agrégation », et cela ne place PAS l'application Reelm
elle-même sous la GPL.

Ces composants sont INTÉGRÉS dans le paquet - ils ne sont PAS téléchargés au premier
lancement. (Toute affirmation antérieure selon laquelle « mpv est téléchargé au premier
lancement » est obsolète et ne s'applique pas à cette version Store.)

CODE SOURCE CORRESPONDANT (GPL/LGPL). Le code source correspondant complet et exact de
la compilation mpv intégrée - mpv, le FFmpeg inclus statiquement, la recette de
compilation et uosc, chacun avec sa somme de contrôle SHA-256, ainsi qu'un manifeste de
compilation et un README - est publié à l'adresse :

    https://mediaboxmc.com/oss/mpv/20260610-304426c/

OFFRE ÉCRITE (GNU GPL v2, Section 3b). Pour tout composant GPL/LGPL de cette compilation
non directement mis en miroir ci-dessus, le code source correspondant complet est
disponible sur demande, sans frais au-delà du coût de distribution, pendant au moins
trois (3) ans à compter de la date de distribution. Contact : [email protected]

BREVETS (indépendamment de la licence de droit d'auteur). Certains codecs (par ex. H.264,
HEVC) peuvent être couverts par des brevets de tiers ; les licences open source
n'accordent aucun droit de brevet. L'application privilégie les décodeurs du système
d'exploitation / matériels et les codecs libres de redevances (AV1, VP9) lorsqu'ils sont
disponibles.

===============================================================================

1. MPV
   https://mpv.io
   https://github.com/mpv-player/mpv

   mpv est le lecteur multimédia utilisé par Reelm. Il est intégré dans le paquet de
   l'application et lancé en tant que processus séparé qui communique avec Reelm via un
   canal IPC JSON. mpv n'est PAS lié statiquement ou dynamiquement au binaire Reelm.

   Compilation intégrée : mpv-x86_64-20260610-git-304426c (mpv git 304426c, recette de
   compilation shinchiro tag 20260610). Les fichiers livrés incluent mpv.exe, mpv.com,
   d3dcompiler_43.dll et la configuration mpv.

   Copyright (C) the mpv project contributors.
   Licence : GNU General Public License, version 2 ou ultérieure (GPL-2.0-or-later).
   Le texte complet de la GPL v2 est reproduit dans la Section E.
   Code source correspondant : https://mediaboxmc.com/oss/mpv/20260610-304426c/

===============================================================================

2. FFMPEG
   https://ffmpeg.org

   FFmpeg fournit les bibliothèques de décodage et de démultiplexage audio/vidéo
   utilisées par mpv. Il est compilé STATIQUEMENT À L'INTÉRIEUR de la compilation mpv
   intégrée ; aucun exécutable autonome ffmpeg, ffprobe ou ffplay n'est livré.

   Copyright (C) the FFmpeg developers.
   Les bibliothèques de base de FFmpeg sont sous licence GNU Lesser General Public
   License, version 2.1 ou ultérieure (LGPL-2.1-or-later). La compilation mpv intégrée ici
   est compilée avec des composants sous licence GPL activés, de sorte que la compilation
   FFmpeg livrée est de fait sous GNU GPL v2 ou ultérieure (GPL-2.0-or-later). Elle n'est
   PAS compilée avec --enable-nonfree.

   Les textes complets de la GPL v2 et de la LGPL v2.1 sont reproduits dans la Section E.
   Code source correspondant : https://mediaboxmc.com/oss/mpv/20260610-304426c/

===============================================================================

3. UOSC - MODERN OSC FOR MPV
   https://github.com/tomasklaen/uosc

   Copyright (C) tomasklaen and contributors.
   Licence : GNU Lesser General Public License, version 2.1 (LGPL-2.1).

   uosc est l'interface utilisateur à l'écran de mpv, écrite sous forme de script Lua pour
   mpv. Elle est intégrée sans modification, extraite vers le répertoire de configuration
   mpv inscriptible propre à chaque utilisateur au premier lancement, et s'exécute comme un
   script à l'intérieur du processus mpv séparé. Elle ne fait PAS partie du binaire Reelm.

   Le texte complet de la LGPL v2.1 est reproduit dans la Section E.
   Code source correspondant : https://mediaboxmc.com/oss/mpv/20260610-304426c/

===============================================================================

B. BIBLIOTHÈQUES NATIVES (vcpkg - liées statiquement)

Les bibliothèques natives suivantes sont compilées à partir des sources via vcpkg et
liées statiquement aux binaires de l'application Reelm livrés à l'intérieur du paquet.

===============================================================================

4. SQLITE (incl. FTS5)
   https://www.sqlite.org

   Version 3.53.1, compilée avec l'extension de recherche plein texte FTS5.

   SQLite est dans le Domaine Public. Les auteurs renoncent au droit d'auteur sur le code
   source. Voir https://www.sqlite.org/copyright.html. L'extension plein texte FTS5 fait
   partie de SQLite et partage la même dédicace au domaine public.

===============================================================================

5. BLAKE3
   https://github.com/BLAKE3-team/BLAKE3

   Version 1.8.5.

   BLAKE3 (C) the BLAKE3 team. Sous double licence, à votre choix, sous la dédicace au
   domaine public Creative Commons CC0 1.0 Universal (CC0-1.0) OU la Apache License,
   Version 2.0 (Apache-2.0). Le texte complet de l'Apache 2.0 est reproduit dans la Section E.

===============================================================================

6. NLOHMANN/JSON (JSON for Modern C++)
   https://github.com/nlohmann/json

   Version 3.12.0.

   JSON for Modern C++ (C) 2013-2025 Niels Lohmann.
   Sous licence MIT. Le texte complet de la MIT est reproduit dans la Section E.

===============================================================================

7. LIBARCHIVE
   https://www.libarchive.org

   Version 3.8.7.

   libarchive (C) Tim Kientzle and contributors.
   Sous licence BSD à 2 clauses (BSD-2-Clause). Quelques fichiers sont sous une licence UC
   Regents à 3 clauses ou sont dans le domaine public ; les mentions propres à chaque
   fichier font foi. Le texte complet de la BSD-2-Clause est reproduit dans la Section E.

===============================================================================

8. BZIP2 (codec libarchive)
   https://sourceware.org/bzip2/

   Version 1.0.8.

   bzip2 (C) 1996-2019 Julian R Seward. Sous licence de style BSD « bzip2-1.0.6 ».
   Utilisé comme codec de compression au sein de libarchive.

===============================================================================

9. XZ UTILS / LIBLZMA (codec libarchive)
   https://tukaani.org/xz/

   Version 5.8.3.

   liblzma (XZ Utils). Le cœur de liblzma est sous licence BSD Zero Clause License (0BSD),
   une licence équivalente au domaine public. Utilisé comme codec xz/lzma au sein de
   libarchive.

===============================================================================

10. LZ4 (codec libarchive)
    https://github.com/lz4/lz4

    Version 1.10.0.

    LZ4 (C) Yann Collet. Sous licence BSD à 2 clauses (BSD-2-Clause).
    Utilisé comme codec de compression au sein de libarchive. Le texte complet de la
    BSD-2-Clause est reproduit dans la Section E.

===============================================================================

11. ZSTANDARD / ZSTD (codec libarchive)
    https://facebook.github.io/zstd/

    Version 1.5.7.

    Zstandard (C) Meta Platforms, Inc. and affiliates. Sous double licence BSD à 3 clauses
    (BSD-3-Clause) OU GNU GPL v2 (GPL-2.0-only) ; l'option BSD-3-Clause est sélectionnée.
    Utilisé comme codec de compression au sein de libarchive.

===============================================================================

12. ZLIB
    https://www.zlib.net/

    Version 1.3.2.

    zlib (C) 1995-2024 Jean-loup Gailly and Mark Adler. Sous licence zlib. Intégré de
    manière transitive (libarchive / SQLite) et livré.

===============================================================================

C. COMPOSANTS MICROSOFT (NuGet)

===============================================================================

13. C++/WINRT (Microsoft.Windows.CppWinRT)
    https://github.com/microsoft/cppwinrt

    Version 3.0.260520.1.

    C++/WinRT (C) Microsoft Corporation.
    Sous licence MIT. Le texte complet de la MIT est reproduit dans la Section E.

===============================================================================

14. WINDOWS IMPLEMENTATION LIBRARY (WIL) (Microsoft.Windows.ImplementationLibrary)
    https://github.com/microsoft/wil

    Version 1.0.260126.7.

    Windows Implementation Libraries (WIL) (C) Microsoft Corporation.
    Sous licence MIT. Le texte complet de la MIT est reproduit dans la Section E.

===============================================================================

15. WINDOWS APP SDK (incl. WinUI 3) (Microsoft.WindowsAppSDK)
    https://github.com/microsoft/WindowsAppSDK

    Version 2.1.3 (méta-paquet ; sous-paquets 2.0.x-2.1.x).

    Windows App SDK, incluant WinUI 3, (C) Microsoft Corporation.
    Utilisé selon les Microsoft Software License Terms for the Windows App SDK (une licence
    propriétaire redistribuable, et non une licence open source). Les conditions de licence
    applicables sont fournies par Microsoft avec le redistribuable du SDK.

===============================================================================

16. MICROSOFT EDGE WEBVIEW2 SDK (Microsoft.Web.WebView2)
    https://developer.microsoft.com/microsoft-edge/webview2/

    Version 1.0.3719.77.

    Microsoft Edge WebView2 (C) Microsoft Corporation, utilisé selon les conditions de
    redistribution propriétaires de Microsoft. Le SDK WebView2 est PRÉSENT dans la surface
    du SDK livré mais n'est PAS utilisé par l'application à l'exécution ; il est listé ici
    par souci d'exhaustivité de l'attribution.

===============================================================================

D. SERVICES EN LIGNE

===============================================================================

17. ATTRIBUTION DE L'API TMDB
    https://www.themoviedb.org

    Reelm utilise l'API The Movie Database (TMDB) pour récupérer les métadonnées de films
    et de télévision. Attribution requise (mot pour mot) :

    This product uses the TMDB API but is not endorsed or certified by TMDB.

===============================================================================

E. TEXTES COMPLETS DES LICENCES

   Note : les textes de licence standard ci-dessous sont reproduits dans leur version
   anglaise originale, qui fait juridiquement foi.

===============================================================================

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

===============================================================================

FIN DES AVIS SUR LES LOGICIELS TIERS