Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

70 lines (50 loc) · 2.19 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.4.0 - 2024-04-11

Added

  • Intel® Media Transcode Accelerator as a supported device
  • New strings in vpl-inspect tool to improve readability of output
  • Option -props to vpl-inspect tool to enable property-based capabilities query

Changed

  • Default Ubuntu build to 24.04

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. Use Ctrl+f to enter fullscreen and Esc to exit fullscreen

  • 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