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