0.3.3.
[platform/upstream/gstreamer.git] / NEWS
1 gst-vaapi NEWS -- summary of changes.  2012-01-16
2 Copyright (C) 2010-2011 Splitted-Desktop Systems
3 Copyright (C) 2011-2012 Intel Corporation
4 Copyright (C) 2011 Collabora
5
6 Version 0.3.3 - 16.Jan.2012
7 * Add MPEG-2, MPEG-4 and VC-1 decoders (based on codecparsers)
8 * Add support for GstXOverlay::set_render_rectangle() in vaapisink
9 * Fix memory leak of GL texture (Nicolas Dufresne)
10 * Fix vaapisink to automatically fit video to window
11 * Fix vaapiupload to only set caps on newly created buffers (Nicolas Dufresne)
12 * Fix gst_vaapi_ensure_display() to honour DISPLAY environment variable
13
14 Version 0.3.2 - 06.Jan.2012
15 * Rename vaapiconvert element to vaapiupload
16 * Fix vaapiupload from NV12 buffers
17 * Fix possible leaks of VA surfaces in FFmpeg decoder
18 * Fix memory leak in vaapiupload initialization function
19 * Fix possible crash in vaapidecode deinitialization code
20 * Add vaapidownload element to convert from VA surfaces to YUV pixels
21
22 Version 0.3.1 - 16.Dec.2011
23 * Fix check for supported VA images
24 * Add support for partial VA image updates
25 * Add support for new subtitle/overlay infrastructure (Thibault Saunier)
26 * Add missing video context queries in vaapisink/vaapiconvert (Nicolas Dufresne)
27
28 Version 0.3.0 - 09.Dec.2011
29 * Group all plugins into the same bundle
30 * Use new XOverlay API (Sreerenj Balachandran)
31 * Use new GstVideoContext and GstSurfaceBuffer API (Nicolas Dufresne)
32 * Fix vaapidecode sink caps if decoder is in NULL state (Sreerenj Balachandran)
33 * Fix auto-plugging and downstream buffer allocation (Nicolas Dufresne)
34 * Fix crash in VA display init if no VA configs were found (Nicolas Dufresne)
35
36 Version 0.2.7 - 07.Dec.2011
37 * Relicense plugins and tests to LGPL v2.1 (SDS)
38 * Fix MPEG-2 decoding from TS & PS streams
39 * Fix build with newer versions of FFmpeg
40 * Fix vaapiconvert direct-rendering modes
41 * Fix use of invalid data at the end-of-stream
42
43 Version 0.2.6 - 14.Jun.2011
44 * Fix licensing terms (LGPL v2.1)
45
46 Version 0.2.5 - 20.Jul.2010
47 * Fix build with older VA-API 0.29-sds
48 * Fix decoding of some H.264 streams. e.g. Ice Age 2 trailer
49 * Fix VA/GLX support with texture-from-pixmap and GLX version < 1.3
50
51 Version 0.2.4 - 18.May.2010
52 * Fix video rendering rect within an embedder window (Totem)
53 * Disable GLX rendering when vaapisink uses a foreign X window
54
55 Version 0.2.3 - 16.May.2010
56 * Fix memory leak of encoded buffers
57 * Fix decoder caps to report codec aliases
58 * Fix VC-1 decoding through the playbin2 pipeline
59
60 Version 0.2.2 - 14.May.2010
61 * Fix packaging dependencies
62 * Fix a crash in the FFmpeg decoder on close
63 * Fix OpenGL texture internal format (Clutter)
64 * Fix foreign window size for embedding (Totem)
65
66 Version 0.2.1 - 12.May.2010
67 * Fix integration within the playbin2 pipeline
68 * Fix vaapidecode to expose the HW supported caps only
69 * Add GstXOverlay interface to vaapisink (Totem media player)
70
71 Version 0.2.0 - 05.May.2010
72 * Relicense gst-libs/ code to LGPL v2.1+
73 * Add FFmpeg/VAAPI decoder for the new `vaapidecode' element
74
75 Version 0.1.2 - 30.Mar.2010
76 * Add AYUV image format
77 * Add compatibility with the original VA-API 0.29
78 * Add OpenGL support through VA/GLX extensions or TFP+FBO fallback
79
80 Version 0.1.1 - 23.Mar.2010
81 * Document public API for libgstvaapi-*.so.*
82 * Optimize `vaapiconvert' pipeline (direct-rendering)
83 * Allow `vaapisink` to render videos in fullscreen mode
84
85 Version 0.1.0 - 16.Mar.2010
86 * Initial release