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