gstreamer/NEWS

45 lines
1.5 KiB
Plaintext
Raw Normal View History

2010-06-14 14:46:41 +00:00
gst-vaapi NEWS -- summary of changes. 2010-06-DD
Copyright (C) 2010 Splitted-Desktop Systems
2010-06-14 14:46:41 +00:00
Version 0.2.5 - DD.Jun.2010
2010-07-01 11:11:18 +00:00
* Drop dependency on libavformat
2010-06-14 12:58:22 +00:00
* Fix build with older VA-API 0.29-sds
* Fix decoding of some H.264 streams. e.g. Ice Age 2 trailer
2010-06-14 14:46:41 +00:00
Version 0.2.4 - 18.May.2010
* Fix video rendering rect within an embedder window (Totem)
* Disable GLX rendering when vaapisink uses a foreign X window
2010-05-16 21:44:17 +00:00
Version 0.2.3 - 16.May.2010
2010-05-15 06:59:54 +00:00
* Fix memory leak of encoded buffers
* Fix decoder caps to report codec aliases
* Fix VC-1 decoding through the playbin2 pipeline
2010-05-15 06:59:54 +00:00
2010-05-13 21:52:22 +00:00
Version 0.2.2 - 14.May.2010
2010-05-13 09:40:52 +00:00
* Fix packaging dependencies
* Fix a crash in the FFmpeg decoder on close
* Fix OpenGL texture internal format (Clutter)
2010-05-13 09:40:52 +00:00
* Fix foreign window size for embedding (Totem)
Version 0.2.1 - 12.May.2010
* Fix integration within the playbin2 pipeline
* Fix vaapidecode to expose the HW supported caps only
2010-05-13 06:12:37 +00:00
* Add GstXOverlay interface to vaapisink (Totem media player)
2010-05-05 12:29:28 +00:00
Version 0.2.0 - 05.May.2010
* Relicense gst-libs/ code to LGPL v2.1+
* Add FFmpeg/VAAPI decoder for the new `vaapidecode' element
2010-03-30 13:17:12 +00:00
Version 0.1.2 - 30.Mar.2010
2010-03-24 14:46:33 +00:00
* Add AYUV image format
* Add compatibility with the original VA-API 0.29
2010-03-30 13:17:12 +00:00
* Add OpenGL support through VA/GLX extensions or TFP+FBO fallback
2010-03-24 14:46:33 +00:00
2010-03-23 17:18:35 +00:00
Version 0.1.1 - 23.Mar.2010
* Document public API for libgstvaapi-*.so.*
* Optimize `vaapiconvert' pipeline (direct-rendering)
* Allow `vaapisink` to render videos in fullscreen mode
2010-03-16 13:58:43 +00:00
Version 0.1.0 - 16.Mar.2010
* Initial release