libva-v4l2-request-fourier: bump pin to c454618 (#15 transparent resize) #68
Reference in New Issue
Block a user
Delete Branch "claude-noether/marfrit-packages:bump-libva-fourier-c454618-issue-15"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bumps both the Arch PKGBUILD and the Debian build-deb.sh pins to libva-v4l2-request-fourier@c454618 — PR #16 merge in the fork, closing issue #15.
Fix in upstream PR #16:
codec_store_buffernow triggers a transparent OUTPUT-pool resize viarequest_pool_resizeon bitstream-budget overrun (STREAMOFF → REQBUFS(0) → S_FMT with 2×sizeimage hint → CREATE_BUFS → mmap → STREAMON → restore accumulated bytes). The frame survives a resolution upshift mid-session instead of being dropped back to libavcodec for surface recreation. Supersedes the bounds-check floor from PR #14 (issue #13) — the bounds check is now followed by the resize instead of an error return.Dual-pin per
feedback_marfrit_packages_dual_pin—check-already-published.shkeys off both1.0.0.r390.c454618(Arch repo) and1.0.0+r390+gc454618(Debian pool); bumping only one short-circuits CI on the other side.Test plan
libva-v4l2-request-fourier-aarch64job builds + publishes the Arch package.libva-v4l2-request-fourier-debianjob builds + publishes the Debian package.apt installon higgs picks up1.0.0+r390+gc454618-1(manual or unattended-upgrades).vainfostill enumerates all 8 codec profiles via daedalus_v4l2 slot.request_logshows thecodec_store_buffer: OUTPUT-pool resizeline at the first 1080p slice.