summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-11-19 10:04:52 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-11-19 10:04:52 +0100
commit361a7614809f9b312d0e402177c32627049e03d9 (patch)
treee76a5ed9cae64f793de42f42ec12b660c2706335 /NEWS
parent5650202903c65ce7448495923ab961d3d4c9faf4 (diff)
NEWS: updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dbc6e331..a290272b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,19 @@
-gst-vaapi NEWS -- summary of changes. 2012-10-05
+gst-vaapi NEWS -- summary of changes. 2012-11-DD
Copyright (C) 2010-2011 Splitted-Desktop Systems
Copyright (C) 2011-2012 Intel Corporation
Copyright (C) 2011 Collabora
+Version 0.4.1 - DD.Nov.2012
+* Add support for H.264 interlaced streams
+* Add support for Wayland 1.0 protocol (Robert Bradford)
+* Add upstream bitstream parsers library (codecparsers)
+* Fix build with the GNU gold linker
+* Fix detection of H.264 picture boundaries
+* Fix memory leak in MPEG-2 decoder for empty user-data packets
+* Fix H.264 decoder with MMCO-based reference picture marking process
+* Decode pending packets when an end-of-stream is received (+Feng Yuan)
+* Use pixel-aspect-ratio from bitstream parsers (Simon Farnsworth)
+
Version 0.4.0 - 05.Oct.2012
* Add support for video rotation
* Add new video display APIs: Wayland and raw DRM for headless pipelines
@@ -10,7 +21,7 @@ Version 0.4.0 - 05.Oct.2012
* Only reset decoder if meaningful caps changed, e.g. size
* Allocate the minimal number of video surfaces useful for decoding
* Fix vaapisink to scale video down to fit the screen dimensions
-* Fix vaapidecode crash when trying to release an inexistant lock (Philip Lorenz)
+* Fix vaapidecode crash when trying to release inexistent lock (Philip Lorenz)
Version 0.3.8 - 20.Sep.2012
* Disable FFmpeg-based decoders by default