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