Mercurial > audlegacy-plugins
changeset 680:3a06665a810e trunk
[svn] - satisfy Nero AG attribution requirement for FAAD 2.5 code import
author | nenolod |
---|---|
date | Tue, 20 Feb 2007 04:36:01 -0800 |
parents | c8dc00a58f0d |
children | 1d8b08df98c3 |
files | ChangeLog src/aac/src/libmp4.c |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Feb 20 04:13:46 2007 -0800 +++ b/ChangeLog Tue Feb 20 04:36:01 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-20 12:13:46 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [1444] + - remove a bunch of pointless code. we don't do ID3 for raw AAC files at this time. + + trunk/src/aac/src/libmp4.c | 10 ++++------ + 1 file changed, 4 insertions(+), 6 deletions(-) + + 2007-02-20 12:10:41 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [1442] - allow static AAC files to play. working on AACplus, but this brings us closer.
--- a/src/aac/src/libmp4.c Tue Feb 20 04:13:46 2007 -0800 +++ b/src/aac/src/libmp4.c Tue Feb 20 04:36:01 2007 -0800 @@ -281,6 +281,7 @@ static GtkWidget *aboutbox = NULL; aboutbox = xmms_show_message("About MP4 AAC player plugin", "Using libfaad2-" FAAD2_VERSION " for decoding.\n" + "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com\n" "Copyright (c) 2005-2006 Audacious team", "Ok", FALSE, NULL, NULL); g_signal_connect(G_OBJECT(aboutbox), "destroy",