OnSpecQC 1.16.2-beta - Open-Source Corresponding Source (LGPL)
================================================================

This archive contains the complete corresponding source for the LGPL-licensed
components distributed with OnSpecQC, as required by the GNU Lesser General
Public License.

Written offer
-------------
  Published at : https://onspecqc.com/legal/open-source
  Valid for    : at least three (3) years from the build date
  Contact      : support@onspecqc.com

What's inside
-------------
  ffmpeg/        In-house LGPL FFmpeg build: upstream source (n7.1.1),
                 the exact build script (invoke_ffmpeg_build.ps1), version
                 pins, the verbatim configure invocation (build-manifest.json),
                 and the build-system patches.
  mpv/           mpv source (v0.39.0) and the build info confirming an
                 LGPL-only build (libmpv-2.dll.buildinfo.json).
  lgpl-sublibs/  Source for each LGPL library linked into FFmpeg:
      kvazaar-2.3.2
      lame-3.100
      twolame-0.4.0
      soxr-0.1.3
      libplacebo-7.360.1
      libbluray-1.4.1
  fpdf2/         fpdf2 2.8.7 source (also shipped as swappable modules in the app).
  pyav-opencv/   Pointers to the LGPL FFmpeg bundled by the PyAV and
                 opencv-python wheels.
  SHA256SUMS     Checksums for every file in this archive.

Components under permissive licenses (MIT, BSD, Apache, ISC, PSF, etc.) carry no
source-publication obligation and are not included.

Rebuilding FFmpeg
-----------------
Run scripts/runtime_lgpl/invoke_ffmpeg_build.ps1 (in ffmpeg/) against the FFmpeg
source with the flags recorded in build-manifest.json. The same three license
switches are always applied: --disable-gpl --disable-nonfree --disable-network.

Full details: docs/legal/SOURCE-AVAILABILITY.md in the OnSpecQC source tree.
