Skip to content
Xiaogang Li edited this page May 16, 2022 · 19 revisions

Media Stack Introduction

image

Media stack includes MediaSDK, oneVPL GPU part, public API Libva, Libva-utils, user mode drivers media-driver and GmmLib for memory management. This repo is for user mode media driver.
Application is able to access media stack by oneVPL/MediaSDK dispatcher or Libva directly. Libva-utils provides some examples and basic media status checker. oneVPL is the primary path after ADL platforms.

Below table shows the repos of these components.

Component Repo
media driver https://github.com/intel/media-driver
libva https://github.com/intel/libva
libva-utils https://github.com/intel/libva-utils
Gmmlib https://github.com/intel/gmmlib
oneVPL-GPU-RT https://github.com/oneapi-src/oneVPL-intel-gpu
oneVPL Dispatcher https://github.com/oneapi-src/oneVPL
oneVPL sample https://github.com/oneapi-src/oneVPL/tree/master/tools
MediaSDK RT https://github.com/Intel-Media-SDK/MediaSDK
MedisSDK dispatcher https://github.com/Intel-Media-SDK/MediaSDK
MediaSDK sample https://github.com/Intel-Media-SDK/MediaSDK
KMD:i915 kernel Stable: https://www.kernel.org/
Latest: https://github.com/freedesktop/drm-tip
Clone this wiki locally