summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-02-05 15:57:26 +0000
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-02-05 15:57:26 +0000
commit8ffd430e48d7b770bb0ba9a099302d52718369ea (patch)
tree3b25e8564fac53c9fe8c986696eb89d478099653
parent2151d3c4cbffcea9311303592f4dfb847d1e3997 (diff)
Tagged as 0.2.2.0.2.2
-rw-r--r--NEWS7
-rw-r--r--README4
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index ad98761..ce4c382 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 6850944..d8760a8 100644
--- a/README
+++ b/README
@@ -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])