summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-07-29 10:31:15 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-07-29 10:31:15 +0200
commit61dfd24ca1010c22a254c3071eb07eb2e18cad81 (patch)
treeee94a8a2dc2da3238be87e09529a7f4206252281
parent6003596e82b9aaaa699135f89bd7839ae7792cb7 (diff)
downloadgst-vaapi-61dfd24ca1010c22a254c3071eb07eb2e18cad81.tar.gz
NEWS: updates.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 344ad964..e412563c 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ Version 0.5.9 - 29.Jul.2014
* Add VP8 decoder (+Halley Zhao)
* Add H.264 MVC decoder and encoder (+Sreerenj Balachandran, Xiaowei Li)
* Fix support for Firefox >= 30 when built with GStreamer 1.0 APIs
+* Fix MPEG-4:2 decoder hang on skipped frames (Fabrice Bellet) [#733324]
+* Fix MPEG-2 decoder to propagate PTS from demuxer (Jan Schmidt) [#732719]
* Improvements to H.264 decoder
+ Add support for grayscale encoded clips
+ Add minor optimizations to the parsing process
@@ -21,6 +23,7 @@ Version 0.5.9 - 29.Jul.2014
+ Fix creation of output surface pool for vaapipostproc (Simon Farnsworth)
+ Fix vaapipostproc "deinterlace-mode" semantics (Simon Farnsworth) [#726361]
+ Fix memory leak in vaapidecode ! {glimagesink,cluttersink} (Matthew Waters)
+ + Fix vaapidecode hang when downstream errors out (Matthew Waters) [#733897]
Version 0.5.8 - 23.Jan.2014
* Add H.264 video encoding (+Feng Yuan)