summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2015-09-22 16:06:07 +0200
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2015-09-23 17:09:19 +0200
commite09ba2b96edc27ebd23b0cf6bd8b6be8836b0821 (patch)
tree1e73c35dfe114e6c5dd60a315bded758c3ce926b
parentd1db1e01f7fe939986f43070b497906ab67155cf (diff)
downloadgst-vaapi-e09ba2b96edc27ebd23b0cf6bd8b6be8836b0821.tar.gz
NEWS: updates for 0.6.1
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 92848766..af1610d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,20 @@
-gst-vaapi NEWS -- summary of changes. 2015-07-15
+gstreamer-vaapi NEWS -- summary of changes. 2015-09-22
Copyright (C) 2010-2011 Splitted-Desktop Systems
Copyright (C) 2011-2013 Intel Corporation
Copyright (C) 2011 Collabora
+Version 0.6.1 - 22.Sep.2015
+* Fix a possible segmentation fault using gstreamer 1.4 [#752558]
+* Don't lost the GLTextureUpload meta on seek [#752929]
+* Remove in debian rules the option --with-gstreamer-api [#753618]
+* Add in debian rules yasm as dependency
+* Keep a copy of input codec state [#753914]
+* Renegotiate if the input caps are not equal [#750835]
+* Fix the FPS denominator and numerator [#755040]
+* Initialize H264 PPS's slice_group_id [#754845]
+* Verify for H264 MVC and H265 SPS when running configure [#754845]
+* Link libgstvaapi_parse.so against libgstcodecparsers.so [#754845]
+
Version 0.6 - 15.Jul.2015
* Add HEVC(H265) Decoder
* Add HEVC(H265) Encoder