Merge pull request 'libva-v4l2-request-fourier: 9898331 -> c1bb444 (PR #9 / issue #8 fix)' (#52) from claude-noether/marfrit-packages:noether/libva-bump-c1bb444 into main
build and publish packages / distcc-avahi-aarch64 (push) Successful in 3s
build and publish packages / mesa-panvk-bifrost-aarch64 (push) Successful in 3s
build and publish packages / lmcp-any (push) Successful in 3s
build and publish packages / lmcp-debian (push) Successful in 3s
build and publish packages / claude-his-any (push) Successful in 3s
build and publish packages / ffmpeg-v4l2-request-aarch64 (push) Successful in 3s
build and publish packages / claude-his-debian (push) Successful in 3s
build and publish packages / ffmpeg-v4l2-request-debian (push) Successful in 3s
build and publish packages / daedalus-v4l2-debian (push) Successful in 3s
build and publish packages / daedalus-v4l2-dkms-debian (push) Successful in 2s
build and publish packages / libva-v4l2-request-fourier-aarch64 (push) Successful in 25s
build and publish packages / mpv-fourier-aarch64 (push) Successful in 3s
build and publish packages / libva-v4l2-request-fourier-debian (push) Successful in 4s
build and publish packages / mpv-fourier-debian (push) Successful in 3s

Reviewed-on: #52
This commit was merged in pull request #52.
This commit is contained in:
2026-05-20 18:23:42 +00:00
+17 -19
View File
@@ -24,31 +24,29 @@ pkgname=libva-v4l2-request-fourier
epoch=1 epoch=1
_upstreampkg=libva-v4l2-request _upstreampkg=libva-v4l2-request
# Pin the fork tip. de27e95 = "v4l2: log error_idx + failing ctrl id # Pin the fork tip. c1bb444 = PR #9 merge "h264: max_num_ref_frames
# on S_EXT_CTRLS failure" — Phase 8.13 diagnostic that surfaced the # fallback + libva-boundary instrumentation (#8)" — addresses the
# real root cause of the libva→daedalus_v4l2 request-completion # libva-side portion of marfrit/libva-v4l2-request-fourier#8: the
# timeout (turned out the EINVAL libva was logging was a harmless # daedalus_v4l2-via-libavcodec strict consumer rejected frames whose
# H264/HEVC probe; actual VP9 stateless control SET worked all along). # sps.max_num_ref_frames was 0 (older ffmpeg-vaapi paths leave the
# field unset and HW decoders tolerated it). Adds a per-profile spec
# minimum fallback (counts valid DPB entries first; 1 for baseline /
# 4 for main+high if even that is 0) and a one-line request_log at
# h264_set_controls entry dumping raw VAAPI bitfields (seq_fields,
# pic_fields, num_ref_frames, bit_depth_*) for disambiguating where
# the still-open PPS-flag-zero portion of issue #8 originates.
# #
# Prior pin (7ac934e) was iter38b — fresnel-fourier multi-device probe # Prior pin (9898331) was the LIBVA-2 close — config-side video_fd_daedalus
# + MAX_PROFILES bounds-check fix. de27e95 added the daedalus_v4l2 # added to the profile enumeration probe array. c332d34 (LIBVA-1) added
# probe slot (b5b3acf), the meson option gate (2146341), and the # the per-codec dispatch. Earlier de27e95 (Phase 8.13 diagnostic),
# S_EXT_CTRLS diagnostic (de27e95 itself). c332d34 (LIBVA-1) added # 7ac934e (iter38b multi-device probe + MAX_PROFILES bounds-check fix).
# the per-codec dispatch: rpi-hevc-dec + daedalus_v4l2 both probe each _commit=c1bb444d0731ca7ca831c7e01ec4b52ed736ca8e
# other as alts, VP9/AV1/H.264 route to daedalus via new 'd' kind,
# HEVC stays on 'p' (rpi-hevc-dec). 9898331 (LIBVA-2) completes that
# by adding video_fd_daedalus to any_fd_supports_output_format's probe
# array — without it, H.264/VP9/AV1 profiles never got advertised on
# Pi 5 mixed deployments (rpi-hevc-dec primary, daedalus alt) and
# ffmpeg bailed with "No support for codec h264 profile 578" before
# the per-codec dispatch could fire.
_commit=989833114a7708ad999dc68309cbc181d9913bdb
# Project version from meson.build (1.0.0) + commit count + short sha, # Project version from meson.build (1.0.0) + commit count + short sha,
# matching the ffmpeg-v4l2-request-fourier convention. Recomputed at # matching the ffmpeg-v4l2-request-fourier convention. Recomputed at
# build time by pkgver() below; the static value here is a placeholder # build time by pkgver() below; the static value here is a placeholder
# so AUR-style consumers see something coherent before src/ exists. # so AUR-style consumers see something coherent before src/ exists.
pkgver=1.0.0.r380.9898331 pkgver=1.0.0.r382.c1bb444
pkgrel=1 pkgrel=1
pkgdesc="VA-API backend for V4L2 stateless decoders (multiplanar fork — fourier umbrella)" pkgdesc="VA-API backend for V4L2 stateless decoders (multiplanar fork — fourier umbrella)"
arch=('aarch64') arch=('aarch64')