Mercurial > audlegacy-plugins
changeset 669:efb78a4b6b49 trunk
[svn] - remove .depend
author | yaz |
---|---|
date | Sun, 18 Feb 2007 00:09:31 -0800 |
parents | 622c63a5c191 |
children | c92018172bfb |
files | ChangeLog src/lame/.depend |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Feb 18 00:07:48 2007 -0800 +++ b/ChangeLog Sun Feb 18 00:09:31 2007 -0800 @@ -1,3 +1,13 @@ +2007-02-18 08:07:48 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [1422] + - add lame encoder plugin. not yet hooked up. + - with this plugin, audacious can rip cd with tags using cddb, and can cut out tracks with tags from one big data file with a cue sheet. + + trunk/src/lame/Makefile | 15 + trunk/src/lame/out_lame.c | 2348 ++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 2363 insertions(+) + + 2007-02-18 04:57:15 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [1420] - make use of playlist->eof effectively.