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