MIT License

Copyright (c) 2026 lunavod

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.

================================================================================
Third-party components
================================================================================

This software dynamically links against FFmpeg libraries (libavcodec,
libavformat, libavutil, libswscale, libswresample), distributed as separate
DLLs alongside this module.

FFmpeg is licensed under the GNU Lesser General Public License version 2.1
or later (LGPL-2.1-or-later). The FFmpeg build bundled with this module is
compiled without GPL-licensed components — no --enable-gpl, no libx264, no
libx265, no libpostproc in GPL mode, no nonfree features. See vcpkg.json for
the exact feature set (avcodec, avformat, swscale, nvcodec).

Bundled FFmpeg version: 8.0.1.

Full LGPL 2.1 license text: see LICENSE-LGPL-2.1 in this distribution, or
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt

FFmpeg source code for the bundled version is available at
https://ffmpeg.org/releases/ffmpeg-8.0.1.tar.xz and through vcpkg's ffmpeg
port at the version pinned in this repository.

Per LGPL 2.1, recipients of this software are entitled to replace the
bundled FFmpeg DLLs with their own LGPL-compatible builds of the same
shared libraries. See https://www.ffmpeg.org/legal.html for FFmpeg's own
guidance on redistribution.
