diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-03-17 16:11:35 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-03-17 16:11:35 +0000 |
commit | 34dac4988bab7c75c173eae25300d2ba2ca3c3a8 (patch) | |
tree | 8d489cc54dc833350129857baa72f7f91d837537 | |
parent | 4329d7b55f864fc531ac3be2441466302cb856f5 (diff) |
Bump version and document changes.
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ -vdpau-video NEWS -- summary of changes. 2009-03-03 +vdpau-video NEWS -- summary of changes. 2009-03-DD Copyright (C) 2009 Splitted-Desktop Systems +Version 0.2.5 - DD.Mar.2009 +* Handle multiple VASliceDataBuffers +* Handle H.264 bitstreams without start_code_prefix_one_3byte + Version 0.2.4 - 03.Mar.2009 * Upgrade to VA API 0.29.0-sds7 extensions * Fix corruption decoding field-coded pictures in MBAFF H.264 clips diff --git a/configure.ac b/configure.ac index 591e802..9370811 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], [4]) +m4_define([vdpau_video_micro_version], [5]) m4_define([vdpau_video_version], [vdpau_video_major_version.vdpau_video_minor_version.vdpau_video_micro_version]) |