summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2018-12-14 14:05:33 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-12-17 15:33:16 +0800
commit8730350964288f0c69ccf119719365302ed6f586 (patch)
tree2b5b3ed0612cb7f939ac0054b63cdd9963fb533f
parentd41dc2301b475722201d422b4c56affc3bcad5ec (diff)
downloadmeta-intel-8730350964288f0c69ccf119719365302ed6f586.tar.gz
intel-vaapi-driver: 2.2.0 -> 2.3.0
Changes from release notes: Bump version to 2.3.0 Add new PCI ID for KBL and CFL Fix frame corruption when there are big MVs in VP8 encoding Fix dynamically bitrate resetting in AVC encoding Fix build errors when the toolchain doesn't support -fstack-protector Fix memory leak issue Make sure the achieved bitrate meet the requirement for VP8 encoding Optimize VPP on GEN8 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-multimedia/libva/intel-vaapi-driver_2.3.0.bb (renamed from recipes-multimedia/libva/intel-vaapi-driver_2.2.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/libva/intel-vaapi-driver_2.2.0.bb b/recipes-multimedia/libva/intel-vaapi-driver_2.3.0.bb
index 9036f74e..6ec1745b 100644
--- a/recipes-multimedia/libva/intel-vaapi-driver_2.2.0.bb
+++ b/recipes-multimedia/libva/intel-vaapi-driver_2.3.0.bb
@@ -14,8 +14,8 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
14DEPENDS = "libva libdrm" 14DEPENDS = "libva libdrm"
15 15
16SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.bz2" 16SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.bz2"
17SRC_URI[md5sum] = "e296c52fa1cb5c3d53a6cc994ce0a66c" 17SRC_URI[md5sum] = "9d835d1a3f7a9ef394f0f4c348cd4b3e"
18SRC_URI[sha256sum] = "e8a5f54694eb76aad42653b591030b8a53b1513144c09a80defb3d8d8c875c18" 18SRC_URI[sha256sum] = "5c2e5deab024a0a6ae81dfe77ef455542a88d824eda7bfd07684337407ecdfe3"
19 19
20UPSTREAM_CHECK_URI = "https://github.com/intel/intel-vaapi-driver/releases" 20UPSTREAM_CHECK_URI = "https://github.com/intel/intel-vaapi-driver/releases"
21 21