log src/cue/cuesheet.c @ 1623:1aee1ff54c8b

age author description
Fri, 07 Sep 2007 04:36:12 -0500 William Pitcock get_tuple should be get_song_tuple
Fri, 07 Sep 2007 04:16:47 -0500 William Pitcock cuesheet: C99 initialisers
Wed, 05 Sep 2007 04:00:24 +0300 Matti Hamalainen Typofix "file-exit" to "file-ext".
Sun, 02 Sep 2007 11:27:41 +0900 Yoshiki Yazawa make cuesheet plugin work again.
Tue, 21 Aug 2007 17:11:59 +0900 Yoshiki Yazawa replace tuple_formatter_process_string() with tuple_formatter_make_title_string() except that for streamings.
Sun, 12 Aug 2007 21:53:56 +0200 Christian Birchinger Register cue:// with uri_set_plugin
Sun, 12 Aug 2007 00:06:35 +0900 Yoshiki Yazawa use get_gentitle_format() to get format string so that presets and custom string can coexist.
Sat, 11 Aug 2007 12:21:30 +0200 Giacomo Lozito use tuple_free(x) in place of mowgli_object_unref(x)
Fri, 10 Aug 2007 22:00:07 +0200 Giacomo Lozito updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
Fri, 10 Aug 2007 06:32:51 -0500 William Pitcock update to new API
Fri, 03 Aug 2007 07:21:36 +0300 Cristi Magherusan added Discovery plugin type
Thu, 26 Jul 2007 19:30:53 +0900 Yoshiki Yazawa - introduce target_time and simplify the flow of the watchdog thread. TRANSITION_GUARD_TIME is no longer needed.
Wed, 25 Jul 2007 22:52:22 +0900 Yoshiki Yazawa - reduce guard time in initiating play to avoid stuttering start.
Wed, 25 Jul 2007 19:10:16 +0900 Yoshiki Yazawa make sure thread pointer to be NULL if corresponding thread doesn't exist.
Wed, 25 Jul 2007 18:53:09 +0900 Yoshiki Yazawa first attempt to adapt cuesheet to the new threading model.