Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

58 lines (40 loc) · 1.8 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Intel® Video Processing Library (Intel® VPL) tools provide access to hardware accelerated video decode, encode, and frame processing capabilities on Intel® GPUs from the command line.

1.3.0 - 2024-12-13

Added

  • Screen content coding tools for AV1 to sample_encode

  • GTK renderer option to sample_decode and sample_multi_transcode

  • -fullscreen option to sample_decode and sample_multi_transcode when using GTK. Enter fullscreen with Ctrl+f and exit with Esc

  • Improved support for Python 3.12 development environments.

Fixed

  • Bootstrap to support Debian distributions that do not define ID_LIKE.

1.2.0 - 2024-08-30

Added

  • VVC decode support to sample_decode
  • Embedded version information to all shared libraries

Changed

  • Metrics monitor library to now build statically by default

1.1.0 - 2024-06-28

Added

  • MFX_SURFACE_TYPE_VULKAN_IMG2D to vpl-inspect
  • YUV400 JPEG Enc for Linux VAAPI

Fixed

  • va-attrib for vaapiallocator
  • D3D11 texture not being released in val-surface-sharing test tool

1.0.0 - 2024-04-26

Added