Fix seek issue
[profile/ivi/gstreamer-vaapi.git] / NEWS
diff --git a/NEWS b/NEWS
index a3aca3a..8e00bc2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,105 @@
-gst-vaapi NEWS -- summary of changes.  2011-12-DD
+gst-vaapi NEWS -- summary of changes.  2012-12-18
 Copyright (C) 2010-2011 Splitted-Desktop Systems
-Copyright (C) 2011 Intel Corporation
+Copyright (C) 2011-2012 Intel Corporation
+Copyright (C) 2011 Collabora
 
-Version 0.3.1 - DD.Dec.2011
+Version 0.4.2 - 18.Dec.2012
+* Fix H.264 decoding on Cedar Trail platforms
+* Fix MPEG-4 decoding at end-of-stream (Feng Yuan)
+* Fix MPEG-4 decoding when a buffer contains multiple packets (Feng Yuan)
+* Fix memory leak in GstVaapiVideoBuffer for images and surfaces (Feng Yuan)
+* Fix symbols collision between built-in codecparsers/ and system library
+* Use GST_PLUGIN_PATH, if set, to install plugin elements (Halley Zhao)
+* Add support for raw YUV buffers in vaapisink (+Halley Zhao)
+
+Version 0.4.1 - 27.Nov.2012
+* Add support for H.264 interlaced streams
+* Add support for Wayland 1.0 protocol (Robert Bradford)
+* Add upstream bitstream parsers library (codecparsers)
+* Fix build with the GNU gold linker
+* Fix detection of H.264 picture boundaries
+* Fix memory leak in MPEG-2 decoder for empty user-data packets
+* Fix H.264 decoder with MMCO-based reference picture marking process
+* Decode pending packets when an end-of-stream is received (+Feng Yuan)
+* Use pixel-aspect-ratio from bitstream parsers (Simon Farnsworth)
+
+Version 0.4.0 - 05.Oct.2012
+* Add support for video rotation
+* Add new video display APIs: Wayland and raw DRM for headless pipelines
+* Drop FFmpeg-based decoders, only use codecparsers-based ones
+* Only reset decoder if meaningful caps changed, e.g. size
+* Allocate the minimal number of video surfaces useful for decoding
+* Fix vaapisink to scale video down to fit the screen dimensions
+* Fix vaapidecode crash when trying to release inexistent lock (Philip Lorenz)
+
+Version 0.3.8 - 20.Sep.2012
+* Disable FFmpeg-based decoders by default
+* Add JPEG decoder (based on codecparsers)
+* Fix crash when destroying GstVaapiDisplay objects early
+* Fix GLX rendering with FBO + texture-from-pixmap (fallback for VA/GLX)
+* Fix rendering with EMGD driver when overlay mode is used
+* Fix MPEG-2 decoding on Intel Atom platforms with EMGD driver
+* Fix release of dangling proxy surfaces when decoder is reset (Philip Lorenz)
+
+Version 0.3.7 - 26.Jun.2012
+* Fix vaapidecode to report unsupported codec profiles
+* Fix MPEG-2 decoding of streams with extra slice() information
+* Map MPEG-2 compatible High profile streams to Main profile
+* Map MPEG-4 Simple Scalable profile streams to Advanced Simple (Feng Yuan)
+* Fix various MPEG-4 decoding bugs (timestamps, reference frames) (Feng Yuan)
+* Don't forcibly resize user provided X windows (Holger Kaelberer)
+* Recalculate render rect only if caps are negotiated (Holger Kaelberer)
+
+Version 0.3.6 - 02.Apr.2012
+* Add support for decoding MPEG-2 interlaced streams
+* Add support for interlaced streams with FFmpeg decoders (Holger Kaelberer)
+* Add vaapipostproc element for video postprocessing (e.g. deinterlacing)
+* Skip all H.264 Filler Data NALs
+* Fix crashes in MPEG-4 decoder (Feng Yuan)
+* Fix fallback from MPEG-2 Simple to Main profile
+* Improve decoding of misformed MPEG-2 streams (+Feng Yuan)
+* Avoid a hang in playbin2 for some MPEG-2 TS streams (Feng Yuan)
+
+Version 0.3.5 - 02.Mar.2012
+* Fix H.264 decoding when emulation prevention bytes are detected
+* Skip all H.264 Access Unit (AU) NALs (Feng Yuan)
+* Fix modification process of H.264 reference picture lists (Feng Yuan)
+* Fix MPEG-2 stream size calculation (Sreerenj Balachandran)
+* Fix MPEG-2 decoding on Intel Gen with multiple slices per MB line
+* Fix crash when downloading/uploading VA images on PowerVR (Cedar Trail)
+* Fix double buffer free issues with some VA drivers
+* Fix crash when there is no free surface available for decoding
+* Skip profiles which have no entrypoints (Halley Zhao)
+* Fix minor memory leaks in plug-in elements
+
+Version 0.3.4 - 01.Feb.2012
+* Add H.264 decoder (based on codecparsers)
+* Add workaround for qtdemux not exposing H.263 profiles (Halley Zhao)
+* Alias H.263 Baseline profile to MPEG-4:2 Simple profile (Halley Zhao)
+* Use optimized path to submit slice data buffers
+* Fix possible memory leak in MPEG-2 decoder
+* Fix vaapisink to cap window size to the maximum display size
+* Fix MPEG-2, MPEG-4 and VC-1 decoders to refcount reference surfaces properly
+
+Version 0.3.3 - 16.Jan.2012
+* Add MPEG-2, MPEG-4 and VC-1 decoders (based on codecparsers)
+* Add support for GstXOverlay::set_render_rectangle() in vaapisink
+* Fix memory leak of GL texture (Nicolas Dufresne)
+* Fix vaapisink to automatically fit video to window
+* Fix vaapiupload to only set caps on newly created buffers (Nicolas Dufresne)
+* Fix gst_vaapi_ensure_display() to honour DISPLAY environment variable
+
+Version 0.3.2 - 06.Jan.2012
+* Rename vaapiconvert element to vaapiupload
+* Fix vaapiupload from NV12 buffers
+* Fix possible leaks of VA surfaces in FFmpeg decoder
+* Fix memory leak in vaapiupload initialization function
+* Fix possible crash in vaapidecode deinitialization code
+* Add vaapidownload element to convert from VA surfaces to YUV pixels
+
+Version 0.3.1 - 16.Dec.2011
 * Fix check for supported VA images
+* Add support for partial VA image updates
 * Add support for new subtitle/overlay infrastructure (Thibault Saunier)
 * Add missing video context queries in vaapisink/vaapiconvert (Nicolas Dufresne)