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

The session is created for query only, so it needn't too many threads

Code has following typos in its output: * preffer -> prefer * preffered -> preferred (note 'rr') See `git grep preffer` (and e.g. Oxford language dictionary). PS. while this bug...

bug

Although 2022.2.x has seen several patch versions, it is not available as a ["release"](https://github.com/oneapi-src/oneVPL/releases). Release notes are completely missing, some information for 2022.2.0 is available here: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onevpl.html#gs.ce7b1t > - Multiple...

documentation

__ILP32__ is not defined on 32bit ARM (although it is an ILP32 arch): https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106930 The following code fails to build: https://github.com/oneapi-src/oneVPL/blob/master/api/vpl/mfxdefs.h#L62-L76 One workaround is to add `-D__ILP32__` to CXXFLAGS.

bug

After applying the change to decode H.264 bitstream, which was encoded with 16 pixels aligned in width and height: ``` diff --git a/examples/hello/hello-decode/src/hello-decode.cpp b/examples/hello/hello-decode/src/hello-decode.cpp index 6f555ee..e649294 100644 --- a/examples/hello/hello-decode/src/hello-decode.cpp +++...

bug

## Issue SMT will continuously decode and encode black frames once all videos finish playing. Problematic par file is attached as pro4streams_not_able_to_exit.par Issue is not seen if -o::h265 outpuPR.out is...

VPL 2.10.1 (not a regression, it did not work with previous version either) I want to use VPL to decode a H264 sequence embedded in MP4 container (link below to...

bug

cmake settings ```console -- Cache values BUILD_DEV:BOOL=ON BUILD_DEV_ONLY:BOOL=OFF BUILD_DISPATCHER:BOOL=ON BUILD_DISPATCHER_ONEVPL_EXPERIMENTAL:BOOL=ON BUILD_DISPATCHER_ONLY:BOOL=OFF BUILD_EXAMPLES:BOOL=OFF BUILD_GMOCK:BOOL=OFF BUILD_PREVIEW:BOOL=ON BUILD_SHARED_LIBS:BOOL=ON BUILD_TESTING:BOOL=ON BUILD_TESTS:BOOL=ON BUILD_TOOLS:BOOL=ON BUILD_TOOLS_ONEVPL_EXPERIMENTAL:BOOL=ON CMAKE_BUILD_TYPE:STRING=RelWithDebInfo CMAKE_INSTALL_PREFIX:PATH=/usr ENABLE_DRI3:BOOL=ON ENABLE_DRM:BOOL=ON ENABLE_VA:BOOL=ON ENABLE_WAYLAND:BOOL=ON ENABLE_X11:BOOL=ON INSTALL_EXAMPLE_CODE:BOOL=OFF INSTALL_GTEST:BOOL=OFF OpenCL_DIR:PATH=OpenCL_DIR-NOTFOUND TOOLS_ENABLE_OPENCL:BOOL=OFF...

bug

Currently, oneVPL relies on a fixed list of paths and some environment variables for locating its libraries. This caused an issue in OBS Studio, where the install prefix used in...

enhancement