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