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