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