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