VPP: Fix the typo error of "VV16"
[platform/upstream/libva-intel-driver.git] / NEWS
diff --git a/NEWS b/NEWS
index b013dd8..9711d38 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,86 @@
-libva-intel-driver NEWS -- summary of changes.  2012-11-xx
-Copyright (C) 2009-2011 Intel Corporation
+libva-intel-driver NEWS -- summary of changes.  2014-03-24
+Copyright (C) 2009-2014 Intel Corporation
 
-Version 1.0.19 - xx.Nov.2012
-* Add support Haswell
+Version 1.3.0 - 24.Mar.2014
+* Add support for Broadwell
+  - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8
+  - Encoding: H.264/MPEG-2
+  - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/Sharpening/ColorBalance
+* Fix the wrong setting in MI_BATCH_BATCH_START
+
+Version 1.2.2 - 16.Dec.2013
+* Motion compensation DI on HSW
+* Optimization of FPS for H.264 encoding on HSW
+* Add brightness/contrast/hue/saturation support for rendering.
+* Support BT601/BT709/SMPTE240 in vaPutSurface()
+* Expose Constrained Baseline Profile instead of Baseline Profile for H.264
+* Bug fixes
+
+Version 1.2.1 - 23.Sep.2013
+* Add PCI IDs for Bay Trail
+* Performance improvement for MPEG-2 Encoding on IVB/HSW
+* Add basic processing support for packed YUV to packed YUV on ILK+
+* Check the underlying OS support for VEBOX on HSW
+* Quality improvement for BobDI on SNB/IVB
+* Add support for Motion Adaptive Deinterlacing on IVB
+* vaDeriveImage() works for UYVY formats
+* Fix thread safety issue
+* Fix GPU hang issue when decoding some videos on SNB
+* Fix output filter count from QueryVideoProcFilters()
+
+Version 1.2.0 - 26.Jun.2013
+* The new H.264 encoding API on SNB/IVB/HSW
+  - Profile: BP/MP/HP
+  - Entropy Coding: CAVLC/CABAC
+  - Rate Control: CQP, CBR
+  - Progressive frame
+  - Multi Slice encoding
+  - Configurable GOP Structure
+* MPEG-2 encoding on IVB/HSW
+  - Profile: SP/MP
+  - Progressive frame
+  - Configurable GOP Structure  
+* Video process on ILK/SNB/IVB/HSW
+  - CSC/scaling on ILK
+  - CSC/scaling/NoiseReduction/Deinterlacing{Bob} on SNB/IVB
+  - CSC/scaling/NoiseReduction/Deinterlacing{Bob,MotionAdaptive}/Sharpening/ColorBalance on HSW
+* Implement vaQuerySurfaceAttributes()
+* Implement the new version of vaCreateSurfaces()
+  - Create VA surface with specified fourcc
+  - Create VA surface from external buffer
+    . flinked GEM buffer
+    . prime/dma buffer
+* Optimize H.264 encoding on IVB/HSW
+* More reserved PCI IDs for HSW
+* A lot of bug fixes
+
+Version 1.0.20 - 19.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
+
+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 segment fault caused by use-after-free of the bufmgr (Stéphane Marchesin)
+* 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 libva trace issue in the driver
+* Fix vaUnlockSurface() for libva trace
 
 Version 1.0.18 - 02.Aug.2012
 * Add JPEG decoding on Ivy Bridge