NEWS: updates
[platform/upstream/gstreamer.git] / NEWS
1 gst-vaapi NEWS -- summary of changes.  2015-07-15
2 Copyright (C) 2010-2011 Splitted-Desktop Systems
3 Copyright (C) 2011-2013 Intel Corporation
4 Copyright (C) 2011 Collabora
5
6 Version 0.6 - 15.Jul.2015
7 * Add HEVC(H265) Decoder
8 * Add HEVC(H265) Encoder
9 * Add VP8 Encoder
10 * Add JPEG Encoder
11 * Add support for EGL [#743846, #743847, #741079]
12 * Add a vaapidecodebin(vaapidecode->queue->vaapipostproc) element [#745216]
13 * Add skin-tone-enhancement feature in vaapipostproc [#744088]
14 * Add support for H.264 MVC Multiview High profile encoding with more than 2 views [#732453]
15 * Add support for GstVideoGLTextureOrientation in plugins
16 * Add support for BGRA textures in plugins
17 * Removed all GStreamer 0.10 and 1.0 specific code sections [#745728,#732666]
18 * Add support for loss of picturers in h264 decoder [#745048,#703921]
19 * Add a simple-encoder test program that uses libgstvaapi for video encoding [#719528]
20 * Add finer wayland frame control and many other optimizations [#719528, #749078, #747492#]
21 * Add scaling of quality factor and Qantization tables for JPEG encoder [#748335]
22 * Add GstColorBalance interface in vaapipostproc [#720376]
23 * Add a handoff signal to vaapisink [#747905]
24 * Add rounding control handling for VC1 simple and Main profile [#743958]
25 * Record glconext supplied by downstream to enable run-time compatibility check [#725643]
26 * Switch back to single thread implementation in vaapidecode [#742605]
27 * Set decoding latency in vaapidecode by assuming realtime performance fo the HW decoding [#740419]
28 * Allow vaapidecode to connect with glimagesink, mark x11 display as compatible with EGL [#745902]
29 * Allow decoding of VC1 streams which contain user BDUs [#741237]
30 * Use git.mk, a small Makefile to autogenerate .gitignore files
31 * Expose the overlay capability in vaapisink for compatibility with dvbsuboverlay [#750095]
32 * Enable VPP element in vaapidecodebin only if there is HW support [#749554]
33 * Fix autoplugging of vaapidecode in playbin for wmv/asf streams
34 * Fix multi-slice hevc encoding [#749854]
35 * Fix ABBA deadlock between vaapisink and vaapipostproc if running in different threds [#738249]
36 * Fix Seeking failure while using navseek in pipeline [#738677]
37 * Fix PTS cache for MPEG2 GOP start [#748676]
38 * Fix the wrong selection of passthrough mode in vaapipostproc [#748184]
39 * Fix GstVaapiVideoPool related dead-lock [#747944]
40 * Fix the race condition while setting drm device type [#747914]
41 * Fix crash in vaapidecode if buffer outlives the decoder [#745189]
42 * Fix memory leak in vaapidecode [#743226]
43 * Fix multiple caps negotiation issues with vaapi elements [#744618]
44 * Improve check for upstream element that requires DMABUF buffer pool
45 * Fix vaapisink memory leak in debug mode
46 * Fix crash when seeking mpeg2 strems
47 * Fix support for Wayland/EGL running alongside X11
48
49 Version 0.5.10 - 3.Feb.2015
50 * Add support for DRM Render-Nodes for headless operation
51 * Add support for VA surface buffer sharing with DMABUF and GEM handles
52 * Add support for v4l2src with io-mode={dmabuf,dmabuf-import}
53 * Drop support for VA/GLX specific APIs in libgstvaapi and vaapisink [#736711]
54 * Improvements to H.264 codecs
55   + Fix profile limits for encoding
56   + Fix pixel-aspect-ratio in the encoded stream
57   + Add decoding support for interlaced streams with repeat-first-field (RFF)
58   + Fix decoding of interlaced streams in top-field-first order (TFF) [#739291]
59   + Fix decoding of UK DVB-T2 streams [#739291]
60 * Improvements to plugin elements
61   + Add support for dma_buf imports (Wind Yuan) [#735362]
62   + Allow for SW decoding fallbacks with unsupported profiles [#730997]
63   + Make vaapipostproc work with SW elements (+Victor Jaquez) [#720174, #704078]
64   + Allow vaapipostproc to integrate with GL downstream elements [#735231]
65   + Add support for high-quality scaling to vaapipostproc ("scale-method=hq")
66   + Fix advanced deinterlacing when it is the unique filter applied
67   + Add GstColorBalance interface to vaapisink (Changzhi Wei) [#722390]
68   + Implement the GstNavigation interface into vaapisink [#711479]
69   + Allow rescaling of X11 window for vaapisink (Holger Kaelberer) [#711478]
70   + Optimizations to vaapidecode thread handling (Sebastian Dröge) [#734616]
71   + Fix deinterlacing from non VA memory buffers (Simon Farnsworth) [#726270]
72   + Fix clearing of subtitle overlay (Simon Farnsworth)
73   + Fix clearing of vaapipostproc state during restart (Michael Olbrich)
74
75 Version 0.5.9 - 29.Jul.2014
76 * Add VP8 decoder (+Halley Zhao)
77 * Add H.264 MVC decoder and encoder (+Sreerenj Balachandran, Xiaowei Li)
78 * Fix support for Firefox >= 30 when built with GStreamer 1.0 APIs
79 * Fix MPEG-4:2 decoder hang on skipped frames (Fabrice Bellet) [#733324]
80 * Fix MPEG-2 decoder to propagate PTS from demuxer (Jan Schmidt) [#732719]
81 * Improvements to H.264 decoder
82   + Add support for grayscale encoded clips
83   + Add minor optimizations to the parsing process
84   + Make support for interlaced streams more robust [#701340]
85   + Fix multiple slices decoding with varying slice types [#724518]
86   + Fix parsing of multiple SEI messages in single NAL units (Aurelien Zanelli)
87 * Improvements to plugin elements
88   + Add download capability to vaapidecode [#733243]
89   + Add support for crop regions in VPP mode [#720730]
90   + Allow selection of a particular "display-name" for vaapisink [#722247]
91   + Fix support for headless pipelines, e.g. vaapisink display="drm" mode
92   + Fix creation of output surface pool for vaapipostproc (Simon Farnsworth)
93   + Fix vaapipostproc "deinterlace-mode" semantics (Simon Farnsworth) [#726361]
94   + Fix memory leak in vaapidecode ! {glimagesink,cluttersink} (Matthew Waters)
95   + Fix vaapidecode hang when downstream errors out (Matthew Waters) [#733897]
96
97 Version 0.5.8 - 23.Jan.2014
98 * Add H.264 video encoding (+Feng Yuan)
99 * Add MPEG-2 video encoding (+Guangxin Xu)
100 * Add initial support for GStreamer 1.3 (Matthieu Bouron)
101 * Add support for H.264 Constrained Baseline profile (Feng Yuan)
102 * Add support for colorbalance adjustment in vaapipostproc (Halley Zhao)
103 * Add color space conversion in vaapisink (Holger Kaelberer) [#722255]
104 * Fix OpenGL interop with clutter-gst and glimagesink elements (Matthieu Bouron)
105 * Fix decoding of H.264 quantization matrices (+Cong Zhong) [#706406]
106 * Fix robustness of H.264 decoder when packets are missing
107 * Fix hang in vaapidecode on SIGINT [<Ctrl>+C] (Fen Yuan) [#720584]
108 * Fix vaapisink initialization with foreign window (Holger Kaelberer) [#722244]
109 * Fix Sharpening filter in vaapipostproc (Halley Zhao) [#720375]
110
111 Version 0.5.7 - 21.Nov.2013
112 * Add support for GStreamer 1.2 (+Victor Jaquez, Sreerenj Balachandran)
113 * Add support for video processing (VA/VPP) (+Halley Zhao)
114   + Scaling and color conversion
115   + Image enhancement filters: Sharpening, Noise Reduction
116   + Advanced deinterlacing: Motion-Adaptive, Motion-Compensated
117 * Fix vaapidecode pause/resume/seek capabilities (+Guangxin Xu)
118 * JPEG decoder bug fixes and improvements
119   + Add support for multiscan images
120   + Improve overall performance by +12%
121   + Fix robustness and tolerance to missing packets
122   + Fix detection of image boundaries (Junfeng Xu)
123   + Fix decoding from Logitech Pro C920 cameras (Junfeng Xu)
124
125 Version 0.5.6 - 29.Aug.2013
126 * Add render-to-pixmap API to bypass VA/GLX in clutter-gst
127 * Add initial support for video-processing APIs (+Halley Zhao)
128 * Add support for video cropping and deinterlacing to the Wayland backend
129 * Add "force-aspect-ratio" property to vaapisink (Simon Farnsworth)
130 * Fix support for clutter-gst in GStreamer 0.10 builds
131 * Fix HW accelerated rendering with SW decoded pipelines
132 * Fix videotestsrc ! vaapisink pipelines (Guangxin Xu)
133 * Fix memory leak of raw video uploader objects (Feng Yuan)
134 * Fix decoding without a video parser element before `vaapidecde'
135 * Fix regression in MPEG-2 decoder due to incomplete video cropping support
136 * Fix dead-lock condition on Wayland when the end-of-stream is reached
137
138 Version 0.5.5 - 15.Jul.2013
139 * Allow creation of video surfaces with an explicit pixel format
140 * Allocate VA/GLX capable buffers by default on X11 servers (Victor Jaquez)
141 * Add support for video cropping in MPEG-2, VC-1 and H.264 codecs (+Sreerenj)
142 * Fix memory leak when processing interlaced pictures
143 * Fix creation of VA/GLX textures when video cropping is used
144 * Fix raw image copies in vaapidownload / vaapiupload (Feng Yuan)
145 * Fix MPEG-2 quantization matrices reset on new sequence headers (Cong Zhong)
146 * Fix direct linking of vaapidownload element to xvimagesink (Feng Yuan)
147 * Fix memory corruption in video pool implementation, e.g. for clutter-gst
148
149 Version 0.5.4 - 14.Jun.2013
150 * Streamline core libgstvaapi decoding library (API/ABI changes)
151 * Use built-in codecparsers by default (or --disable-builtin-codecparsers)
152 * Fix default Huffman tables generation (Feng Yuan)
153 * Fix destruction of Wayland display resources
154 * Fix explicit specification of display type to vaapisink
155 * Fix memory leak in vaapiupload in GStreamer 0.10 builds (Halley Zhao)
156 * Fix performance regression caused by improper use of GstTask callback
157 * Fix raw decoding mode to transfer ownership of surface proxy to caller
158
159 Version 0.5.3 - 18.Apr.2013
160 * Add support for GStreamer 1.0.x API (+Sreerenj Balachandran)
161 * Fix build on Fedora 17 (Víctor Manuel Jáquez)
162 * Fix vaapidecode heuristics to detect decode timeouts
163 * Fix fallback to sofware decoding if no hardware decoder is available
164 * Fix regression in raw decoding mode whereby PTS or picture flags were lost
165
166 Version 0.5.2 - 28.Mar.2013
167 * Add support for video seek/reset (+Sreerenj Balachandran)
168 * Improve MPEG-2 decoder robustness when packets are missing
169 * Fix support for raw YUV buffers in vaapisink
170 * Fix build on older Linux distributions with glib < 2.32
171 * Fix decoding of MPEG-2 videos with height > 2800 pixels
172 * Fix MPEG-2 decoding with explicit quantization matrices set (Cong Zhong)
173 * Fix illegal write in vaapiupload for NV12 surfaces (Holger Kaelberer)
174
175 Version 0.5.1 - 29.Jan.2013
176 * Add simple decoder demo that only uses libgstvaapi
177 * Fix thread-safety issues in the Wayland renderer
178 * Fix VC-1 decoding bugs #692461, #692312, #692271, #692270, #692267
179 * Fix decoding of VC-1 videos in AVI containers (Feng Yuan)
180 * Fix H.264 parser to zero-initialize key syntax elements
181 * Fix MPEG-2, H.264 and VC-1 decoders to submit all decoded frames on <EOS>
182
183 Version 0.5.0 - 15.Jan.2013
184 * Optimize MPEG-2 and H.264 decoders
185 * Use GstVideoDecoder API for vaapidecode (+Sreerenj Balachandran)
186 * Add support for raw YUV buffers in vaapisink (+Halley Zhao)
187 * Add support for global-alpha subpictures/overlay (+Holger Kaelberer)
188 * Fix calculation of the vaapidecode time-out for a surface to get released
189
190 Version 0.4.2 - 18.Dec.2012
191 * Fix H.264 decoding on Cedar Trail platforms
192 * Fix MPEG-4 decoding at end-of-stream (Feng Yuan)
193 * Fix MPEG-4 decoding when a buffer contains multiple packets (Feng Yuan)
194 * Fix memory leak in GstVaapiVideoBuffer for images and surfaces (Feng Yuan)
195 * Fix symbols collision between built-in codecparsers/ and system library
196 * Use GST_PLUGIN_PATH, if set, to install plugin elements (Halley Zhao)
197
198 Version 0.4.1 - 27.Nov.2012
199 * Add support for H.264 interlaced streams
200 * Add support for Wayland 1.0 protocol (Robert Bradford)
201 * Add upstream bitstream parsers library (codecparsers)
202 * Fix build with the GNU gold linker
203 * Fix detection of H.264 picture boundaries
204 * Fix memory leak in MPEG-2 decoder for empty user-data packets
205 * Fix H.264 decoder with MMCO-based reference picture marking process
206 * Decode pending packets when an end-of-stream is received (+Feng Yuan)
207 * Use pixel-aspect-ratio from bitstream parsers (Simon Farnsworth)
208
209 Version 0.4.0 - 05.Oct.2012
210 * Add support for video rotation
211 * Add new video display APIs: Wayland and raw DRM for headless pipelines
212 * Drop FFmpeg-based decoders, only use codecparsers-based ones
213 * Only reset decoder if meaningful caps changed, e.g. size
214 * Allocate the minimal number of video surfaces useful for decoding
215 * Fix vaapisink to scale video down to fit the screen dimensions
216 * Fix vaapidecode crash when trying to release inexistent lock (Philip Lorenz)
217
218 Version 0.3.8 - 20.Sep.2012
219 * Disable FFmpeg-based decoders by default
220 * Add JPEG decoder (based on codecparsers)
221 * Fix crash when destroying GstVaapiDisplay objects early
222 * Fix GLX rendering with FBO + texture-from-pixmap (fallback for VA/GLX)
223 * Fix rendering with EMGD driver when overlay mode is used
224 * Fix MPEG-2 decoding on Intel Atom platforms with EMGD driver
225 * Fix release of dangling proxy surfaces when decoder is reset (Philip Lorenz)
226
227 Version 0.3.7 - 26.Jun.2012
228 * Fix vaapidecode to report unsupported codec profiles
229 * Fix MPEG-2 decoding of streams with extra slice() information
230 * Map MPEG-2 compatible High profile streams to Main profile
231 * Map MPEG-4 Simple Scalable profile streams to Advanced Simple (Feng Yuan)
232 * Fix various MPEG-4 decoding bugs (timestamps, reference frames) (Feng Yuan)
233 * Don't forcibly resize user provided X windows (Holger Kaelberer)
234 * Recalculate render rect only if caps are negotiated (Holger Kaelberer)
235
236 Version 0.3.6 - 02.Apr.2012
237 * Add support for decoding MPEG-2 interlaced streams
238 * Add support for interlaced streams with FFmpeg decoders (Holger Kaelberer)
239 * Add vaapipostproc element for video postprocessing (e.g. deinterlacing)
240 * Skip all H.264 Filler Data NALs
241 * Fix crashes in MPEG-4 decoder (Feng Yuan)
242 * Fix fallback from MPEG-2 Simple to Main profile
243 * Improve decoding of misformed MPEG-2 streams (+Feng Yuan)
244 * Avoid a hang in playbin2 for some MPEG-2 TS streams (Feng Yuan)
245
246 Version 0.3.5 - 02.Mar.2012
247 * Fix H.264 decoding when emulation prevention bytes are detected
248 * Skip all H.264 Access Unit (AU) NALs (Feng Yuan)
249 * Fix modification process of H.264 reference picture lists (Feng Yuan)
250 * Fix MPEG-2 stream size calculation (Sreerenj Balachandran)
251 * Fix MPEG-2 decoding on Intel Gen with multiple slices per MB line
252 * Fix crash when downloading/uploading VA images on PowerVR (Cedar Trail)
253 * Fix double buffer free issues with some VA drivers
254 * Fix crash when there is no free surface available for decoding
255 * Skip profiles which have no entrypoints (Halley Zhao)
256 * Fix minor memory leaks in plug-in elements
257
258 Version 0.3.4 - 01.Feb.2012
259 * Add H.264 decoder (based on codecparsers)
260 * Add workaround for qtdemux not exposing H.263 profiles (Halley Zhao)
261 * Alias H.263 Baseline profile to MPEG-4:2 Simple profile (Halley Zhao)
262 * Use optimized path to submit slice data buffers
263 * Fix possible memory leak in MPEG-2 decoder
264 * Fix vaapisink to cap window size to the maximum display size
265 * Fix MPEG-2, MPEG-4 and VC-1 decoders to refcount reference surfaces properly
266
267 Version 0.3.3 - 16.Jan.2012
268 * Add MPEG-2, MPEG-4 and VC-1 decoders (based on codecparsers)
269 * Add support for GstXOverlay::set_render_rectangle() in vaapisink
270 * Fix memory leak of GL texture (Nicolas Dufresne)
271 * Fix vaapisink to automatically fit video to window
272 * Fix vaapiupload to only set caps on newly created buffers (Nicolas Dufresne)
273 * Fix gst_vaapi_ensure_display() to honour DISPLAY environment variable
274
275 Version 0.3.2 - 06.Jan.2012
276 * Rename vaapiconvert element to vaapiupload
277 * Fix vaapiupload from NV12 buffers
278 * Fix possible leaks of VA surfaces in FFmpeg decoder
279 * Fix memory leak in vaapiupload initialization function
280 * Fix possible crash in vaapidecode deinitialization code
281 * Add vaapidownload element to convert from VA surfaces to YUV pixels
282
283 Version 0.3.1 - 16.Dec.2011
284 * Fix check for supported VA images
285 * Add support for partial VA image updates
286 * Add support for new subtitle/overlay infrastructure (Thibault Saunier)
287 * Add missing video context queries in vaapisink/vaapiconvert (Nicolas Dufresne)
288
289 Version 0.3.0 - 09.Dec.2011
290 * Group all plugins into the same bundle
291 * Use new XOverlay API (Sreerenj Balachandran)
292 * Use new GstVideoContext and GstSurfaceBuffer API (Nicolas Dufresne)
293 * Fix vaapidecode sink caps if decoder is in NULL state (Sreerenj Balachandran)
294 * Fix auto-plugging and downstream buffer allocation (Nicolas Dufresne)
295 * Fix crash in VA display init if no VA configs were found (Nicolas Dufresne)
296
297 Version 0.2.7 - 07.Dec.2011
298 * Relicense plugins and tests to LGPL v2.1 (SDS)
299 * Fix MPEG-2 decoding from TS & PS streams
300 * Fix build with newer versions of FFmpeg
301 * Fix vaapiconvert direct-rendering modes
302 * Fix use of invalid data at the end-of-stream
303
304 Version 0.2.6 - 14.Jun.2011
305 * Fix licensing terms (LGPL v2.1)
306
307 Version 0.2.5 - 20.Jul.2010
308 * Fix build with older VA-API 0.29-sds
309 * Fix decoding of some H.264 streams. e.g. Ice Age 2 trailer
310 * Fix VA/GLX support with texture-from-pixmap and GLX version < 1.3
311
312 Version 0.2.4 - 18.May.2010
313 * Fix video rendering rect within an embedder window (Totem)
314 * Disable GLX rendering when vaapisink uses a foreign X window
315
316 Version 0.2.3 - 16.May.2010
317 * Fix memory leak of encoded buffers
318 * Fix decoder caps to report codec aliases
319 * Fix VC-1 decoding through the playbin2 pipeline
320
321 Version 0.2.2 - 14.May.2010
322 * Fix packaging dependencies
323 * Fix a crash in the FFmpeg decoder on close
324 * Fix OpenGL texture internal format (Clutter)
325 * Fix foreign window size for embedding (Totem)
326
327 Version 0.2.1 - 12.May.2010
328 * Fix integration within the playbin2 pipeline
329 * Fix vaapidecode to expose the HW supported caps only
330 * Add GstXOverlay interface to vaapisink (Totem media player)
331
332 Version 0.2.0 - 05.May.2010
333 * Relicense gst-libs/ code to LGPL v2.1+
334 * Add FFmpeg/VAAPI decoder for the new `vaapidecode' element
335
336 Version 0.1.2 - 30.Mar.2010
337 * Add AYUV image format
338 * Add compatibility with the original VA-API 0.29
339 * Add OpenGL support through VA/GLX extensions or TFP+FBO fallback
340
341 Version 0.1.1 - 23.Mar.2010
342 * Document public API for libgstvaapi-*.so.*
343 * Optimize `vaapiconvert' pipeline (direct-rendering)
344 * Allow `vaapisink` to render videos in fullscreen mode
345
346 Version 0.1.0 - 16.Mar.2010
347 * Initial release