comparison ChangeLog @ 981:d801d8ce24fb trunk

[svn] - replace almost all of outlame_write() with standard code from disk_writer in hope of fixing endianness problem. - make use of audacious vfs functions.
author yaz
date Fri, 27 Apr 2007 02:29:33 -0700
parents 6ba4a4bfd127
children 7b0d16a9a92f
comparison
equal deleted inserted replaced
980:6ba4a4bfd127 981:d801d8ce24fb
1 2007-04-26 09:06:12 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [2100]
3 - fix overflow when calculates bitrate with non-fast scan on a huge sized file.
4 - make file info dialog always do non-fast scan. user can easily add TLEN tag of correct play time length to a VBR encoded file which does not go along with fast scan.
5 - tweak debug output.
6
7
8 trunk/src/madplug/decoder.c | 57 +++++++++++++++++++++++++------------------
9 trunk/src/madplug/fileinfo.c | 2 -
10 2 files changed, 35 insertions(+), 24 deletions(-)
11
12
1 2007-04-24 09:53:37 +0000 William Pitcock <nenolod@sacredspiral.co.uk> 13 2007-04-24 09:53:37 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [2098] 14 revision [2098]
3 - disable all use of puts() unless -DDEBUG is defined. 15 - disable all use of puts() unless -DDEBUG is defined.
4 16
5 trunk/src/lastfm/lastfm.c | 135 ++++++++++++++++++++++++---------------------- 17 trunk/src/lastfm/lastfm.c | 135 ++++++++++++++++++++++++----------------------