X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=e412563cc4e5bfba2a31aa17cf20b49b660bbad6;hb=refs%2Fheads%2Ftizen_3.0.2015.q1_common;hp=62b0e5d78ee3d8c48ab0c0dcc68c61ef30b8082f;hpb=42e46cd9d1a3b60f6af04817e6488c8f68dc502c;p=platform%2Fupstream%2Fgstreamer-vaapi.git diff --git a/NEWS b/NEWS index 62b0e5d..e412563 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,81 @@ -gst-vaapi NEWS -- summary of changes. 2013-07-DD +gst-vaapi NEWS -- summary of changes. 2014-07-29 Copyright (C) 2010-2011 Splitted-Desktop Systems Copyright (C) 2011-2013 Intel Corporation Copyright (C) 2011 Collabora -Version 0.5.5 - DD.Jul.2013 +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 + + Make support for interlaced streams more robust [#701340] + + Fix multiple slices decoding with varying slice types [#724518] + + Fix parsing of multiple SEI messages in single NAL units (Aurelien Zanelli) +* Improvements to plugin elements + + Add download capability to vaapidecode [#733243] + + Add support for crop regions in VPP mode [#720730] + + Allow selection of a particular "display-name" for vaapisink [#722247] + + Fix support for headless pipelines, e.g. vaapisink display="drm" mode + + 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) +* Add MPEG-2 video encoding (+Guangxin Xu) +* Add initial support for GStreamer 1.3 (Matthieu Bouron) +* Add support for H.264 Constrained Baseline profile (Feng Yuan) +* Add support for colorbalance adjustment in vaapipostproc (Halley Zhao) +* Add color space conversion in vaapisink (Holger Kaelberer) [#722255] +* Fix OpenGL interop with clutter-gst and glimagesink elements (Matthieu Bouron) +* Fix decoding of H.264 quantization matrices (+Cong Zhong) [#706406] +* Fix robustness of H.264 decoder when packets are missing +* Fix hang in vaapidecode on SIGINT [+C] (Fen Yuan) [#720584] +* Fix vaapisink initialization with foreign window (Holger Kaelberer) [#722244] +* Fix Sharpening filter in vaapipostproc (Halley Zhao) [#720375] + +Version 0.5.7 - 21.Nov.2013 +* Add support for GStreamer 1.2 (+Victor Jaquez, Sreerenj Balachandran) +* Add support for video processing (VA/VPP) (+Halley Zhao) + + Scaling and color conversion + + Image enhancement filters: Sharpening, Noise Reduction + + Advanced deinterlacing: Motion-Adaptive, Motion-Compensated +* Fix vaapidecode pause/resume/seek capabilities (+Guangxin Xu) +* JPEG decoder bug fixes and improvements + + Add support for multiscan images + + Improve overall performance by +12% + + Fix robustness and tolerance to missing packets + + Fix detection of image boundaries (Junfeng Xu) + + Fix decoding from Logitech Pro C920 cameras (Junfeng Xu) + +Version 0.5.6 - 29.Aug.2013 +* Add render-to-pixmap API to bypass VA/GLX in clutter-gst +* Add initial support for video-processing APIs (+Halley Zhao) +* Add support for video cropping and deinterlacing to the Wayland backend +* Add "force-aspect-ratio" property to vaapisink (Simon Farnsworth) +* Fix support for clutter-gst in GStreamer 0.10 builds +* Fix HW accelerated rendering with SW decoded pipelines +* Fix videotestsrc ! vaapisink pipelines (Guangxin Xu) +* Fix memory leak of raw video uploader objects (Feng Yuan) +* Fix decoding without a video parser element before `vaapidecde' +* Fix regression in MPEG-2 decoder due to incomplete video cropping support +* Fix dead-lock condition on Wayland when the end-of-stream is reached + +Version 0.5.5 - 15.Jul.2013 +* Allow creation of video surfaces with an explicit pixel format * Allocate VA/GLX capable buffers by default on X11 servers (Victor Jaquez) * Add support for video cropping in MPEG-2, VC-1 and H.264 codecs (+Sreerenj) +* Fix memory leak when processing interlaced pictures * Fix creation of VA/GLX textures when video cropping is used * Fix raw image copies in vaapidownload / vaapiupload (Feng Yuan) * Fix MPEG-2 quantization matrices reset on new sequence headers (Cong Zhong) +* Fix direct linking of vaapidownload element to xvimagesink (Feng Yuan) +* Fix memory corruption in video pool implementation, e.g. for clutter-gst Version 0.5.4 - 14.Jun.2013 * Streamline core libgstvaapi decoding library (API/ABI changes)