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