From 34dac4988bab7c75c173eae25300d2ba2ca3c3a8 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Tue, 17 Mar 2009 16:11:35 +0000 Subject: Bump version and document changes. --- NEWS | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1145ffe..3037890 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.3