Disable GLX rendering when vaapisink uses a foreign X window.
[platform/upstream/gstreamer.git] / NEWS
1 gst-vaapi NEWS -- summary of changes.  2010-05-DD
2 Copyright (C) 2010 Splitted-Desktop Systems
3
4 Version 0.2.4 - DD.May.2010
5 * Disable GLX rendering when vaapisink uses a foreign X window
6
7 Version 0.2.3 - 16.May.2010
8 * Fix memory leak of encoded buffers
9 * Fix decoder caps to report codec aliases
10 * Fix VC-1 decoding through the playbin2 pipeline
11
12 Version 0.2.2 - 14.May.2010
13 * Fix packaging dependencies
14 * Fix a crash in the FFmpeg decoder on close
15 * Fix OpenGL texture internal format (Clutter)
16 * Fix foreign window size for embedding (Totem)
17
18 Version 0.2.1 - 12.May.2010
19 * Fix integration within the playbin2 pipeline
20 * Fix vaapidecode to expose the HW supported caps only
21 * Add GstXOverlay interface to vaapisink (Totem media player)
22
23 Version 0.2.0 - 05.May.2010
24 * Relicense gst-libs/ code to LGPL v2.1+
25 * Add FFmpeg/VAAPI decoder for the new `vaapidecode' element
26
27 Version 0.1.2 - 30.Mar.2010
28 * Add AYUV image format
29 * Add compatibility with the original VA-API 0.29
30 * Add OpenGL support through VA/GLX extensions or TFP+FBO fallback
31
32 Version 0.1.1 - 23.Mar.2010
33 * Document public API for libgstvaapi-*.so.*
34 * Optimize `vaapiconvert' pipeline (direct-rendering)
35 * Allow `vaapisink` to render videos in fullscreen mode
36
37 Version 0.1.0 - 16.Mar.2010
38 * Initial release