6.18: Bump hevc decoder to latest version about to be sent upstream#7212
Merged
pelwell merged 6 commits intoraspberrypi:rpi-6.18.yfrom Jan 26, 2026
Merged
6.18: Bump hevc decoder to latest version about to be sent upstream#7212pelwell merged 6 commits intoraspberrypi:rpi-6.18.yfrom
pelwell merged 6 commits intoraspberrypi:rpi-6.18.yfrom
Conversation
…a 24" This reverts commit 1a651cb.
This reverts commit 6bd5419.
The BCM2711 and BCM2712 SoCs used on Rapsberry Pi 4 and Raspberry Pi 5 boards include an HEVC decoder block. Add a driver for it. Signed-off-by: John Cox <john.cox@raspberrypi.com> Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Upstream will take the multi-planar SAND format, but add back in the downstream single planar variant for backwards compatibility Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
To avoid user complaints that /dev/video0 isn't their USB webcam, add downstream patch that allows setting the preferred video device number. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
popcornmix
approved these changes
Jan 26, 2026
Collaborator
popcornmix
left a comment
There was a problem hiding this comment.
6.19 kernel matches this PR (excluding latter two commits) and works for me (e.g. with kodi), so I'm okay with it.
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.
Reverts the current version of the decoder and replaces with @jc-kynesim 's latest version that I'll be sending upstream once a minor conformance failure is resolved.
Tested with the currently shipping Trixie versions of VLC and FFmpeg and both work fine.