Back to home

Third-Party Notices

Last updated: 27 Giugno 2026

Last updated: 27 June 2026

THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
==============================================

Reelm incorporates third-party open source software components.
The following is a list of these components and their respective licenses.

The Publisher (Revolt.Inc, Italy) gratefully acknowledges the
contributions of the open source community.

Publisher: Revolt.Inc (Italy)   Contact: [email protected]   Site: https://reelm.rvsg.net

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

TABLE OF CONTENTS

A.  BUNDLED MEDIA STACK (GPL / LGPL)
    1.  mpv (GPL-2.0-or-later)
    2.  FFmpeg (LGPL-2.1-or-later; this build GPL-2.0-or-later)
    3.  uosc - Modern OSC for mpv (LGPL-2.1)
B.  NATIVE LIBRARIES (vcpkg - statically linked)
    4.  SQLite, incl. FTS5 (Public Domain)
    5.  BLAKE3 (CC0-1.0 OR Apache-2.0)
    6.  nlohmann/json (MIT)
    7.  libarchive (BSD-2-Clause)
    8.  bzip2 (BSD-style)
    9.  xz / liblzma (0BSD)
    10. lz4 (BSD-2-Clause)
    11. zstd (BSD-3-Clause OR GPL-2.0-only; BSD selected)
    12. zlib (Zlib)
C.  MICROSOFT COMPONENTS (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 terms; present but unused)
D.  ONLINE SERVICES
    17. TMDB API attribution
E.  FULL LICENSE TEXTS
    MIT, BSD-2-Clause, Apache-2.0, GNU GPL v2, GNU LGPL v2.1

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

A. BUNDLED MEDIA STACK (GPL / LGPL)

Reelm bundles the mpv media stack INSIDE the application package (MSIX) and
invokes mpv as a SEPARATE PROCESS (command line + JSON IPC). The mpv binaries are
NOT linked into the Reelm application code: they are merely aggregated in the same
package and run as an independent program. Under the GNU GPL FAQ this is "mere
aggregation", and it does NOT place the Reelm application itself under the GPL.

These components are BUNDLED in the package - they are NOT downloaded at first
launch. (Any earlier statement that "mpv is downloaded on first run" is obsolete and
does not apply to this Store build.)

CORRESPONDING SOURCE (GPL/LGPL). The complete, exact corresponding source of the
bundled mpv build - mpv, the statically included FFmpeg, the build recipe, and uosc,
each with its SHA-256 checksum, plus a build manifest and README - is published at:

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

WRITTEN OFFER (GNU GPL v2, Section 3b). For any GPL/LGPL component of this build not
directly mirrored above, the complete corresponding source is available on request,
at no charge beyond the cost of distribution, for at least three (3) years from the
date of distribution. Contact: [email protected]

PATENTS (independent of copyright license). Certain codecs (e.g. H.264, HEVC) may be
covered by third-party patents; the open source licenses grant no patent rights. The
app prefers operating-system / hardware decoders and royalty-free codecs (AV1, VP9)
where available.

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

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

   mpv is the media player used by Reelm. It is bundled in the application package
   and launched as a separate process that communicates with Reelm over a JSON IPC
   channel. mpv is NOT statically or dynamically linked into the Reelm binary.

   Bundled build: mpv-x86_64-20260610-git-304426c (mpv git 304426c, shinchiro build
   recipe tag 20260610). Files shipped include mpv.exe, mpv.com, d3dcompiler_43.dll
   and the mpv configuration.

   Copyright (C) the mpv project contributors.
   License: GNU General Public License, version 2 or later (GPL-2.0-or-later).
   The full GPL v2 text is reproduced in Section E.
   Corresponding source: https://mediaboxmc.com/oss/mpv/20260610-304426c/

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

2. FFMPEG
   https://ffmpeg.org

   FFmpeg provides the audio/video decoding and demuxing libraries used by mpv. It is
   compiled STATICALLY INSIDE the bundled mpv build; no standalone ffmpeg, ffprobe or
   ffplay executable is shipped.

   Copyright (C) the FFmpeg developers.
   The FFmpeg core libraries are licensed under the GNU Lesser General Public License,
   version 2.1 or later (LGPL-2.1-or-later). The mpv build bundled here is compiled
   with GPL-licensed components enabled, so the shipped FFmpeg build is effectively
   GNU GPL v2 or later (GPL-2.0-or-later). It is NOT built with --enable-nonfree.

   The full GPL v2 and LGPL v2.1 texts are reproduced in Section E.
   Corresponding source: https://mediaboxmc.com/oss/mpv/20260610-304426c/

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

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

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

   uosc is the on-screen user interface for mpv, written as an mpv Lua script. It is
   bundled unmodified, extracted to the writable per-user mpv configuration directory
   on first launch, and runs as a script inside the separate mpv process. It is NOT
   part of the Reelm binary.

   The full LGPL v2.1 text is reproduced in Section E.
   Corresponding source: https://mediaboxmc.com/oss/mpv/20260610-304426c/

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

B. NATIVE LIBRARIES (vcpkg - statically linked)

The following native libraries are compiled from source via vcpkg and statically
linked into the Reelm application binaries shipped inside the package.

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

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

   Version 3.53.1, built with the FTS5 full-text search extension.

   SQLite is in the Public Domain. The authors disclaim copyright to the source code.
   See https://www.sqlite.org/copyright.html. The FTS5 full-text extension is part of
   SQLite and shares the same public-domain dedication.

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

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

   Version 1.8.5.

   BLAKE3 (C) the BLAKE3 team. Dual-licensed, at your option, under the Creative
   Commons CC0 1.0 Universal public-domain dedication (CC0-1.0) OR the Apache License,
   Version 2.0 (Apache-2.0). The full Apache 2.0 text is reproduced in 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.
   Licensed under the MIT License. The full MIT text is reproduced in Section E.

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

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

   Version 3.8.7.

   libarchive (C) Tim Kientzle and contributors.
   Licensed under the 2-clause BSD License (BSD-2-Clause). A few files are under a
   3-clause UC Regents license or are in the public domain; the per-file statements
   control. The full BSD-2-Clause text is reproduced in Section E.

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

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

   Version 1.0.8.

   bzip2 (C) 1996-2019 Julian R Seward. Licensed under the BSD-style "bzip2-1.0.6"
   license. Used as a compression codec within libarchive.

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

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

   Version 5.8.3.

   liblzma (XZ Utils). The liblzma core is licensed under the BSD Zero Clause License
   (0BSD), a public-domain-equivalent license. Used as the xz/lzma codec within
   libarchive.

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

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

    Version 1.10.0.

    LZ4 (C) Yann Collet. Licensed under the 2-clause BSD License (BSD-2-Clause).
    Used as a compression codec within libarchive. The full BSD-2-Clause text is
    reproduced in Section E.

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

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

    Version 1.5.7.

    Zstandard (C) Meta Platforms, Inc. and affiliates. Dual-licensed under the
    3-clause BSD License (BSD-3-Clause) OR the GNU GPL v2 (GPL-2.0-only); the
    BSD-3-Clause option is selected. Used as a compression codec within libarchive.

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

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

    Version 1.3.2.

    zlib (C) 1995-2024 Jean-loup Gailly and Mark Adler. Licensed under the zlib
    License. Pulled in transitively (libarchive / SQLite) and shipped.

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

C. MICROSOFT COMPONENTS (NuGet)

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

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

    Version 3.0.260520.1.

    C++/WinRT (C) Microsoft Corporation.
    Licensed under the MIT License. The full MIT text is reproduced in 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.
    Licensed under the MIT License. The full MIT text is reproduced in Section E.

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

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

    Version 2.1.3 (meta-package; sub-packages 2.0.x-2.1.x).

    Windows App SDK, including WinUI 3, (C) Microsoft Corporation.
    Used under the Microsoft Software License Terms for the Windows App SDK (a
    proprietary redistributable license, not an open source license). The applicable
    license terms are provided by Microsoft with the SDK redistributable.

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

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, used under Microsoft's
    proprietary redistribution terms. The WebView2 SDK is PRESENT in the shipped SDK
    surface but is NOT used by the application at runtime; it is listed here for
    completeness of attribution.

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

D. ONLINE SERVICES

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

17. TMDB API ATTRIBUTION
    https://www.themoviedb.org

    Reelm uses The Movie Database (TMDB) API to retrieve film and television
    metadata. Required attribution (verbatim):

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

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

E. FULL LICENSE TEXTS

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

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

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

END OF THIRD-PARTY NOTICES