Mercurial > audlegacy-plugins
comparison ChangeLog @ 987:8f432e790cfb trunk
[svn] - add check for cfg.stopaftersong at the end of cue.
author | yaz |
---|---|
date | Mon, 30 Apr 2007 21:19:47 -0700 |
parents | 5523559a1eac |
children | 1d25b3513a17 |
comparison
equal
deleted
inserted
replaced
986:5523559a1eac | 987:8f432e790cfb |
---|---|
1 2007-05-01 04:18:44 +0000 William Pitcock <nenolod@sacredspiral.co.uk> | |
2 revision [2112] | |
3 - add Vorbis output mode | |
4 - change "Output file extension" to "Output file format" | |
5 - link against -lvorbisenc, this will probably want to be adjusted before we make a release on a 1.4 branch | |
6 | |
7 trunk/src/filewriter/Makefile | 4 | |
8 trunk/src/filewriter/filewriter.c | 9 + | |
9 trunk/src/filewriter/plugins.h | 2 | |
10 trunk/src/filewriter/vorbis.c | 203 ++++++++++++++++++++++++++++++++++++++ | |
11 4 files changed, 212 insertions(+), 6 deletions(-) | |
12 | |
13 | |
1 2007-05-01 03:24:34 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> | 14 2007-05-01 03:24:34 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> |
2 revision [2110] | 15 revision [2110] |
3 - rename titles of configure windows. | 16 - rename titles of configure windows. |
4 - change packing order of OK and Cancel button in MP3 configuration window. now these buttons use stock icons. | 17 - change packing order of OK and Cancel button in MP3 configuration window. now these buttons use stock icons. |
5 | 18 |