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