[xiph-commits] r14817 - in trunk/vorbis: . lib
giles at svn.xiph.org
giles at svn.xiph.org
Wed Apr 30 17:52:04 PDT 2008
Author: giles
Date: 2008-04-30 17:52:02 -0700 (Wed, 30 Apr 2008)
New Revision: 14817
Modified:
trunk/vorbis/CHANGES
trunk/vorbis/lib/info.c
Log:
Bump the encoder vendor string for the 1.2.1 release, since there were
some mode changes.
Modified: trunk/vorbis/CHANGES
===================================================================
--- trunk/vorbis/CHANGES 2008-05-01 00:18:24 UTC (rev 14816)
+++ trunk/vorbis/CHANGES 2008-05-01 00:52:02 UTC (rev 14817)
@@ -1,10 +1,10 @@
-libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20070622"
+libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
- * improved robustness with corrupt streams
- * new ov_read_filter() vorbisfile call allows filtering decoded
+ * Improved robustness with corrupt streams.
+ * New ov_read_filter() vorbisfile call allows filtering decoded
audio as floats before converting to integer samples.
* Updated RTP payload format draft.
- * Bare bones self test under 'make check'
+ * Bare bones self test under 'make check'.
* Fix a problem encoding some streams between 14 and 28 kHz.
* Fix a numerical instability in the edge extrapolation filter.
* Build system improvements.
Modified: trunk/vorbis/lib/info.c
===================================================================
--- trunk/vorbis/lib/info.c 2008-05-01 00:18:24 UTC (rev 14816)
+++ trunk/vorbis/lib/info.c 2008-05-01 00:52:02 UTC (rev 14817)
@@ -455,7 +455,7 @@
}
static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){
- char temp[]="Xiph.Org libVorbis I 20070622";
+ char temp[]="Xiph.Org libVorbis I 20080501";
int bytes = strlen(temp);
/* preamble */
More information about the commits
mailing list