[cvs-annodex] commit (libfishsound): trunk/ChangeLog trunk/configure.ac

conrad nobody at lists.annodex.net
Thu May 13 12:06:37 EST 2004


Update of /annodex/libfishsound (new revision 76)

Modified files:
   trunk/ChangeLog
   trunk/configure.ac

Log Message:
updated ChangeLog and configure.ac from 0.6.1


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2004-05-05 12:36:54 UTC (rev 75)
+++ trunk/ChangeLog	2004-05-13 02:06:37 UTC (rev 76)
@@ -1,3 +1,17 @@
+Wed May  5 21:44:26 EST 2004 Conrad Parker <conrad at metadecks.org>
+
+	* Version 0.6.1
+
+	Added support for comment packets, tests, and various bugfixes.
+	* Added fish_sound_comment_() API, <fishsound/comments.h>
+	* Fixed segv bug in decoding stereo Speex to non-interleaved
+	* Added test for encode/decode pipeline with a variety of
+	  combinations of format, interleave, samplerate, channels and
+	  buffer size.
+	* Added tests for comments data structure and encode/decode pipeline
+
+	* Added fish_sound_{get,set}_frameno() API calls
+
 Wed Mar 24 17:53:55 EST 2004 Conrad Parker <conrad at metadecks.org>
 
 	* Version 0.6.0

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2004-05-05 12:36:54 UTC (rev 75)
+++ trunk/configure.ac	2004-05-13 02:06:37 UTC (rev 76)
@@ -6,7 +6,7 @@
 
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(libfishsound, 0.6.0)
+AM_INIT_AUTOMAKE(libfishsound, 0.6.1)
 AM_CONFIG_HEADER(config.h)
 
 SHARED_VERSION_INFO="1:0:0"
@@ -336,17 +336,17 @@
 AC_SUBST(SHARED_VERSION_INFO)
 
 if test "x$HAVE_OGGZ" = xyes ; then
-  fishsound_examples="identify"
+  fishsound_examples="fishsound-identify"
 
   if test "x$HAVE_LIBSNDFILE1" = xyes ; then
     if test "x${ac_enable_decode}" = xyes ; then
-      fishsound_examples="$fishsound_examples decode"
+      fishsound_examples="$fishsound_examples fishsound-decode"
     fi
     if test "x${ac_enable_encode}" = xyes ; then
-      fishsound_examples="$fishsound_examples encode"
+      fishsound_examples="$fishsound_examples fishsound-encode"
     fi
   else
-    fishsound_examples="$fishsound_examples (decode and encode require libsndfile)"
+    fishsound_examples="$fishsound_examples (fishsound-decode and fishsound-encode require libsndfile)"
   fi
 else
   fishsound_examples="(none; liboggz and libsndfile required)"


-- 
conrad



More information about the cvs-annodex mailing list