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