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