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