Update introduction and changelog.
[platform/upstream/gstreamer.git] / NEWS
1 gst-vaapi NEWS -- summary of changes.  2012-04-02
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.6 - 02.Apr.2012
7 * Add support for decoding MPEG-2 interlaced streams
8 * Add support for interlaced streams with FFmpeg decoders (Holger Kaelberer)
9 * Add vaapipostproc element for video postprocessing (e.g. deinterlacing)
10 * Skip all H.264 Filler Data NALs
11 * Fix crashes in MPEG-4 decoder (Feng Yuan)
12 * Fix fallback from MPEG-2 Simple to Main profile
13 * Improve decoding of misformed MPEG-2 streams (+Feng Yuan)
14 * Avoid a hang in playbin2 for some MPEG-2 TS streams (Feng Yuan)
15
16 Version 0.3.5 - 02.Mar.2012
17 * Fix H.264 decoding when emulation prevention bytes are detected
18 * Skip all H.264 Access Unit (AU) NALs (Feng Yuan)
19 * Fix modification process of H.264 reference picture lists (Feng Yuan)
20 * Fix MPEG-2 stream size calculation (Sreerenj Balachandran)
21 * Fix MPEG-2 decoding on Intel Gen with multiple slices per MB line
22 * Fix crash when downloading/uploading VA images on PowerVR (Cedar Trail)
23 * Fix double buffer free issues with some VA drivers
24 * Fix crash when there is no free surface available for decoding
25 * Skip profiles which have no entrypoints (Halley Zhao)
26 * Fix minor memory leaks in plug-in elements
27
28 Version 0.3.4 - 01.Feb.2012
29 * Add H.264 decoder (based on codecparsers)
30 * Add workaround for qtdemux not exposing H.263 profiles (Halley Zhao)
31 * Alias H.263 Baseline profile to MPEG-4:2 Simple profile (Halley Zhao)
32 * Use optimized path to submit slice data buffers
33 * Fix possible memory leak in MPEG-2 decoder
34 * Fix vaapisink to cap window size to the maximum display size
35 * Fix MPEG-2, MPEG-4 and VC-1 decoders to refcount reference surfaces properly
36
37 Version 0.3.3 - 16.Jan.2012
38 * Add MPEG-2, MPEG-4 and VC-1 decoders (based on codecparsers)
39 * Add support for GstXOverlay::set_render_rectangle() in vaapisink
40 * Fix memory leak of GL texture (Nicolas Dufresne)
41 * Fix vaapisink to automatically fit video to window
42 * Fix vaapiupload to only set caps on newly created buffers (Nicolas Dufresne)
43 * Fix gst_vaapi_ensure_display() to honour DISPLAY environment variable
44
45 Version 0.3.2 - 06.Jan.2012
46 * Rename vaapiconvert element to vaapiupload
47 * Fix vaapiupload from NV12 buffers
48 * Fix possible leaks of VA surfaces in FFmpeg decoder
49 * Fix memory leak in vaapiupload initialization function
50 * Fix possible crash in vaapidecode deinitialization code
51 * Add vaapidownload element to convert from VA surfaces to YUV pixels
52
53 Version 0.3.1 - 16.Dec.2011
54 * Fix check for supported VA images
55 * Add support for partial VA image updates
56 * Add support for new subtitle/overlay infrastructure (Thibault Saunier)
57 * Add missing video context queries in vaapisink/vaapiconvert (Nicolas Dufresne)
58
59 Version 0.3.0 - 09.Dec.2011
60 * Group all plugins into the same bundle
61 * Use new XOverlay API (Sreerenj Balachandran)
62 * Use new GstVideoContext and GstSurfaceBuffer API (Nicolas Dufresne)
63 * Fix vaapidecode sink caps if decoder is in NULL state (Sreerenj Balachandran)
64 * Fix auto-plugging and downstream buffer allocation (Nicolas Dufresne)
65 * Fix crash in VA display init if no VA configs were found (Nicolas Dufresne)
66
67 Version 0.2.7 - 07.Dec.2011
68 * Relicense plugins and tests to LGPL v2.1 (SDS)
69 * Fix MPEG-2 decoding from TS & PS streams
70 * Fix build with newer versions of FFmpeg
71 * Fix vaapiconvert direct-rendering modes
72 * Fix use of invalid data at the end-of-stream
73
74 Version 0.2.6 - 14.Jun.2011
75 * Fix licensing terms (LGPL v2.1)
76
77 Version 0.2.5 - 20.Jul.2010
78 * Fix build with older VA-API 0.29-sds
79 * Fix decoding of some H.264 streams. e.g. Ice Age 2 trailer
80 * Fix VA/GLX support with texture-from-pixmap and GLX version < 1.3
81
82 Version 0.2.4 - 18.May.2010
83 * Fix video rendering rect within an embedder window (Totem)
84 * Disable GLX rendering when vaapisink uses a foreign X window
85
86 Version 0.2.3 - 16.May.2010
87 * Fix memory leak of encoded buffers
88 * Fix decoder caps to report codec aliases
89 * Fix VC-1 decoding through the playbin2 pipeline
90
91 Version 0.2.2 - 14.May.2010
92 * Fix packaging dependencies
93 * Fix a crash in the FFmpeg decoder on close
94 * Fix OpenGL texture internal format (Clutter)
95 * Fix foreign window size for embedding (Totem)
96
97 Version 0.2.1 - 12.May.2010
98 * Fix integration within the playbin2 pipeline
99 * Fix vaapidecode to expose the HW supported caps only
100 * Add GstXOverlay interface to vaapisink (Totem media player)
101
102 Version 0.2.0 - 05.May.2010
103 * Relicense gst-libs/ code to LGPL v2.1+
104 * Add FFmpeg/VAAPI decoder for the new `vaapidecode' element
105
106 Version 0.1.2 - 30.Mar.2010
107 * Add AYUV image format
108 * Add compatibility with the original VA-API 0.29
109 * Add OpenGL support through VA/GLX extensions or TFP+FBO fallback
110
111 Version 0.1.1 - 23.Mar.2010
112 * Document public API for libgstvaapi-*.so.*
113 * Optimize `vaapiconvert' pipeline (direct-rendering)
114 * Allow `vaapisink` to render videos in fullscreen mode
115
116 Version 0.1.0 - 16.Mar.2010
117 * Initial release