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