Fix OpenGL texture internal format (Clutter).
[platform/upstream/gstreamer-vaapi.git] / NEWS
1 gst-vaapi NEWS -- summary of changes.  2010-05-13
2 Copyright (C) 2010 Splitted-Desktop Systems
3
4 Version 0.2.1 - 13.May.2010
5 * Fix OpenGL texture internal format (Clutter)
6 * Fix integration within the playbin2 pipeline
7 * Fix vaapidecode to expose the HW supported caps only
8 * Add GstXOverlay interface to vaapisink (e.g. for Totem)
9
10 Version 0.2.0 - 05.May.2010
11 * Relicense gst-libs/ code to LGPL v2.1+
12 * Add FFmpeg/VAAPI decoder for the new `vaapidecode' element
13
14 Version 0.1.2 - 30.Mar.2010
15 * Add AYUV image format
16 * Add compatibility with the original VA-API 0.29
17 * Add OpenGL support through VA/GLX extensions or TFP+FBO fallback
18
19 Version 0.1.1 - 23.Mar.2010
20 * Document public API for libgstvaapi-*.so.*
21 * Optimize `vaapiconvert' pipeline (direct-rendering)
22 * Allow `vaapisink` to render videos in fullscreen mode
23
24 Version 0.1.0 - 16.Mar.2010
25 * Initial release