Skip to content

Releases: intel/libvpl

v2.11.0

01 May 19:35
Compare
Choose a tag to compare

Added

  • Intel® VPL API 2.11 support

Removed

Known Issues

  • vpl-infer example will fail to load model if built with CMake version higher than 3.25.3 on Windows

v2.10.2

20 Feb 21:44
Compare
Choose a tag to compare

Fixed

  • "®" symbol in pkg-config file breaking downstream build tools

Known Issues

  • sample_decode may report "DeliverOutput return error = -1" when run using -r option
  • vpl-infer example will fail to load model if built with CMake version higher than 3.25.3 on Windows

v2.10.1

20 Dec 00:31
Compare
Choose a tag to compare

Changed

  • Project name to Intel® Video Processing Library (Intel® VPL)
  • Project versioning scheme to align with library and API version

Added

  • Intel® VPL specification and associated build scripts

Known Issues

  • sample_decode may report "DeliverOutput return error = -1" when run using -r option
  • vpl-infer example will fail to load model if built with CMake version higher than 3.25.3 on Windows

v2023.4.0

29 Nov 23:05
Compare
Choose a tag to compare

Added

  • oneVPL API 2.10 support
  • New command line parameters to sample_multi_transcode for setting
    B Frame QP Offsets based on Pyramid Level
  • New command line parameters to the sample_vpp tool to enable video signal
    information
  • New APIs for importing and exporting shared surfaces
  • New APIs for string-based parameter configuration

Removed

  • Environment module support
  • Unused files and folders

Fixed

  • NV12 wayland render for MTL
  • Buffer starvation when wayland window is moved
  • Missing profile strings in vpl-inspect tool
  • Rdrm to use card node instead of render node
  • Rdrm tile4 selection based DRM/KMS query
  • Rdrm NV12 and P010 render for MTL

Changed

  • Directory layout and name of dispatcher directory
  • Location of image files used by documentation
  • Runtime library search path to remove current directory

v2023.3.1

21 Jul 21:31
Compare
Choose a tag to compare

Added

  • Three new command line parameters to the sample_multi_transcode tool to enable
    video quality tuning for different use cases.
  • New command line parameter to the sample_multi_transcode tool to enable
    adaptiveCQM control

Removed

  • Outdated docker files

Fixed

  • Unsafe calling of SetCurrentDirectory during MFXEnumImplementations
  • Parameter parsing in sample_vpp tool

v2023.3.0

31 May 19:30
Compare
Choose a tag to compare

Removed

  • USE_ONEAPI_INSTALL_LAYOUT build shortcut
  • '-sw' option from examples

Added

  • New MFXSetConfigFilterProperty property: mfxExtendedDeviceId.RevisionID

Fixed

  • Fix HDR luminance value
  • Handling of special cases of CMAKE_INSTALL_PREFIX
  • X11 rendering corruption issue
  • Intel® Distribution of OpenVINO™ Toolkit installation steps in vpl-infer README
  • Intermittent Sample_multi_transcode segfault on Wayland

Changed

  • quick-start scripts to be more simple and easy to use

V2023.2.1

14 Apr 18:52
Compare
Choose a tag to compare

Added

  • Documentation on security policy and vulnerability reporting process

Removed

  • Fix for VPP processing for YUV input

v2023.2.0

07 Apr 18:11
Compare
Choose a tag to compare

Added

  • oneVPL API 2.9 support
  • Perceptual encoding prefilter option to sample_multi_transcode

Fixed

  • VPP processing for YUV input
  • Sample_multi_transcode segfault on wayland
  • Missing prerequisites in vpl-infer README

Changed

Removed

  • dpcpp-blur example

v2023.1.3

06 Mar 18:25
Compare
Choose a tag to compare

Added

  • New tutorial on transitioning from Media SDK to VPL replaces hello-createsession
  • More logs in sample tools to inform correct parameters for hyper encode mode

Fixed

  • vpl-infer README.md to specify python version supported by OpenVINO™ toolkit
  • Printing incorrect library information of sample tools
  • Issues discovered from static analysis

Changed

  • README.md and INSTALL.md to clarify setup steps

v2023.1.2

27 Jan 21:31
Compare
Choose a tag to compare

Added

  • Instructions on how to use vpl-infer with official Intel® Deep Learning
    Streamer (Intel® DL Streamer) docker images by platform
  • Support for zero-copy to vpl-infer example on Windows

Fixed

  • vpl-infer Dockerfile failing to work in iGPU (Gen12) and to work with recent
    OpenVINO™ toolkit repository label change
  • Warnings reported by Clang
  • Hardening flags being incorrectly set on Linux executables

Changed

  • Example directory names to clarify API level used
  • vpl-infer to support OpenVINO™ toolkit 2022.3.0
  • Version of GoogleTest to 1.12.1
  • Compilation flags to enable Control Flow Guard on Windows