[xiph-commits] r3342 - libfishsound/branches/1.0-stable
conrad at svn.annodex.net
conrad at svn.annodex.net
Fri Jan 11 18:27:45 PST 2008
Author: conrad
Date: 2008-01-11 18:27:44 -0800 (Fri, 11 Jan 2008)
New Revision: 3342
Modified:
libfishsound/branches/1.0-stable/ChangeLog
Log:
update ChangeLog with changes from versions 0.8.0 and 0.8.1
Modified: libfishsound/branches/1.0-stable/ChangeLog
===================================================================
--- libfishsound/branches/1.0-stable/ChangeLog 2008-01-12 02:15:34 UTC (rev 3341)
+++ libfishsound/branches/1.0-stable/ChangeLog 2008-01-12 02:27:44 UTC (rev 3342)
@@ -1,5 +1,42 @@
-2005ǯ 7·î 19Æü ²ÐÍËÆü 23:41:06 EST Conrad Parker <conrad at metadecks.org>
+Thu Nov 8 15:36:47 JST 2007 Conrad Parker <conrad at metadecks.org>
+ * Version 0.8.1
+
+ * This is a maintenance release, fixing a build error when
+ libfishsound is configured with encoding disabled. For details, see:
+ http://trac.annodex.net/log/libfishsound/branches/1.0-stable/
+
+Wed Jun 6 10:06:10 JST 2007 Conrad Parker <conrad at metadecks.org>
+
+ * Version 0.8.0
+
+ * Improved consistency of frame number reporting: for both Vorbis
+ and Speex, the frame number is always updated before calling the
+ user's callbacks for encoding or decoding.
+
+ * Added an internal finalizer for encoding the end of Vorbis streams,
+ to ensure that all input samples are correctly encoded without
+ requiring programmer intervention.
+
+ * Compatibility with SVN trunk, included new API functions:
+
+ fish_sound_set_decoded_float;
+ fish_sound_set_decoded_float_ilv;
+ fish_sound_encode_float;
+ fish_sound_encode_float_ilv;
+
+ * Added definitions for FISH_SOUND_CONTINUE, STOP_OK, STOP_ERR as
+ documented in <fishsound/constants.h> (ticket:278)
+
+ * Documentation improvements for fish_sound_new() and
+ fish_sound_decode() functions. (Ralph Giles)
+
+ * Updated Win32 build system (Marcin Lubonski)
+
+ * Updated shared version info to 3:0:2
+
+Tue Jul 19 23:41:06 EST 2005 Conrad Parker <conrad at metadecks.org>
+
* Version 0.7.0
* Added typesafe encoding and decoding interfaces. Some existing
More information about the commits
mailing list