Open-source components
Netraom 1.0.0 is built with the open-source components below. Each is used under its own licence; the full licence texts are in THIRD_PARTY_NOTICES.txt, which ships with Netraom and can be downloaded here.
Components and licences
| Component | Version | Licence | How it is used |
|---|---|---|---|
| FFmpeg (libavformat, libavcodec, libavutil, libavfilter, libswscale, libswresample) | 8.1.3 | LGPL-2.1-or-later | Separate DLLs you may replace |
| GNU FriBidi | 1.0.16 | LGPL-2.1-or-later | Separate DLL (fribidi.dll) you may replace |
| dav1d (inside avcodec) | 1.5.4 | BSD-2-Clause | Built into the FFmpeg DLLs |
| libxml2 (inside avformat) | 2.15.4 | MIT | Built into the FFmpeg DLLs |
| zlib | 1.3.2 | Zlib | Built into the FFmpeg DLLs |
| MinGW-w64 winpthreads, GCC runtime | GCC 16.2.0 (MSYS2 UCRT64) | MIT / BSD-3-Clause; GPL-3.0 WITH GCC-exception-3.1 | Built into the FFmpeg DLLs |
| SDL | 3.4.16 | Zlib | Compiled in |
| Dear ImGui (with stb_truetype, stb_rect_pack, stb_textedit) | 1.92.9b | MIT | Compiled in |
| nlohmann/json | 3.12.0 | MIT | Compiled in |
| Inter typeface | 4.1 | OFL-1.1 | Bundled font files |
| SQLite | 3.53.4 | Public domain (blessing) | Compiled in |
| stb_image, stb_image_write | commit 2c980bb | MIT | Compiled in |
| Vulkan-Headers | Vulkan SDK 1.4.x | Apache-2.0 | Headers only |
| libass | 0.17.5 | ISC | Compiled in |
| HarfBuzz | 14.4.0 | MIT | Compiled in |
| FreeType | 2.14.3 | FTL | Compiled in |
| WebAssembly Micro Runtime (plugin sandbox) | 2.4.5 | Apache-2.0 WITH LLVM-exception | Compiled in |
| ONNX Runtime (CPU) | 1.30.0 | MIT (bundled parts listed in its notices) | Used for the optional AI subtitles |
| Microsoft Visual C++ runtime and Universal CRT | 14.29 | Microsoft Software License Terms | Compiled in |
LGPL libraries: your rights
FFmpeg and GNU FriBidi are licensed under the GNU Lesser General Public License, version 2.1 or later. Netraom uses them as separate DLL files, and you may replace them with modified or other compatible builds; in the portable ZIP they are ordinary files next to Netraom.exe. Section 5 of the Netraom Freeware Licence Agreement allows this, and reverse engineering to the extent needed to debug such changes.
The exact source code of these libraries, unmodified, together with the scripts that build them, is below. We keep it available here for at least three years.
Source code and notices
- ffmpeg-8.1.3.tar.xz · 11.2 MB
FFmpeg 8.1.3 source (LGPL-2.1-or-later), unmodified release archive
SHA-256 7138d28c96d9d3e3af4ee3d8cad72741f8ffb40da90c1112235dea3ecd3178a3 - ffmpeg-8.1.3.tar.xz.asc · 520 bytes
FFmpeg release signature
SHA-256 5f2880c7fea01f8694d30cb9d06362f77241ee67ce5926b157a226b18f08a538 - build-ffmpeg.sh · 7.2 KB
The script that builds Netraom’s FFmpeg DLLs
SHA-256 2b7e6b9dcb7859a4969f8aa49ea1caf01e575498a953cd20798a9d20cd304e8f - BUILD-INFO.txt · 1.4 KB
Toolchain, configure line and archive hashes
SHA-256 6cc426e71bd8c55efbd53b1a7e0cc1b1b0b238b9c243ca47e39d67f07fe94bca - dav1d-1.5.4.tar.xz · 1.0 MB
dav1d 1.5.4 source (BSD-2-Clause), built into avcodec
SHA-256 686616b7c69eb88d44459391ab25cac13b6647a3b288835c5784e71c1514a5c5 - libxml2-2.15.4.tar.xz · 3.0 MB
libxml2 2.15.4 source (MIT), built into avformat
SHA-256 98087fd181d9070724f3fbc65c7377db03038eb92bd882374daff44940138821 - zlib-1.3.2.tar.xz · 1.3 MB
zlib 1.3.2 source (Zlib), built into the FFmpeg DLLs
SHA-256 d7a0654783a4da529d1bb793b7ad9c3318020af77667bcae35f95d0e42a792f3 - fribidi-1.0.16.tar.xz · 1.0 MB
GNU FriBidi 1.0.16 source (LGPL-2.1-or-later), unmodified release archive
SHA-256 1b1cde5b235d40479e91be2f0e88a309e3214c8ab470ec8a2744d82a5a9ea05c - fribidi-build-recipe-Libass.cmake · 6.5 KB
The CMake recipe that builds fribidi.dll
SHA-256 d25f6d1a9bb472cdb1271511014d5a7c8aae751e26a9c093cba898734facfe37 - THIRD_PARTY_NOTICES.txt · 88.0 KB
Full licence texts of every third-party component
SHA-256 e8b7667a66c47dd0f4236c893e5082da5723400838df212153b9bdf959e59f16 - Netraom-1.0.0-sbom.cdx.json · 19.2 KB
Software bill of materials (CycloneDX)
SHA-256 cbf93feb9079b74dade737fd9c1d66ac4cc364c1a0becccd3e1c9571636528b8
Questions about the source code, or would you rather have it on physical media? Write to support@estoriz.shop.
