comparison ChangeLog @ 860:cafc7d5769f9 trunk

[svn] - support "Repeat". - fill index of last_cue_tack before activate watchdog thread. - improve handling of last track.
author yaz
date Thu, 15 Mar 2007 04:43:58 -0700
parents 301d03667d2f
children 59a876be8550
comparison
equal deleted inserted replaced
859:301d03667d2f 860:cafc7d5769f9
1 2007-03-15 06:50:12 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [1818]
3 - make use of playlist_set_position() instead of playlist_prev/next(). now cuesheet directly jumps to the objective track.
4 - now eof handling code checks output->buffer_playing().
5 - revise guard time logic and reduce the amount of time to 500msec.
6
7 trunk/src/cue/cuesheet.c | 78 ++++++++++++++++++++++-------------------------
8 1 file changed, 37 insertions(+), 41 deletions(-)
9
10
1 2007-03-15 06:34:56 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> 11 2007-03-15 06:34:56 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [1816] 12 revision [1816]
3 - implement real buffer_free() and buffer_playing(). 13 - implement real buffer_free() and buffer_playing().
4 - remove unused code. 14 - remove unused code.
5 - apply cast to (short *) in lame_encode_xx() 15 - apply cast to (short *) in lame_encode_xx()