File vaapi-intel-driver.changes of Package vaapi-intel-driver
-------------------------------------------------------------------
Tue Apr 11 14:44:09 UTC 2017 - sndirsch@suse.com
- SLE merge:
* latest version for sle12 (fate #315643-315645, 319159-319161,
319618)
-------------------------------------------------------------------
Tue Apr 11 10:56:02 UTC 2017 - sndirsch@suse.com
- sync openSUSE Leap/SLE build by making use of %is_opensuse macro;
we don't build wayland on SLE, but enable it on Leap
-------------------------------------------------------------------
Mon Jan 30 06:08:12 UTC 2017 - seanvk@posteo.de
- Intel vaapi driver project has moved to github
Updating package for new project location
project location : http://github.com/01org/intel-vaapi-driver
-------------------------------------------------------------------
Tue Jan 17 13:41:20 UTC 2017 - sndirsch@suse.com
- respect X11:XOrg patch guidelines
* rename U_wayland-includes.diff -> u_wayland-includes.diff
* fixed patch header in u_wayland-includes.diff
-------------------------------------------------------------------
Sun Jan 15 12:49:04 UTC 2017 - jengelh@inai.de
- Replace N_libva_Fix_wayland-client.h_include-path.patch,
N_libva_Fix_wayland-client.h_include-path_1320.patch by
U_wayland-includes.diff
- Drop redundant %clean section
-------------------------------------------------------------------
Thu Jan 12 19:48:00 UTC 2017 - chris@computersalat.de
- fix wayland-client.h include path
* add N_libva_Fix_wayland-client.h_include-path.patch
* add N_libva_Fix_wayland-client.h_include-path_1320.patch
- remove n_Don-t-check-WAYLAND_SCANNER-if-wayland-isn-t-used-or.patch
-------------------------------------------------------------------
Sat Dec 31 22:45:03 UTC 2016 - chris@computersalat.de
- Version 1.7.3 - 10.Nov.2016
* Add support for HEVC 10bit encoding on KBL
* Integrate the Google Test Framework for unit testing
* Add support for bitrate control per temporal layer for SVC-T
* Fix VA_STATUS_ERROR_UNIMPLEMENTED when sharpening with I420 surface
(https://bugs.freedesktop.org/show_bug.cgi?id=96987)
* Fix crop issue when sharpening with NV12 surface
(https://bugs.freedesktop.org/show_bug.cgi?id=96988)
* Fix GPU hang issue when using encoding with low power on SKL GT3+
(https://bugs.freedesktop.org/show_bug.cgi?id=97872)
- rework n_Don-t-check-WAYLAND_SCANNER-if-wayland-isn-t-used-or.patch
-------------------------------------------------------------------
Sat Oct 22 13:00:17 UTC 2016 - chris@computersalat.de
- Version 1.7.2 - 05.Sep.2016
* Update PCI IDs for KBL
* Allow up to 8K JPEG decoding/encoding on SKL+
* Add support for ROI on IVB+
* Support I420/YV12 input surface for VP9 encoding
* Fix assertion failure when decoding stream through VLC
(https://bugs.freedesktop.org/show_bug.cgi?id=94007)
* Fix image corruption in ColorBalance and STDE on BDW+
(https://bugs.freedesktop.org/show_bug.cgi?id=95349)
* Fix run2run issue in H.264 encoder
(https://bugs.freedesktop.org/show_bug.cgi?id=96703)
* Fix video rendering corruption when using VAAPI postproc denoise on 1080p videos
(https://bugs.freedesktop.org/show_bug.cgi?id=96739)
* Fix image corruption in ColorBalance with hue=-180
(https://bugs.freedesktop.org/show_bug.cgi?id=96744)
* Fix memory leak in VP8 encoding
(https://bugs.freedesktop.org/show_bug.cgi?id=97272)
-------------------------------------------------------------------
Fri Aug 12 19:05:32 UTC 2016 - jengelh@inai.de
- Remove useless --with-pic, there are no static libs being built.
-------------------------------------------------------------------
Mon Jul 4 15:37:11 UTC 2016 - chris@computersalat.de
- fix deps for libva
-------------------------------------------------------------------
Mon Jul 4 15:04:10 UTC 2016 - sndirsch@suse.com
- Update to version 1.7.1
* Add support VP9 8bit encoding on KBL
* Add support for low-power/high-performance H.264 encoder on SKL
* Fix incorrect color space conversion in driver
(https://bugs.freedesktop.org/show_bug.cgi?id=94845)
* Fix FPS caculation for HEVC encoder
* Fix VP9 10bit decoding issues on KBL
* Fix the noise issue when VA_FILTER_SCALING_HQ upscaling from
1280x720 to 1920x1080 with YUY2 format on BDW+
(https://bugs.freedesktop.org/show_bug.cgi?id=94765)
- n_Don-t-check-WAYLAND_SCANNER-if-wayland-isn-t-used-or.patch
(reverted) in order to fix build against wayland
-------------------------------------------------------------------
Tue Jun 7 06:05:26 UTC 2016 - eich@suse.com
- Add baselibs.conf (boo#983331).
-------------------------------------------------------------------
Tue Apr 12 12:23:30 UTC 2016 - sndirsch@suse.com
- Update to version 1.7.0
* Add support for Kabylake
- Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9/VP9 10-bit
- Encoding: H.264/MPEG-2/JPEG/VP8/HEVC
- VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive,
MotionCompensated}/ColorBalance/STD
* Add new SKL and BXT PCI IDs
* Fix lots of VP9 decoding issues on BXT
-------------------------------------------------------------------
Fri Dec 18 20:54:35 UTC 2015 - zaitor@opensuse.org
- Stop passing --enable-hybrid-codec to configure, this feature
seems to be not entirely ready yet.
-------------------------------------------------------------------
Thu Dec 17 09:51:22 UTC 2015 - zaitor@opensuse.org
- Update to version 1.6.2:
+ Add support for Broxton:
- Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9.
- Encoding: H.264/JPEG/VP8/HEVC.
- VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob,
MotionAdaptive, MotionCompensated}/ColorBalance/STD.
+ Add support for HEVC CBR on SKL
+ Fix the broken VA_FILTER_SCALING_HQ on SKL
+ Fix the incorrect loading of GPU shaders on GEN8/GEN9
+ Fix the wrong address relocation in VPP on GEN8/GEN9
+ Fix the wrong VAImage foramt (fdo#92088).
+ Fix YUV to RGB conversion on GEN7/GEN8/GEN9.
+ Fix the segmentation fault causing by NULL buffer object on SNB
(fdo#92811).
+ Fix the wrong coordinate used in VPP (fdo#92811).
- Changes from version 1.6.1:
+ Wrapper other backend driver to support VP9 hybrid decoding on
BDW/BSW/SKL (--enable-hybrid-codec)
+ Fix HEVC decoding issue on BSW/SKL.
+ Fix HEVC encoding on SKL GT3.
+ Fix GPU hang issue when decoding H.264 MBAFF clips (fdo#91207).
+ Fix issues detected by klockwork scan.
+ Combine csc/scaling together to optimize the performance.
- Pass --enable-hybrid-codec to configure following upstream.
- Add pkgconfig(egl) BuildRequires: Configure checks for it, so
lets build that support too.
- Stop passing autoreconf, no needed as we do not have any patches.
-------------------------------------------------------------------
Fri Jul 31 07:50:25 UTC 2015 - zaitor@opensuse.org
- Update to version 1.6.0:
+ Add support for VP8 encode (CQP, CBR) on BSW/SKL.
+ Add support for HEVC decode on BSW.
+ Add support for HEVC encode (CQP) on SKL.
+ Add support for low-power mode (VA_PROC_PIPELINE_FAST) in VPP.
+ Improve the JPEG encode quality on BSW/SKL.
+ Optimize MPEG-2 start code search on IVB.
+ Fix memory leak issue with JPEG decode on IVB/HSW.
+ Fix HEVC decode issue on SKL.
+ Fix GPU hang issue caused by VP8 decode on BDW/BSW.
+ Fix MADI/MCDI issues on SNB/IVB.
-------------------------------------------------------------------
Sun Mar 29 15:26:15 UTC 2015 - zaitor@opensuse.org
- Update to version 1.5.1:
+ Fix forward reference requirement for Bob deinterlacing.
+ Fix a lot of potential rendering issues on GEN8+.
+ Fix scaling of NV12 surfaces when no output_region is set.
+ Fix the broken attribute setting of i965_GetConfigAttrib.
+ Fix the GetConfigAttributes() for JPEGBaseline profile.
+ Fix the wrong overlap setting for VC-1 decoding on GEN6+.
+ Fix VP8 decoding issue on GEN8+, HW needs 1 extra byte for each
partition.
+ Fix JPEG encoding issue.
+ Add support for aub dump.
+ Enhance STD on GEN8+.
+ Implement max width and height in QuerySurfaceAttributes.
+ Add new SKL PCI ids.
-------------------------------------------------------------------
Sun Feb 8 23:35:19 UTC 2015 - zaitor@opensuse.org
- Update to version 1.5.0:
+ Add support for Skylake.
- Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC.
- Encoding: H.264/MPEG-2/JPEG.
- VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob,
MotionAdaptive, MotionCompensated}/ColorBalance/STD.
+ Add support for JPEG encoding on Braswell.
+ Add enhancement for video post/pre processing.
+ Fix out of tree builds.
-------------------------------------------------------------------
Mon Oct 27 08:26:40 UTC 2014 - sndirsch@suse.com
- Update to 1.4.1; changes since release 1.2.0:
* support for more GPUs
* bunch of fixes
* new features
-------------------------------------------------------------------
Wed Jul 10 15:17:21 UTC 2013 - hrvoje.senjan@gmail.com
- Update to 1.2.0:
* Support the new H.264 encoding API on SNB/IVB/HSW
* MPEG-2 encoding on IVB/HSW
* Video process on ILK/SNB/IVB/HSW
* Implement vaQuerySurfaceAttributes()
* Implement the new version of vaCreateSurfaces()
* Optimize H.264 encoding on IVB/HSW
- Bump the libdrm and libva as per upstream change
-------------------------------------------------------------------
Tue Mar 19 10:51:08 UTC 2013 - kkhere.geo@gmail.com
- Version 1.0.20 - 18.Mar.2013
* Add support for wayland 1.0 protocol (Rob Bradford)
* Add global alpha support for subpicture
* Add support for IA88/AI88 subpicture
* Support up to 4 subpictures for each VA surface
* Update PCI IDs for Haswell CRW
* Automake 1.13 fixups (Armin K)
* Fix libva-intel-driver-1.0.19 display corruption on IVB GT1
https://bugs.freedesktop.org/show_bug.cgi?id=57323
* Fix decoding with FREXT02_JVC_C.264 on SNB
https://bugs.freedesktop.org/show_bug.cgi?id=57720
* Fix H.264 decoding broken/visual errors on ILK (Tobias Jakobi)
https://bugs.freedesktop.org/show_bug.cgi?id=58875
* Fix GPU hung with h.264 video and a resolution of 1920x816 on IVB
https://bugs.freedesktop.org/show_bug.cgi?id=59050
-------------------------------------------------------------------
Fri Nov 9 10:22:52 UTC 2012 - kkhere.geo@gmail.com
- update to release 1.0.19
Version 1.0.19 - 09.Nov.2012
* Add support for Haswell
* Add raw DRM support (Dmitry Ermilov)
* Add Wayland support
* Add support for display rotation attribute
* Support 4K encoding on IVB and HSW
* Drop explicit dependency on X11 and libva-x11
* Fix VC-1 decoding when VSTRANSFORM is 0
* Fix SIGSEGV caused by use-after-free of the bufmgr (Stéphane Marchesin)
* Fix thread safety issue (Gautam)
* Fix vaUnlockSurface() for libva trace
-------------------------------------------------------------------
Thu Oct 18 13:46:56 UTC 2012 - kkhere.geo@gmail.com
- update to git master commit b6dd872 as released version does not
build with the latest libva release
-------------------------------------------------------------------
Wed Jul 11 06:17:55 UTC 2012 - adrian@suse.de
- exclusive arch for %ix86 and x86_64
-------------------------------------------------------------------
Fri Jun 1 09:13:18 UTC 2012 - sndirsch@suse.com
- remove hw Supplements (bnc#764395)
-------------------------------------------------------------------
Wed May 30 17:37:38 UTC 2012 - crrodriguez@opensuse.org
- Reduce buildRequires to the minimum needed now that
the dependency chain has been fixed.
-------------------------------------------------------------------
Tue May 29 14:54:17 UTC 2012 - kkhere.geo@gmail.com
- Update to upstream release 1.0.18
* Fixes for SandyBridge and IvyBridge, full changelog at
http://cgit.freedesktop.org/vaapi/intel-driver/
-------------------------------------------------------------------
Fri May 25 15:03:04 UTC 2012 - sndirsch@suse.com
- license needed to be changed to "MIT and EPL-1.0" (bnc#764135)
-------------------------------------------------------------------
Wed May 23 14:29:20 UTC 2012 - kkhere.geo@gmail.com
- Convert BuildRequires to pkgconfig(...)
- Build the released version not a git snapshot
- Correct source file name to match the source URL
- Rename package libva-intel-driver to vaapi-intel-driver for
consistancy with vaapi-dummy-driver
-------------------------------------------------------------------
Tue May 22 22:25:34 UTC 2012 - crrodriguez@opensuse.org
- Fix/reduce buildRequires, still unneded builddeps due to
bug in libva-devel ..
-------------------------------------------------------------------
Tue May 22 22:11:49 UTC 2012 - crrodriguez@opensuse.org
- Initial package for factory, version 1.0.17_git201205040307.