What's Changed
- build(deps): bump 5 dependencies to latest stable (47ba8e8)
- build(deps): bump FFmpeg from 8.1.1 to 8.1.2 (9b7eb65)
- docs: update references to project using ffmpeg-statigo (6deeb1c)
- build(deps): pin libiconv 1.19 source digest (4630413)
- fix(go): don't pin point release (7c64e6a)
- build(deps): bump nixpkgs from
567a49dtob5aa0fb(3b6355e) - build(deps): bump the github-actions group with 2 updates (15e1af0)
- build(deps): bump nixpkgs from
a799d3eto567a49d(7b4a09c) - build(deps): bump nixpkgs from
331800dtoa799d3e(6586c51) - fix(ci): correct release notes installation instructions (a09abff)
- style(tests): modernize range loops to use range operator (6fb938e)
- docs(bindings): update API coverage with audio_fifo and tx bindings (36ae9fe)
- feat(bindings): expose AVAudioFifo data path and av_tx FFT call (f192c99)
- refactor(tests,builder,examples): remove self-evident narration from comments (1c0d23b)
- refactor(comments): replace hardcoded line references with semantic descriptions (376ce89)
- refactor(tests,builder): remove dev-process metadata and filler from comments (a2e6b44)
- refactor(generator): remove dev-process metadata from comments (6549653)
- chore(build): add root-level binary cleanup to clean recipe (81390de)
- ci: harden generator regression gate in test workflow (2ffd9d2)
- ci: fix clang header shadowing in generator compile step (5d007b4)
Installation
Static libraries (~100MB) are too large for go get; install via git submodule and a replace directive:
git submodule add https://github.com/linuxmatters/ffmpeg-statigo third_party/ffmpeg-statigo
(cd third_party/ffmpeg-statigo && git checkout v8.1.2.0)
go mod edit -replace github.com/linuxmatters/ffmpeg-statigo=./third_party/ffmpeg-statigo
(cd third_party/ffmpeg-statigo && go run ./cmd/download-lib)See the Installation guide for the full setup, including git fast-forward config.
Full Changelog: main...v8.1.2.0