diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-02-05 15:57:26 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-02-05 15:57:26 +0000 |
commit | 8ffd430e48d7b770bb0ba9a099302d52718369ea (patch) | |
tree | 3b25e8564fac53c9fe8c986696eb89d478099653 | |
parent | 2151d3c4cbffcea9311303592f4dfb847d1e3997 (diff) |
Tagged as 0.2.2.0.2.2
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1,8 +1,9 @@ -vdpau-video NEWS -- summary of changes. 2009-02-DD +vdpau-video NEWS -- summary of changes. 2009-02-05 Copyright (C) 2009 Splitted-Desktop Systems -Version 0.2.2 - DD.Feb.2009 -* Fix VC-1 decoding of bitstreams with B-frames. +Version 0.2.2 - 05.Feb.2009 +* Fix VC-1 decoding of bitstreams with B-frames +* Fix VdpPictureInfoH264::is_reference (use reference_pic_flag) Version 0.2.1 - 28.Jan.2009 * Fix VC-1 decoding @@ -21,8 +21,8 @@ vdpau-video consists in a VDPAU-based backend for VA API. Requirements ------------ -You need libva >= 0.29.0-sds4. That's the API version, not the version +You need libva >= 0.29.0-sds6. That's the API version, not the version of the packages. -mplayer-vaapi >= 20090123 patchset is also needed if you intend to use +mplayer-vaapi >= 20090205 patchset is also needed if you intend to use MPlayer. diff --git a/configure.ac b/configure.ac index a951d96..d7fef2e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # vdpau_video package version number m4_define([vdpau_video_major_version], [0]) m4_define([vdpau_video_minor_version], [2]) -m4_define([vdpau_video_micro_version], [1]) +m4_define([vdpau_video_micro_version], [2]) m4_define([vdpau_video_version], [vdpau_video_major_version.vdpau_video_minor_version.vdpau_video_micro_version]) |