summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-12-18 15:29:58 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-12-18 15:31:52 +0100
commit3734b8101d972b7dfc399aab90671bdb03acb28e (patch)
treebf124d376183e3a2ee3af8f4a064c7cba6c84192 /NEWS
parentf5294b813adae6b521b0be0eec2f27c465425570 (diff)
downloadgst-vaapi-3734b8101d972b7dfc399aab90671bdb03acb28e.tar.gz
NEWS: updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 621c5500..cf399a7c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,11 +4,19 @@ Copyright (C) 2011-2012 Intel Corporation
Copyright (C) 2011 Collabora
Version 0.5.0 - DD.Dec.2012
-* Require glib >= 2.31.2
+* Use GstVideoDecoder API for vaapidecode (+Sreerenj Balachandran)
* Add support for raw YUV buffers in vaapisink (+Halley Zhao)
* Fix memory leak in GstVaapiVideoBuffer for images and surfaces (Feng Yuan)
-Version 0.4.1 - 20.Nov.2012
+Version 0.4.2 - 18.Dec.2012
+* Fix H.264 decoding on Cedar Trail platforms
+* Fix MPEG-4 decoding at end-of-stream (Feng Yuan)
+* Fix MPEG-4 decoding when a buffer contains multiple packets (Feng Yuan)
+* Fix memory leak in GstVaapiVideoBuffer for images and surfaces (Feng Yuan)
+* Fix symbols collision between built-in codecparsers/ and system library
+* Use GST_PLUGIN_PATH, if set, to install plugin elements (Halley Zhao)
+
+Version 0.4.1 - 27.Nov.2012
* Add support for H.264 interlaced streams
* Add support for Wayland 1.0 protocol (Robert Bradford)
* Add upstream bitstream parsers library (codecparsers)