diff ChangeLog @ 493:31d21ad70903 trunk

[svn] flac 113 plugin: stability fixes and a new option to disable bitrate update in player window during playback (saves cpu, this is the solution for most people playing flac and reporting high cpu usage)
author giacomo
date Sun, 21 Jan 2007 16:08:19 -0800
parents 0dd1ff7e5ba7
children 631bd25d2380
line wrap: on
line diff
--- a/ChangeLog	Sun Jan 21 16:03:30 2007 -0800
+++ b/ChangeLog	Sun Jan 21 16:08:19 2007 -0800
@@ -1,3 +1,12 @@
+2007-01-22 00:03:30 +0000  Giacomo Lozito <james@develia.org>
+  revision [1070]
+  flac 112 plugin: stability fixes and a new option to disable bitrate update in player window during playback (saves cpu, this is the solution for most people playing flac and reporting high cpu usage)
+  trunk/src/flac112/configure.c |   21 ++++++++++++++++++---
+  trunk/src/flac112/configure.h |    1 +
+  trunk/src/flac112/plugin.c    |   15 +++++++++------
+  3 files changed, 28 insertions(+), 9 deletions(-)
+
+
 2007-01-21 23:34:56 +0000  Giacomo Lozito <james@develia.org>
   revision [1068]
   flac 113 plugin: small fixes