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