diff ChangeLog @ 922:7e14701aef54 trunk

[svn] - replace random number generator in dithering code with SIMD-oriented Fast Mersenne Twister (SFMT). it reduces CPU load on SSE2 or AltiVec capable platform.
author yaz
date Sun, 08 Apr 2007 21:30:22 -0700
parents 8b0850943335
children 053baea2cbef
line wrap: on
line diff
--- a/ChangeLog	Sat Apr 07 11:06:36 2007 -0700
+++ b/ChangeLog	Sun Apr 08 21:30:22 2007 -0700
@@ -1,3 +1,15 @@
+2007-04-07 18:06:36 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [1970]
+  - now wav plugin can handle remaining buffered data at the end of playing.
+  - reduce cpu usage significantly.
+  - add cleanup code.
+  - remove decode_start_mutex and decode_start_cond.
+  
+  trunk/src/wav/wav-sndfile.c |   69 +++++++++++++++++++-------------------------
+  trunk/src/wav/wav-sndfile.h |    1 
+  2 files changed, 31 insertions(+), 39 deletions(-)
+
+
 2007-04-06 19:38:11 +0000  Giacomo Lozito <james@develia.org>
   revision [1968]
   - statusicon: fix preferences window name