diff 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
line wrap: on
line diff
--- a/ChangeLog	Wed Mar 14 23:50:12 2007 -0700
+++ b/ChangeLog	Thu Mar 15 04:43:58 2007 -0700
@@ -1,3 +1,13 @@
+2007-03-15 06:50:12 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [1818]
+  - make use of playlist_set_position() instead of playlist_prev/next(). now cuesheet directly jumps to the objective track.
+  - now eof handling code checks output->buffer_playing().
+  - revise guard time logic and reduce the amount of time to 500msec.
+  
+  trunk/src/cue/cuesheet.c |   78 ++++++++++++++++++++++-------------------------
+  1 file changed, 37 insertions(+), 41 deletions(-)
+
+
 2007-03-15 06:34:56 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [1816]
   - implement real buffer_free() and buffer_playing().