Mercurial > audlegacy
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