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