Last updated: 27 June 2026
AVISOS E INFORMACIÓN SOBRE SOFTWARE DE TERCEROS ============================================== Reelm incorpora componentes de software de código abierto de terceros. A continuación figura una lista de estos componentes y sus respectivas licencias. El Editor (Revolt.Inc, Italia) agradece con reconocimiento las contribuciones de la comunidad de código abierto. Editor: Revolt.Inc (Italia) Contacto: [email protected] Sitio: https://reelm.rvsg.net =============================================================================== ÍNDICE DE CONTENIDOS A. STACK MULTIMEDIA INCLUIDO (GPL / LGPL) 1. mpv (GPL-2.0-or-later) 2. FFmpeg (LGPL-2.1-or-later; esta compilación GPL-2.0-or-later) 3. uosc - Modern OSC for mpv (LGPL-2.1) B. BIBLIOTECAS NATIVAS (vcpkg - enlazadas estáticamente) 4. SQLite, incl. FTS5 (Dominio público) 5. BLAKE3 (CC0-1.0 OR Apache-2.0) 6. nlohmann/json (MIT) 7. libarchive (BSD-2-Clause) 8. bzip2 (estilo BSD) 9. xz / liblzma (0BSD) 10. lz4 (BSD-2-Clause) 11. zstd (BSD-3-Clause OR GPL-2.0-only; se selecciona BSD) 12. zlib (Zlib) C. COMPONENTES DE MICROSOFT (NuGet) 13. C++/WinRT (MIT) 14. Windows Implementation Library / WIL (MIT) 15. Windows App SDK, incl. WinUI 3 (Términos de licencia de software de Microsoft) 16. Microsoft Edge WebView2 SDK (términos de Microsoft; presente pero sin usar) D. SERVICIOS EN LÍNEA 17. Atribución de la API de TMDB E. TEXTOS COMPLETOS DE LAS LICENCIAS MIT, BSD-2-Clause, Apache-2.0, GNU GPL v2, GNU LGPL v2.1 =============================================================================== A. STACK MULTIMEDIA INCLUIDO (GPL / LGPL) Reelm incluye el stack multimedia de mpv DENTRO del paquete de la aplicación (MSIX) e invoca a mpv como un PROCESO SEPARADO (línea de comandos + IPC JSON). Los binarios de mpv NO se enlazan en el código de la aplicación Reelm: simplemente se agregan en el mismo paquete y se ejecutan como un programa independiente. Según las FAQ de la GNU GPL, esto es «mera agregación» y NO somete a la propia aplicación Reelm a la GPL. Estos componentes están INCLUIDOS en el paquete: NO se descargan en el primer inicio. (Cualquier afirmación anterior de que «mpv se descarga en el primer arranque» es obsoleta y no se aplica a esta compilación de la Store.) CÓDIGO FUENTE CORRESPONDIENTE (GPL/LGPL). El código fuente correspondiente completo y exacto de la compilación de mpv incluida - mpv, el FFmpeg incluido estáticamente, la receta de compilación y uosc, cada uno con su suma de comprobación SHA-256, además de un manifiesto de compilación y un README - se publica en: https://mediaboxmc.com/oss/mpv/20260610-304426c/ OFERTA POR ESCRITO (GNU GPL v2, Sección 3b). Para cualquier componente GPL/LGPL de esta compilación que no se replique directamente arriba, el código fuente correspondiente completo está disponible bajo solicitud, sin coste alguno más allá del coste de distribución, durante al menos tres (3) años a partir de la fecha de distribución. Contacto: [email protected] PATENTES (independiente de la licencia de derechos de autor). Determinados códecs (p. ej. H.264, HEVC) pueden estar cubiertos por patentes de terceros; las licencias de código abierto no otorgan ningún derecho de patente. La aplicación prefiere los decodificadores del sistema operativo / del hardware y los códecs libres de regalías (AV1, VP9) cuando están disponibles. =============================================================================== 1. MPV https://mpv.io https://github.com/mpv-player/mpv mpv es el reproductor multimedia utilizado por Reelm. Está incluido en el paquete de la aplicación y se inicia como un proceso separado que se comunica con Reelm a través de un canal IPC JSON. mpv NO se enlaza estática ni dinámicamente en el binario de Reelm. Compilación incluida: mpv-x86_64-20260610-git-304426c (mpv git 304426c, etiqueta de receta de compilación de shinchiro 20260610). Los archivos distribuidos incluyen mpv.exe, mpv.com, d3dcompiler_43.dll y la configuración de mpv. Copyright (C) the mpv project contributors. Licencia: GNU General Public License, versión 2 o posterior (GPL-2.0-or-later). El texto completo de la GPL v2 se reproduce en la Sección E. Código fuente correspondiente: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 2. FFMPEG https://ffmpeg.org FFmpeg proporciona las bibliotecas de decodificación y demultiplexado de audio/vídeo utilizadas por mpv. Se compila ESTÁTICAMENTE DENTRO de la compilación de mpv incluida; no se distribuye ningún ejecutable independiente ffmpeg, ffprobe o ffplay. Copyright (C) the FFmpeg developers. Las bibliotecas principales de FFmpeg están licenciadas bajo la GNU Lesser General Public License, versión 2.1 o posterior (LGPL-2.1-or-later). La compilación de mpv aquí incluida se compila con componentes con licencia GPL habilitados, por lo que la compilación de FFmpeg distribuida es efectivamente GNU GPL v2 o posterior (GPL-2.0-or-later). NO se compila con --enable-nonfree. Los textos completos de la GPL v2 y la LGPL v2.1 se reproducen en la Sección E. Código fuente correspondiente: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 3. UOSC - MODERN OSC FOR MPV https://github.com/tomasklaen/uosc Copyright (C) tomasklaen and contributors. Licencia: GNU Lesser General Public License, versión 2.1 (LGPL-2.1). uosc es la interfaz de usuario en pantalla de mpv, escrita como un script Lua de mpv. Se incluye sin modificar, se extrae al directorio de configuración de mpv por usuario con permisos de escritura en el primer inicio y se ejecuta como un script dentro del proceso separado de mpv. NO forma parte del binario de Reelm. El texto completo de la LGPL v2.1 se reproduce en la Sección E. Código fuente correspondiente: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== B. BIBLIOTECAS NATIVAS (vcpkg - enlazadas estáticamente) Las siguientes bibliotecas nativas se compilan desde el código fuente mediante vcpkg y se enlazan estáticamente en los binarios de la aplicación Reelm distribuidos dentro del paquete. =============================================================================== 4. SQLITE (incl. FTS5) https://www.sqlite.org Versión 3.53.1, compilada con la extensión de búsqueda de texto completo FTS5. SQLite es de Dominio Público. Los autores renuncian a los derechos de autor sobre el código fuente. Véase https://www.sqlite.org/copyright.html. La extensión de texto completo FTS5 forma parte de SQLite y comparte la misma dedicación al dominio público. =============================================================================== 5. BLAKE3 https://github.com/BLAKE3-team/BLAKE3 Versión 1.8.5. BLAKE3 (C) the BLAKE3 team. Con doble licencia, a su elección, bajo la dedicación al dominio público Creative Commons CC0 1.0 Universal (CC0-1.0) O la Apache License, Version 2.0 (Apache-2.0). El texto completo de la Apache 2.0 se reproduce en la Sección E. =============================================================================== 6. NLOHMANN/JSON (JSON for Modern C++) https://github.com/nlohmann/json Versión 3.12.0. JSON for Modern C++ (C) 2013-2025 Niels Lohmann. Licenciado bajo la Licencia MIT. El texto completo de la MIT se reproduce en la Sección E. =============================================================================== 7. LIBARCHIVE https://www.libarchive.org Versión 3.8.7. libarchive (C) Tim Kientzle and contributors. Licenciado bajo la Licencia BSD de 2 cláusulas (BSD-2-Clause). Algunos archivos están bajo una licencia UC Regents de 3 cláusulas o son de dominio público; prevalecen las declaraciones por archivo. El texto completo de la BSD-2-Clause se reproduce en la Sección E. =============================================================================== 8. BZIP2 (códec de libarchive) https://sourceware.org/bzip2/ Versión 1.0.8. bzip2 (C) 1996-2019 Julian R Seward. Licenciado bajo la licencia de estilo BSD «bzip2-1.0.6». Se utiliza como códec de compresión dentro de libarchive. =============================================================================== 9. XZ UTILS / LIBLZMA (códec de libarchive) https://tukaani.org/xz/ Versión 5.8.3. liblzma (XZ Utils). El núcleo de liblzma está licenciado bajo la BSD Zero Clause License (0BSD), una licencia equivalente al dominio público. Se utiliza como códec xz/lzma dentro de libarchive. =============================================================================== 10. LZ4 (códec de libarchive) https://github.com/lz4/lz4 Versión 1.10.0. LZ4 (C) Yann Collet. Licenciado bajo la Licencia BSD de 2 cláusulas (BSD-2-Clause). Se utiliza como códec de compresión dentro de libarchive. El texto completo de la BSD-2-Clause se reproduce en la Sección E. =============================================================================== 11. ZSTANDARD / ZSTD (códec de libarchive) https://facebook.github.io/zstd/ Versión 1.5.7. Zstandard (C) Meta Platforms, Inc. and affiliates. Con doble licencia bajo la Licencia BSD de 3 cláusulas (BSD-3-Clause) O la GNU GPL v2 (GPL-2.0-only); se selecciona la opción BSD-3-Clause. Se utiliza como códec de compresión dentro de libarchive. =============================================================================== 12. ZLIB https://www.zlib.net/ Versión 1.3.2. zlib (C) 1995-2024 Jean-loup Gailly and Mark Adler. Licenciado bajo la Licencia zlib. Se incorpora de forma transitiva (libarchive / SQLite) y se distribuye. =============================================================================== C. COMPONENTES DE MICROSOFT (NuGet) =============================================================================== 13. C++/WINRT (Microsoft.Windows.CppWinRT) https://github.com/microsoft/cppwinrt Versión 3.0.260520.1. C++/WinRT (C) Microsoft Corporation. Licenciado bajo la Licencia MIT. El texto completo de la MIT se reproduce en la Sección E. =============================================================================== 14. WINDOWS IMPLEMENTATION LIBRARY (WIL) (Microsoft.Windows.ImplementationLibrary) https://github.com/microsoft/wil Versión 1.0.260126.7. Windows Implementation Libraries (WIL) (C) Microsoft Corporation. Licenciado bajo la Licencia MIT. El texto completo de la MIT se reproduce en la Sección E. =============================================================================== 15. WINDOWS APP SDK (incl. WinUI 3) (Microsoft.WindowsAppSDK) https://github.com/microsoft/WindowsAppSDK Versión 2.1.3 (meta-paquete; subpaquetes 2.0.x-2.1.x). Windows App SDK, incluido WinUI 3, (C) Microsoft Corporation. Se utiliza bajo los Términos de licencia de software de Microsoft para el Windows App SDK (una licencia redistribuible propietaria, no una licencia de código abierto). Los términos de licencia aplicables los proporciona Microsoft con el redistribuible del SDK. =============================================================================== 16. MICROSOFT EDGE WEBVIEW2 SDK (Microsoft.Web.WebView2) https://developer.microsoft.com/microsoft-edge/webview2/ Versión 1.0.3719.77. Microsoft Edge WebView2 (C) Microsoft Corporation, utilizado bajo los términos de redistribución propietarios de Microsoft. El SDK de WebView2 está PRESENTE en la superficie del SDK distribuido pero NO lo utiliza la aplicación en tiempo de ejecución; se enumera aquí por exhaustividad de la atribución. =============================================================================== D. SERVICIOS EN LÍNEA =============================================================================== 17. ATRIBUCIÓN DE LA API DE TMDB https://www.themoviedb.org Reelm utiliza la API de The Movie Database (TMDB) para recuperar metadatos de películas y televisión. Atribución requerida (textual): This product uses the TMDB API but is not endorsed or certified by TMDB. =============================================================================== E. TEXTOS COMPLETOS DE LAS LICENCIAS =============================================================================== 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 DE LOS AVISOS DE TERCEROS