summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-01-29 13:37:41 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-01-29 13:37:41 +0100
commite8ea18b2098787775ebf04243ad00c499389d7f1 (patch)
tree7a5c657b943319bd2d83877e88f2f3bdb5963c42 /NEWS
parent1d16669acae6b6a1f3bf4935cfe6f24353d1fef3 (diff)
NEWS: updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8ee2fabd..b42f82a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,16 @@
-gst-vaapi NEWS -- summary of changes. 2013-01-15
+gst-vaapi NEWS -- summary of changes. 2013-01-DD
Copyright (C) 2010-2011 Splitted-Desktop Systems
Copyright (C) 2011-2012 Intel Corporation
Copyright (C) 2011 Collabora
+Version 0.5.1 - DD.Jan.2013
+* Add simple decoder demo that only uses libgstvaapi
+* Fix thread-safety issues in the Wayland renderer
+* Fix VC-1 decoding bugs #692461, #692312, #692271, #692270, #692267
+* Fix decoding of VC-1 videos in AVI containers (Feng Yuan)
+* Fix H.264 parser to zero-initialize key syntax elements
+* Fix MPEG-2, H.264 and VC-1 decoders to submit all decoded frames on <EOS>
+
Version 0.5.0 - 15.Jan.2013
* Optimize MPEG-2 and H.264 decoders
* Use GstVideoDecoder API for vaapidecode (+Sreerenj Balachandran)