From f112ca59b7689bc99443bb4609d9771a2313565f Mon Sep 17 00:00:00 2001 From: "Yuan, Jenny" Date: Wed, 18 Sep 2024 11:07:54 -0700 Subject: [PATCH] [RT Common] Readme file update Update readme file for AV1 encoder support on LNL. Add BMG in VPL Runtime suppoted platforms. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c56766c48..44b333d32 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Intel® Video Processing Library (Intel® VPL) GPU Runtime is a Runtime implementation of [Intel® VPL](https://github.com/intel/libvpl/) API for Intel Gen GPUs. Runtime provides access to hardware-accelerated video decode, encode and filtering. -**Supported video encoders**: HEVC, AVC, MPEG-2, JPEG, VP9 -**Supported video decoders**: HEVC, AVC, VP8, VP9, MPEG-2, VC1, JPEG, AV1, VVC -**Supported video pre-processing filters**: Color Conversion, Deinterlace, Denoise, Resize, Rotate, Composition +**Supported video encoders**: HEVC, AVC, MPEG-2, JPEG, VP9, AV1 +**Supported video decoders**: HEVC, AVC, VP8, VP9, MPEG-2, VC1, JPEG, AV1, VVC +**Supported video pre-processing filters**: Color Conversion, Deinterlace, Denoise, Resize, Rotate, Composition Implementation is written in C++ 14 with parts in C-for-Media (CM). @@ -38,6 +38,7 @@ Intel® VPL Gen Runtime implementation supports the following hardware platforms - Alchemist(DG2)/ATSM - MTL/ARL (MTL: Meteor Lake, ARL-S/H: Arrow Lake) - LNL (Lunar Lake) +- BMG (Battlemage) # Dependencies Intel® VPL GPU Runtime depends on [LibVA](https://github.com/intel/libva/).