FFMPEG and JavaCV: Updated to modern versions - #491
Open
lessthanoptimal wants to merge 1 commit into
Open
Conversation
lessthanoptimal
force-pushed
the
feature/ffmpeg8_vendored_arm64
branch
from
August 24, 2026 16:25
02429e6 to
8a20840
Compare
Replaces the vendored FFmpeg 4.1 grabber with 8.1.2-1.5.14 and JavaCV 1.5.14, and trims the vendored copy to the video decode path. Native binaries publish as optional per-platform dependencies through a 'natives' feature, so downstream users are not forced to download every architecture. -Pnative_arch takes a comma separated list and controls which platforms are published; it defaults to linux-x86_64, linux-arm64, macosx-arm64, windows-x86_64. Anything that actually decodes video asks for host binaries explicitly. boofcv-javacv excludes the JavaCPP presets it never touches. Besides keeping Kinect, RealSense and an OCR engine out of the published POM, those presets are still pinned to javacpp 1.5.9, which collides with 1.5.14 under failOnVersionConflict(). JavaCPP preset versions are in buildSrc Versions.kt; nativePlatforms and hostPlatform in the root build. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LJqSLGh5qw994zonn64gMQ
lessthanoptimal
force-pushed
the
feature/ffmpeg8_vendored_arm64
branch
from
August 28, 2026 10:29
8a20840 to
c902774
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug Fixes
Thanks joshuajaharwood and Claude Opus 5