summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-02-01 23:28:23 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-02-01 23:28:23 +0100
commitdc0b24dcacc2f2034a2b6d6d8efd8a8cbab9743a (patch)
tree8c1594096a20e361e3fa8cc1ee3e8ec27f56e8fd /NEWS
parentfe791efc28586b9ac89b7ac27dcd1342a66c05ac (diff)
NEWS: updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 49c4dfa8..4307dbac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,17 @@
-gst-vaapi NEWS -- summary of changes. 2012-01-16
+gst-vaapi NEWS -- summary of changes. 2012-02-DD
Copyright (C) 2010-2011 Splitted-Desktop Systems
Copyright (C) 2011-2012 Intel Corporation
Copyright (C) 2011 Collabora
+Version 0.3.4 - DD.Feb.2012
+* Add H.264 decoder (based on codecparsers)
+* Add workaround for qtdemux not exposing H.263 profiles (Halley Zhao)
+* Alias H.263 Baseline profile to MPEG-4:2 Simple profile (Halley Zhao)
+* Use optimized path to submit slice data buffers
+* Fix possible memory leak in MPEG-2 decoder
+* Fix vaapisink to cap window size to the maximum display size
+* Fix MPEG-2, MPEG-4 and VC-1 decoders to refcount reference surfaces properly
+
Version 0.3.3 - 16.Jan.2012
* Add MPEG-2, MPEG-4 and VC-1 decoders (based on codecparsers)
* Add support for GstXOverlay::set_render_rectangle() in vaapisink