Mercurial > audlegacy-plugins
diff ChangeLog @ 136:6b5a52635b3b trunk
[svn] - like with so many other things, modplug is now maintained by us.
author | nenolod |
---|---|
date | Sun, 29 Oct 2006 01:04:52 -0700 |
parents | 33d24bd94ccc |
children | 52c85b72354b |
line wrap: on
line diff
--- a/ChangeLog Sat Oct 28 18:08:06 2006 -0700 +++ b/ChangeLog Sun Oct 29 01:04:52 2006 -0700 @@ -1,3 +1,25 @@ +2006-10-29 01:08:06 +0000 Aaron Sheldon <asheldon@uiuc.edu> + revision [270] + Adds mplayer controls the plugin pack. I don't know crap about + configure.ac, so it's totally busted. Also, I used the string "what" in + common.c and interface.c. I'm not going to pretend I actually know what + I was doing there, but it seems to work despite that. + + trunk/AUTHORS | 1 + trunk/configure.ac | 14 + trunk/src/mplayer/AUTHORS | 2 + trunk/src/mplayer/COPYING | 340 +++++++++++++++++++++ + trunk/src/mplayer/ChangeLog | 8 + trunk/src/mplayer/Makefile | 17 + + trunk/src/mplayer/README | 9 + trunk/src/mplayer/README.audacious | 10 + trunk/src/mplayer/common.c | 19 + + trunk/src/mplayer/interface.c | 500 +++++++++++++++++++++++++++++++ + trunk/src/mplayer/xmmsmplayer.c | 591 +++++++++++++++++++++++++++++++++++++ + trunk/src/mplayer/xmmsmplayer.h | 89 +++++ + 12 files changed, 1600 insertions(+) + + 2006-10-27 20:12:59 +0000 William Pitcock <nenolod@nenolod.net> revision [268] - fixes from Christian Birchinger <joker -at- gentoo.org>