[xiph-commits] r17059 - in trunk/vorbis: . lib

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Thu Mar 25 19:57:50 PDT 2010


Author: xiphmont
Date: 2010-03-25 19:57:50 -0700 (Thu, 25 Mar 2010)
New Revision: 17059

Modified:
   trunk/vorbis/CHANGES
   trunk/vorbis/lib/info.c
Log:
Update version string and CHANGES file toward release


Modified: trunk/vorbis/CHANGES
===================================================================
--- trunk/vorbis/CHANGES	2010-03-26 02:38:09 UTC (rev 17058)
+++ trunk/vorbis/CHANGES	2010-03-26 02:57:50 UTC (rev 17059)
@@ -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

Modified: trunk/vorbis/lib/info.c
===================================================================
--- trunk/vorbis/lib/info.c	2010-03-26 02:38:09 UTC (rev 17058)
+++ trunk/vorbis/lib/info.c	2010-03-26 02:57:50 UTC (rev 17059)
@@ -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){



More information about the commits mailing list