This release of Intel® VPL GPU Runtime is part of open source release of media stack. Component revisions included into package:
| Component | Revision / Link |
|---|---|
| Intel® VPL GPU Runtime | intel-onevpl-26.1.5 |
| Intel® VPL Dispatcher | v2.16.0 |
| Driver | intel-media-26.1.5 |
| Gmmlib | intel-gmmlib-22.10.0 |
| libva | 2.23.0 |
| libva-utils | 2.23.0 |
What’s New
- Decode Surface Allocation Fix: Fixed surface allocation for H264, H265, and VVC decoders —
minimum surface count changed fromdpbSize + 1 + asyncDepthtodpbSize + 2 * asyncDepthto
prevent surface starvation at async depth > 1. - Decode Error Code Accuracy: Fixed error code returned for empty work surface in AV1, VVC, and
legacy decoders — now returnsMFX_ERR_INVALID_VIDEO_PARAMinstead ofMFX_ERR_LOCK_MEMORYfor more
accurate diagnostics. - AV1 Decode Robustness: Added null pointer check for input parameter in AV1
CheckFourCCProfile
to prevent potential crash on invalid input. - VA Profile Coverage: Extended VA_PROFILE bit definitions for broader profile coverage.
- API Alignment: Relaxed frame width and height alignment requirement in API description for
structmfxFrameInfo.