NEWS: updates.
[platform/upstream/gstreamer.git] / NEWS
1 gst-vaapi NEWS -- summary of changes.  2012-01-DD
2 Copyright (C) 2010-2011 Splitted-Desktop Systems
3 Copyright (C) 2011 Intel Corporation
4
5 Version 0.3.2 - DD.Jan.2012
6 * Rename vaapiconvert element to vaapiupload
7 * Fix vaapiupload from NV12 buffers
8 * Fix possible leaks of VA surfaces in FFmpeg decoder
9 * Fix memory leak in vaapiupload initialization function
10 * Fix possible crash in vaapidecode deinitialization code
11 * Add vaapidownload element to convert from VA surfaces to YUV pixels
12
13 Version 0.3.1 - 16.Dec.2011
14 * Fix check for supported VA images
15 * Add support for partial VA image updates
16 * Add support for new subtitle/overlay infrastructure (Thibault Saunier)
17 * Add missing video context queries in vaapisink/vaapiconvert (Nicolas Dufresne)
18
19 Version 0.3.0 - 09.Dec.2011
20 * Group all plugins into the same bundle
21 * Use new XOverlay API (Sreerenj Balachandran)
22 * Use new GstVideoContext and GstSurfaceBuffer API (Nicolas Dufresne)
23 * Fix vaapidecode sink caps if decoder is in NULL state (Sreerenj Balachandran)
24 * Fix auto-plugging and downstream buffer allocation (Nicolas Dufresne)
25 * Fix crash in VA display init if no VA configs were found (Nicolas Dufresne)
26
27 Version 0.2.7 - 07.Dec.2011
28 * Relicense plugins and tests to LGPL v2.1 (SDS)
29 * Fix MPEG-2 decoding from TS & PS streams
30 * Fix build with newer versions of FFmpeg
31 * Fix vaapiconvert direct-rendering modes
32 * Fix use of invalid data at the end-of-stream
33
34 Version 0.2.6 - 14.Jun.2011
35 * Fix licensing terms (LGPL v2.1)
36
37 Version 0.2.5 - 20.Jul.2010
38 * Fix build with older VA-API 0.29-sds
39 * Fix decoding of some H.264 streams. e.g. Ice Age 2 trailer
40 * Fix VA/GLX support with texture-from-pixmap and GLX version < 1.3
41
42 Version 0.2.4 - 18.May.2010
43 * Fix video rendering rect within an embedder window (Totem)
44 * Disable GLX rendering when vaapisink uses a foreign X window
45
46 Version 0.2.3 - 16.May.2010
47 * Fix memory leak of encoded buffers
48 * Fix decoder caps to report codec aliases
49 * Fix VC-1 decoding through the playbin2 pipeline
50
51 Version 0.2.2 - 14.May.2010
52 * Fix packaging dependencies
53 * Fix a crash in the FFmpeg decoder on close
54 * Fix OpenGL texture internal format (Clutter)
55 * Fix foreign window size for embedding (Totem)
56
57 Version 0.2.1 - 12.May.2010
58 * Fix integration within the playbin2 pipeline
59 * Fix vaapidecode to expose the HW supported caps only
60 * Add GstXOverlay interface to vaapisink (Totem media player)
61
62 Version 0.2.0 - 05.May.2010
63 * Relicense gst-libs/ code to LGPL v2.1+
64 * Add FFmpeg/VAAPI decoder for the new `vaapidecode' element
65
66 Version 0.1.2 - 30.Mar.2010
67 * Add AYUV image format
68 * Add compatibility with the original VA-API 0.29
69 * Add OpenGL support through VA/GLX extensions or TFP+FBO fallback
70
71 Version 0.1.1 - 23.Mar.2010
72 * Document public API for libgstvaapi-*.so.*
73 * Optimize `vaapiconvert' pipeline (direct-rendering)
74 * Allow `vaapisink` to render videos in fullscreen mode
75
76 Version 0.1.0 - 16.Mar.2010
77 * Initial release