1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: intel-vaapi-driver-shaders
Section: non-free/video
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-libva,
intel-gpu-tools,
libdrm-dev,
libva-dev,
libwayland-dev [amd64 i386],
libx11-dev,
libxext-dev,
libxfixes-dev,
pkgconf,
python3
Standards-Version: 4.7.0
Homepage: https://github.com/intel/intel-vaapi-driver/
Vcs-Git: https://salsa.debian.org/multimedia-team/intel-vaapi-driver-shaders.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/intel-vaapi-driver-shaders
Rules-Requires-Root: no
XS-Autobuild: yes
Package: i965-va-driver-shaders
Architecture: any-amd64 any-i386
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts:
i965-va-driver
Replaces:
i965-va-driver
Provides:
va-driver
Enhances:
libva
Description: VAAPI driver for Intel G45 & HD Graphics family
The VA-API (Video Acceleration API) enables hardware accelerated video
decode/encode at various entry-points (VLD, IDCT, Motion Compensation
etc.) for the prevailing coding standards today (MPEG-2, MPEG-4
ASP/H.263, MPEG-4 AVC/H.264, and VC-1/WMV3). It provides an interface
to fully expose the video decode capabilities in today's GPUs.
.
This package contains the video decode and encode driver backend for the
Intel G45 chipsets and Intel HD Graphics for the Intel Core processor family.
The supported platforms include:
* Cantiga, Intel GMA 4500MHD (GM45)
* Ironlake, Intel HD Graphics for 2010 Intel Core processor family
* Sandy Bridge, Intel HD Graphics for 2011 Intel Core processor family
* Ivy Bridge
* Haswell
* Broadwell
* Skylake
* Kaby Lake
* Coffee Lake
* Cannon Lake
.
This package contains also contains the non-free encode shaders for VP8, VP9,
HEVC and AVC for generation 7.5 hardware or newer.
|