From 37200b78732867f15af9eef651dd69e6c9a5b99e Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 26 Mar 2010 02:57:50 +0000 Subject: [PATCH] Update version string and CHANGES file toward release svn path=/trunk/vorbis/; revision=17059 --- CHANGES | 11 +++++++++++ lib/info.c | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 36244f6..9f636a5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +libvorbis 1.3.0 (2010-02-25) -- "Xiph.Org libVorbis I 20100325 (Everywhere)" + + * Optimized surround support for 5.1 encoding at 44.1/48kHz + * Added encoder control call to disable channel coupling + * Correct an overflow bug in very low-bitrate encoding on 32 bit + machines that caused inflated bitrates + * Numerous API hardening, leak and build fixes + * Correct bug in 22kHz compand setup that could cause a crash + * Correct bug in 16kHz codebooks that could cause unstable pure + tones at high bitrates + libvorbis 1.2.3 (2009-07-09) -- "Xiph.Org libVorbis I 20090709" * correct a vorbisfile bug that prevented proper playback of diff --git a/lib/info.c b/lib/info.c index 7ed2a27..fb52570 100644 --- a/lib/info.c +++ b/lib/info.c @@ -31,8 +31,8 @@ #include "misc.h" #include "os.h" -#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.0pre" -#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20100303pre (Everywhere)" +#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.0" +#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20100325 (Everywhere)" /* helpers */ static int ilog2(unsigned int v){ -- 2.7.4