All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libva: upgrade 2.1.0 -> 2.2.0
@ 2018-07-13  2:39 Anuj Mittal
  2018-07-13  2:39 ` [PATCH 2/2] libva-utils: " Anuj Mittal
  0 siblings, 1 reply; 2+ messages in thread
From: Anuj Mittal @ 2018-07-13  2:39 UTC (permalink / raw)
  To: openembedded-core

* Bump VA-API version to 1.2.0
* Add support for hevc range extension decoding
* Add support for fast intra prediction in HEVC FEI
* Add 10/12-bit YUV render target formats
* Add fourcc code for Y210/Y216/Y410/Y416/RGB565/BGR565
* Add VA_STATUS_ERROR_NOT_ENOUGH_BUFFER
* Add VA_SURFACE_ATTRIB_USAGE_HINT_EXPORT
* Improve documentation

Tested with Intel vaapi driver. There is support for meson available but
its not being packaged as part of release tarball yet.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../recipes-graphics/libva/{libva_2.1.0.bb => libva_2.2.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/libva/{libva_2.1.0.bb => libva_2.2.0.bb} (92%)

diff --git a/meta/recipes-graphics/libva/libva_2.1.0.bb b/meta/recipes-graphics/libva/libva_2.2.0.bb
similarity index 92%
rename from meta/recipes-graphics/libva/libva_2.1.0.bb
rename to meta/recipes-graphics/libva/libva_2.2.0.bb
index d3cf6334ce..11e57e0eb8 100644
--- a/meta/recipes-graphics/libva/libva_2.1.0.bb
+++ b/meta/recipes-graphics/libva/libva_2.2.0.bb
@@ -19,8 +19,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
 
 SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2"
 
-SRC_URI[md5sum] = "9d6e4f1d36c407566343e9dde5a972b8"
-SRC_URI[sha256sum] = "f3fa953a11d3210c3a4ee79031abdbe0863d5ce13d9b3f93f315f1eec60a4b0f"
+SRC_URI[md5sum] = "92d04ad1700136dc75b1e5f47516e704"
+SRC_URI[sha256sum] = "6f6ca04c785544d30d315ef130a6aeb9435b75f934d7fbe0e4e9ba6084ce4ef2"
 
 UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] libva-utils: upgrade 2.1.0 -> 2.2.0
  2018-07-13  2:39 [PATCH 1/2] libva: upgrade 2.1.0 -> 2.2.0 Anuj Mittal
@ 2018-07-13  2:39 ` Anuj Mittal
  0 siblings, 0 replies; 2+ messages in thread
From: Anuj Mittal @ 2018-07-13  2:39 UTC (permalink / raw)
  To: openembedded-core

* Add vainfo support in Android
* Remove driver specific test cases

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../libva/{libva-utils_2.1.0.bb => libva-utils_2.2.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/libva/{libva-utils_2.1.0.bb => libva-utils_2.2.0.bb} (89%)

diff --git a/meta/recipes-graphics/libva/libva-utils_2.1.0.bb b/meta/recipes-graphics/libva/libva-utils_2.2.0.bb
similarity index 89%
rename from meta/recipes-graphics/libva/libva-utils_2.1.0.bb
rename to meta/recipes-graphics/libva/libva-utils_2.2.0.bb
index a8018ea728..e35085cb98 100644
--- a/meta/recipes-graphics/libva/libva-utils_2.1.0.bb
+++ b/meta/recipes-graphics/libva/libva-utils_2.2.0.bb
@@ -15,8 +15,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
 
 SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2"
-SRC_URI[md5sum] = "6649be70390606651cb636320bfd43c6"
-SRC_URI[sha256sum] = "f6a7790c3dcc56537372c90a83036a3136194a8b397e84e97bf9cc9254fa2c51"
+SRC_URI[md5sum] = "93b58aa5b14c16f4bace8a45dc255ec9"
+SRC_URI[sha256sum] = "ed7a6ed1fab657df4e83ea11f90310efcf31c27828f32d65351a28ca3c404dc0"
 
 UPSTREAM_CHECK_URI = "https://github.com/intel/libva-utils/releases"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-13  2:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-13  2:39 [PATCH 1/2] libva: upgrade 2.1.0 -> 2.2.0 Anuj Mittal
2018-07-13  2:39 ` [PATCH 2/2] libva-utils: " Anuj Mittal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.