changeset 2539:76724f3da0e1 trunk

[svn] - add Teru KAGOMASHIRA to credits.
author nenolod
date Sat, 17 Feb 2007 02:21:23 -0800
parents 719e0898ff3c
children 6b2743b54fd7
files ChangeLog src/audacious/build_stamp.c src/audacious/ui_credits.c
diffstat 3 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Feb 17 02:19:35 2007 -0800
+++ b/ChangeLog	Sat Feb 17 02:21:23 2007 -0800
@@ -1,3 +1,17 @@
+2007-02-17 10:19:35 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [4086]
+  - Patch to use libsamplerate for high-quality interpolated upsampling,
+    similar to what foobar2000 can do. Patch by Teru KAMOGASHIRA.
+  
+  trunk/configure.ac                       |   14 +
+  trunk/mk/rules.mk.in                     |    2 
+  trunk/src/audacious/Makefile             |    2 
+  trunk/src/audacious/glade/prefswin.glade |  268 +++++++++++++++++++++++++++++++
+  trunk/src/audacious/output.c             |  101 +++++++++++
+  trunk/src/audacious/ui_preferences.c     |  102 +++++++++++
+  6 files changed, 489 insertions(+)
+
+
 2007-02-17 09:54:30 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [4084]
   - reinstate rcfile class for now
--- a/src/audacious/build_stamp.c	Sat Feb 17 02:19:35 2007 -0800
+++ b/src/audacious/build_stamp.c	Sat Feb 17 02:21:23 2007 -0800
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070217-4084";
+const gchar *svn_stamp = "20070217-4086";
--- a/src/audacious/ui_credits.c	Sat Feb 17 02:19:35 2007 -0800
+++ b/src/audacious/ui_credits.c	Sat Feb 17 02:21:23 2007 -0800
@@ -90,6 +90,7 @@
     "Ralf Ertzinger",
     "Mike Frysinger",
     "Mark Glines",
+    "Teru KAGOMASHIRA",
     "Chris Kehler",
     "Michael Hanselmann",
     "Joseph Jezak",