libvpl
libvpl copied to clipboard
Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
We would like to use vpl-backend jpegdec to output 444p format, but there is no 444p fourcc (i.e. MFX_FOURCC_YUV444) defined in vpl dispatcher (mfxstructures.h). I only see it defined in...
Hello, While using OneVPL to decode MPEG2, I encountered an issue. Please see the attached document for details. This issue is very similar to a problem that occurred in the...
Notice that sharing surface with OpenCL only support windows now. And all common operations about opencl are defined in structure OpenCLCtxD3D11. While in [MediaSDK sample](https://github.com/Intel-Media-SDK/MediaSDK/tree/master/samples/sample_plugins/rotate_opencl/src), a base class **OpenCLFilterBase** and...
hello friend, a problem, I use ffmpeg api av_read_frame() read a packet from rtsp stream, then decode by onevpl, but the output yuv data has a delay, and the longer...
I'm using the Debian distribution version Bullseye... I saw that the bootstrap script searches for the ID_LIKE variable, but it does not exist in os-release look at that: ``` PRETTY_NAME="Debian...
I realized that it is necessary to install some packages, using the bootstrap script. So I suggest user verification.
## Issue I saw that it was necessary to check another variable for the version of the Debian distribution that I am using, Bullseye. As well as whether the user...
There is a memory leak. System info. ``` user@computer:~$ uname -a Linux MC-VT-TB34 6.5.0-17-generic #17~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 16 14:32:32 UTC 2 x86_64 x86_64 x86_64 GNU/Linux user@computer:~$ cat /etc/lsb-release...
## Issue We are an app with tens of millions of users,recently we found some crash report show that mfxInit throw unhandled exception which do not be catched on user...