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