libvpl icon indicating copy to clipboard operation
libvpl copied to clipboard

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples

Results 39 libvpl issues
Sort by recently updated
recently updated
newest added

I want to pass a pointer to metadata belonging to my application along with a frame and retrieve the associated pointer. Unfortunately I haven't seen any straightforward way to do...

I have observed the compilation error when building onevpl on virtual machine without the libva installed even if the VA is disabled in cmake config. Most likely all of the...

**Setup** * Ubuntu 22.04 container build * All media stack components built with `/usr/local/lib` as their installation destination * Dynamic linker see the relevant libraries, _and_ lists them before the...

This PR enables github actions for oneVPL repository covering project build with clang-12 (mind: latest official release is clang-11, and clang-12 is basically rolling version as of now) and gcc-10....

Signed-off-by: William Dean Tested on Apple M1 with oneVPL provided docker files (except Ubuntu 19.10, which does not appear to support aarch64 in docker hub)

https://github.com/oneapi-src/oneVPL/blob/15b79165c30fc4a7bf6efdf261a39b128b63b896/tools/legacy/sample_common/src/vm/atomic_linux.cpp#L11-L17 This breaks build on ARM, PPC, RISC-V, ... oneVPL should be buildable on all platforms, as SW implementations and dGPU (Arc) is available there too. Possible solutions 1. Make...

bug

Fixes Issue #66. When the bitstream was encoded with width or height aligned. Signed-off-by: Austin Hu

Also fixed the issue that redundant pixel(s) would be written to output file, when the input surface isn't aligned with width or height. Signed-off-by: Austin Hu