NEWS: updates.
[platform/upstream/gstreamer.git] / NEWS
1 gst-vaapi NEWS -- summary of changes.  2013-06-DD
2 Copyright (C) 2010-2011 Splitted-Desktop Systems
3 Copyright (C) 2011-2013 Intel Corporation
4 Copyright (C) 2011 Collabora
5
6 Version 0.5.4 - DD.Jun.2013
7 * Fix destruction of Wayland display resources
8 * Fix explicit specification of display type to vaapisink
9 * Fix memory leak in vaapiupload in GStreamer 0.10 builds (Halley Zhao)
10 * Fix performance regression caused by improper use of GstTask callback
11 * Fix raw decoding mode to transfer ownership of surface proxy to caller
12
13 Version 0.5.3 - 18.Apr.2013
14 * Add support for GStreamer 1.0.x API (+Sreerenj Balachandran)
15 * Fix build on Fedora 17 (Víctor Manuel Jáquez)
16 * Fix vaapidecode heuristics to detect decode timeouts
17 * Fix fallback to sofware decoding if no hardware decoder is available
18 * Fix regression in raw decoding mode whereby PTS or picture flags were lost
19
20 Version 0.5.2 - 28.Mar.2013
21 * Add support for video seek/reset (+Sreerenj Balachandran)
22 * Improve MPEG-2 decoder robustness when packets are missing
23 * Fix support for raw YUV buffers in vaapisink
24 * Fix build on older Linux distributions with glib < 2.32
25 * Fix decoding of MPEG-2 videos with height > 2800 pixels
26 * Fix MPEG-2 decoding with explicit quantization matrices set (Cong Zhong)
27 * Fix illegal write in vaapiupload for NV12 surfaces (Holger Kaelberer)
28
29 Version 0.5.1 - 29.Jan.2013
30 * Add simple decoder demo that only uses libgstvaapi
31 * Fix thread-safety issues in the Wayland renderer
32 * Fix VC-1 decoding bugs #692461, #692312, #692271, #692270, #692267
33 * Fix decoding of VC-1 videos in AVI containers (Feng Yuan)
34 * Fix H.264 parser to zero-initialize key syntax elements
35 * Fix MPEG-2, H.264 and VC-1 decoders to submit all decoded frames on <EOS>
36
37 Version 0.5.0 - 15.Jan.2013
38 * Optimize MPEG-2 and H.264 decoders
39 * Use GstVideoDecoder API for vaapidecode (+Sreerenj Balachandran)
40 * Add support for raw YUV buffers in vaapisink (+Halley Zhao)
41 * Add support for global-alpha subpictures/overlay (+Holger Kaelberer)
42 * Fix calculation of the vaapidecode time-out for a surface to get released
43
44 Version 0.4.2 - 18.Dec.2012
45 * Fix H.264 decoding on Cedar Trail platforms
46 * Fix MPEG-4 decoding at end-of-stream (Feng Yuan)
47 * Fix MPEG-4 decoding when a buffer contains multiple packets (Feng Yuan)
48 * Fix memory leak in GstVaapiVideoBuffer for images and surfaces (Feng Yuan)
49 * Fix symbols collision between built-in codecparsers/ and system library
50 * Use GST_PLUGIN_PATH, if set, to install plugin elements (Halley Zhao)
51
52 Version 0.4.1 - 27.Nov.2012
53 * Add support for H.264 interlaced streams
54 * Add support for Wayland 1.0 protocol (Robert Bradford)
55 * Add upstream bitstream parsers library (codecparsers)
56 * Fix build with the GNU gold linker
57 * Fix detection of H.264 picture boundaries
58 * Fix memory leak in MPEG-2 decoder for empty user-data packets
59 * Fix H.264 decoder with MMCO-based reference picture marking process
60 * Decode pending packets when an end-of-stream is received (+Feng Yuan)
61 * Use pixel-aspect-ratio from bitstream parsers (Simon Farnsworth)
62
63 Version 0.4.0 - 05.Oct.2012
64 * Add support for video rotation
65 * Add new video display APIs: Wayland and raw DRM for headless pipelines
66 * Drop FFmpeg-based decoders, only use codecparsers-based ones
67 * Only reset decoder if meaningful caps changed, e.g. size
68 * Allocate the minimal number of video surfaces useful for decoding
69 * Fix vaapisink to scale video down to fit the screen dimensions
70 * Fix vaapidecode crash when trying to release inexistent lock (Philip Lorenz)
71
72 Version 0.3.8 - 20.Sep.2012
73 * Disable FFmpeg-based decoders by default
74 * Add JPEG decoder (based on codecparsers)
75 * Fix crash when destroying GstVaapiDisplay objects early
76 * Fix GLX rendering with FBO + texture-from-pixmap (fallback for VA/GLX)
77 * Fix rendering with EMGD driver when overlay mode is used
78 * Fix MPEG-2 decoding on Intel Atom platforms with EMGD driver
79 * Fix release of dangling proxy surfaces when decoder is reset (Philip Lorenz)
80
81 Version 0.3.7 - 26.Jun.2012
82 * Fix vaapidecode to report unsupported codec profiles
83 * Fix MPEG-2 decoding of streams with extra slice() information
84 * Map MPEG-2 compatible High profile streams to Main profile
85 * Map MPEG-4 Simple Scalable profile streams to Advanced Simple (Feng Yuan)
86 * Fix various MPEG-4 decoding bugs (timestamps, reference frames) (Feng Yuan)
87 * Don't forcibly resize user provided X windows (Holger Kaelberer)
88 * Recalculate render rect only if caps are negotiated (Holger Kaelberer)
89
90 Version 0.3.6 - 02.Apr.2012
91 * Add support for decoding MPEG-2 interlaced streams
92 * Add support for interlaced streams with FFmpeg decoders (Holger Kaelberer)
93 * Add vaapipostproc element for video postprocessing (e.g. deinterlacing)
94 * Skip all H.264 Filler Data NALs
95 * Fix crashes in MPEG-4 decoder (Feng Yuan)
96 * Fix fallback from MPEG-2 Simple to Main profile
97 * Improve decoding of misformed MPEG-2 streams (+Feng Yuan)
98 * Avoid a hang in playbin2 for some MPEG-2 TS streams (Feng Yuan)
99
100 Version 0.3.5 - 02.Mar.2012
101 * Fix H.264 decoding when emulation prevention bytes are detected
102 * Skip all H.264 Access Unit (AU) NALs (Feng Yuan)
103 * Fix modification process of H.264 reference picture lists (Feng Yuan)
104 * Fix MPEG-2 stream size calculation (Sreerenj Balachandran)
105 * Fix MPEG-2 decoding on Intel Gen with multiple slices per MB line
106 * Fix crash when downloading/uploading VA images on PowerVR (Cedar Trail)
107 * Fix double buffer free issues with some VA drivers
108 * Fix crash when there is no free surface available for decoding
109 * Skip profiles which have no entrypoints (Halley Zhao)
110 * Fix minor memory leaks in plug-in elements
111
112 Version 0.3.4 - 01.Feb.2012
113 * Add H.264 decoder (based on codecparsers)
114 * Add workaround for qtdemux not exposing H.263 profiles (Halley Zhao)
115 * Alias H.263 Baseline profile to MPEG-4:2 Simple profile (Halley Zhao)
116 * Use optimized path to submit slice data buffers
117 * Fix possible memory leak in MPEG-2 decoder
118 * Fix vaapisink to cap window size to the maximum display size
119 * Fix MPEG-2, MPEG-4 and VC-1 decoders to refcount reference surfaces properly
120
121 Version 0.3.3 - 16.Jan.2012
122 * Add MPEG-2, MPEG-4 and VC-1 decoders (based on codecparsers)
123 * Add support for GstXOverlay::set_render_rectangle() in vaapisink
124 * Fix memory leak of GL texture (Nicolas Dufresne)
125 * Fix vaapisink to automatically fit video to window
126 * Fix vaapiupload to only set caps on newly created buffers (Nicolas Dufresne)
127 * Fix gst_vaapi_ensure_display() to honour DISPLAY environment variable
128
129 Version 0.3.2 - 06.Jan.2012
130 * Rename vaapiconvert element to vaapiupload
131 * Fix vaapiupload from NV12 buffers
132 * Fix possible leaks of VA surfaces in FFmpeg decoder
133 * Fix memory leak in vaapiupload initialization function
134 * Fix possible crash in vaapidecode deinitialization code
135 * Add vaapidownload element to convert from VA surfaces to YUV pixels
136
137 Version 0.3.1 - 16.Dec.2011
138 * Fix check for supported VA images
139 * Add support for partial VA image updates
140 * Add support for new subtitle/overlay infrastructure (Thibault Saunier)
141 * Add missing video context queries in vaapisink/vaapiconvert (Nicolas Dufresne)
142
143 Version 0.3.0 - 09.Dec.2011
144 * Group all plugins into the same bundle
145 * Use new XOverlay API (Sreerenj Balachandran)
146 * Use new GstVideoContext and GstSurfaceBuffer API (Nicolas Dufresne)
147 * Fix vaapidecode sink caps if decoder is in NULL state (Sreerenj Balachandran)
148 * Fix auto-plugging and downstream buffer allocation (Nicolas Dufresne)
149 * Fix crash in VA display init if no VA configs were found (Nicolas Dufresne)
150
151 Version 0.2.7 - 07.Dec.2011
152 * Relicense plugins and tests to LGPL v2.1 (SDS)
153 * Fix MPEG-2 decoding from TS & PS streams
154 * Fix build with newer versions of FFmpeg
155 * Fix vaapiconvert direct-rendering modes
156 * Fix use of invalid data at the end-of-stream
157
158 Version 0.2.6 - 14.Jun.2011
159 * Fix licensing terms (LGPL v2.1)
160
161 Version 0.2.5 - 20.Jul.2010
162 * Fix build with older VA-API 0.29-sds
163 * Fix decoding of some H.264 streams. e.g. Ice Age 2 trailer
164 * Fix VA/GLX support with texture-from-pixmap and GLX version < 1.3
165
166 Version 0.2.4 - 18.May.2010
167 * Fix video rendering rect within an embedder window (Totem)
168 * Disable GLX rendering when vaapisink uses a foreign X window
169
170 Version 0.2.3 - 16.May.2010
171 * Fix memory leak of encoded buffers
172 * Fix decoder caps to report codec aliases
173 * Fix VC-1 decoding through the playbin2 pipeline
174
175 Version 0.2.2 - 14.May.2010
176 * Fix packaging dependencies
177 * Fix a crash in the FFmpeg decoder on close
178 * Fix OpenGL texture internal format (Clutter)
179 * Fix foreign window size for embedding (Totem)
180
181 Version 0.2.1 - 12.May.2010
182 * Fix integration within the playbin2 pipeline
183 * Fix vaapidecode to expose the HW supported caps only
184 * Add GstXOverlay interface to vaapisink (Totem media player)
185
186 Version 0.2.0 - 05.May.2010
187 * Relicense gst-libs/ code to LGPL v2.1+
188 * Add FFmpeg/VAAPI decoder for the new `vaapidecode' element
189
190 Version 0.1.2 - 30.Mar.2010
191 * Add AYUV image format
192 * Add compatibility with the original VA-API 0.29
193 * Add OpenGL support through VA/GLX extensions or TFP+FBO fallback
194
195 Version 0.1.1 - 23.Mar.2010
196 * Document public API for libgstvaapi-*.so.*
197 * Optimize `vaapiconvert' pipeline (direct-rendering)
198 * Allow `vaapisink` to render videos in fullscreen mode
199
200 Version 0.1.0 - 16.Mar.2010
201 * Initial release