~ubuntu-branches/ubuntu/vivid/gstreamer-vaapi/vivid

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-08-06 23:56:00 UTC
  • mfrom: (0.1.4 sid) (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140806235600-fg1kcmiu67k315q5
Tags: 0.5.9-2
* Remove spurious build-deps: libva-drm1, libavcodec-dev. (Closes: #757283)
* Drop Build-Depends-Indep and build docs unconditionally on all archs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
gst-vaapi NEWS -- summary of changes.  2013-11-21
 
1
gst-vaapi NEWS -- summary of changes.  2014-07-29
2
2
Copyright (C) 2010-2011 Splitted-Desktop Systems
3
3
Copyright (C) 2011-2013 Intel Corporation
4
4
Copyright (C) 2011 Collabora
5
5
 
 
6
Version 0.5.9 - 29.Jul.2014
 
7
* Add VP8 decoder (+Halley Zhao)
 
8
* Add H.264 MVC decoder and encoder (+Sreerenj Balachandran, Xiaowei Li)
 
9
* Fix support for Firefox >= 30 when built with GStreamer 1.0 APIs
 
10
* Fix MPEG-4:2 decoder hang on skipped frames (Fabrice Bellet) [#733324]
 
11
* Fix MPEG-2 decoder to propagate PTS from demuxer (Jan Schmidt) [#732719]
 
12
* Improvements to H.264 decoder
 
13
  + Add support for grayscale encoded clips
 
14
  + Add minor optimizations to the parsing process
 
15
  + Make support for interlaced streams more robust [#701340]
 
16
  + Fix multiple slices decoding with varying slice types [#724518]
 
17
  + Fix parsing of multiple SEI messages in single NAL units (Aurelien Zanelli)
 
18
* Improvements to plugin elements
 
19
  + Add download capability to vaapidecode [#733243]
 
20
  + Add support for crop regions in VPP mode [#720730]
 
21
  + Allow selection of a particular "display-name" for vaapisink [#722247]
 
22
  + Fix support for headless pipelines, e.g. vaapisink display="drm" mode
 
23
  + Fix creation of output surface pool for vaapipostproc (Simon Farnsworth)
 
24
  + Fix vaapipostproc "deinterlace-mode" semantics (Simon Farnsworth) [#726361]
 
25
  + Fix memory leak in vaapidecode ! {glimagesink,cluttersink} (Matthew Waters)
 
26
  + Fix vaapidecode hang when downstream errors out (Matthew Waters) [#733897]
 
27
 
 
28
Version 0.5.8 - 23.Jan.2014
 
29
* Add H.264 video encoding (+Feng Yuan)
 
30
* Add MPEG-2 video encoding (+Guangxin Xu)
 
31
* Add initial support for GStreamer 1.3 (Matthieu Bouron)
 
32
* Add support for H.264 Constrained Baseline profile (Feng Yuan)
 
33
* Add support for colorbalance adjustment in vaapipostproc (Halley Zhao)
 
34
* Add color space conversion in vaapisink (Holger Kaelberer) [#722255]
 
35
* Fix OpenGL interop with clutter-gst and glimagesink elements (Matthieu Bouron)
 
36
* Fix decoding of H.264 quantization matrices (+Cong Zhong) [#706406]
 
37
* Fix robustness of H.264 decoder when packets are missing
 
38
* Fix hang in vaapidecode on SIGINT [<Ctrl>+C] (Fen Yuan) [#720584]
 
39
* Fix vaapisink initialization with foreign window (Holger Kaelberer) [#722244]
 
40
* Fix Sharpening filter in vaapipostproc (Halley Zhao) [#720375]
 
41
 
6
42
Version 0.5.7 - 21.Nov.2013
7
43
* Add support for GStreamer 1.2 (+Victor Jaquez, Sreerenj Balachandran)
8
44
* Add support for video processing (VA/VPP) (+Halley Zhao)