[oe-commits] [openembedded-core] 50/55: libva: upgrade to 2.1.0

git at git.openembedded.org git at git.openembedded.org
Sat Feb 24 10:38:35 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 845709aab9c99da7bcc16c618379e0bbb9cd5647
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Wed Feb 21 12:30:15 2018 +0800

    libva: upgrade to 2.1.0
    
    Major changes:
    
    * Bump VA-API version to 1.1.0
    * Add API for multi-frame processing
    * Add entrypoint VAEntrypointStats for Statistics
    * Add data structures for HEVC FEI support
    * Add new attributes for decoding/encoding/video processing
    * Add new VPP filter for Total Color Correction
    * Add blending interface in VPP
    * Add rotation interface in VPP
    * Add mirroring interface in VPP
    * Add Chroma siting flags in VPP
    * Add new color standard definitions
    * Add new interface for exporting surface
    * Add message callbacks for drivers to use
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/libva/{libva_2.0.0.bb => libva_2.1.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/libva/libva_2.0.0.bb b/meta/recipes-graphics/libva/libva_2.1.0.bb
similarity index 92%
rename from meta/recipes-graphics/libva/libva_2.0.0.bb
rename to meta/recipes-graphics/libva/libva_2.1.0.bb
index 097a676..d3cf633 100644
--- a/meta/recipes-graphics/libva/libva_2.0.0.bb
+++ b/meta/recipes-graphics/libva/libva_2.1.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] = "b863f99b7ae41960a0e2e7a4cc959b46"
-SRC_URI[sha256sum] = "bb0601f9a209e60d8d0b867067323661a7816ff429021441b775452b8589e533"
+SRC_URI[md5sum] = "9d6e4f1d36c407566343e9dde5a972b8"
+SRC_URI[sha256sum] = "f3fa953a11d3210c3a4ee79031abdbe0863d5ce13d9b3f93f315f1eec60a4b0f"
 
 UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list