log src/cue/cuesheet.c @ 3161:6dd886b5c72b

age author description
Fri, 17 Apr 2009 16:11:16 +0300 Andrew O. Shadoura ported icecast plugin,
Tue, 14 Oct 2008 22:28:14 +0900 Yoshiki Yazawa - now cuesheet plugin calculates duration of subtune correctly even if pregap information is not available.
Sat, 11 Oct 2008 20:03:01 +0900 Yoshiki Yazawa reimplemented cuesheet plugin using subtune.
Mon, 16 Jun 2008 06:20:03 +0300 Matti Hamalainen Replace a wtf static buffer with dynamic allocation.
Mon, 16 Jun 2008 05:48:57 +0300 Matti Hamalainen Remove references to output plugin field in InputPlugins (hopefully I didn't
Mon, 19 May 2008 04:20:50 +0300 Matti Hamalainen Removed #includes that should not be included anymore.
Wed, 02 Apr 2008 17:51:41 +0300 Matti Hamalainen Fixed cue-sheet plugin to have the vfs extensions support.
Mon, 31 Mar 2008 14:00:33 +0300 Matti Hamalainen Include cleanups, part #1.
Fri, 15 Feb 2008 21:52:09 +0900 Yoshiki Yazawa correct frame time to 1/75sec. pointed out by Piotr Garus. it closes #162.
Fri, 15 Feb 2008 21:46:58 +0900 Yoshiki Yazawa replaced g_print with AUDDBG
Tue, 15 Jan 2008 12:35:54 +0200 Cristi Magherusan fixed some warnings
Tue, 13 Nov 2007 05:11:47 +0900 Yoshiki Yazawa remove get_time().
Thu, 01 Nov 2007 15:37:43 +0100 Jonathan Schleifer Change my mail.
Sun, 14 Oct 2007 22:20:28 -0500 William Pitcock fixes
Sun, 14 Oct 2007 21:53:17 -0500 William Pitcock update for new API
Sun, 14 Oct 2007 19:26:23 -0500 William Pitcock more cleanups
Sun, 14 Oct 2007 19:22:54 -0500 William Pitcock use audacious DRCT API here.
Sun, 14 Oct 2007 03:17:29 -0500 William Pitcock more work here
Sat, 13 Oct 2007 23:44:59 -0500 William Pitcock use aud_ip_state (replacement to ip_data).
Sat, 13 Oct 2007 23:09:40 -0500 William Pitcock playlist API vtabling
Sat, 13 Oct 2007 19:55:04 -0500 William Pitcock string API calls -> vtable
Tue, 09 Oct 2007 00:02:50 +0900 Yoshiki Yazawa change the way of duplicating original playback.
Sun, 07 Oct 2007 18:22:16 -0500 William Pitcock uri_ to aud_uri_
Sun, 07 Oct 2007 14:19:19 -0500 William Pitcock change some places to use set_params() instead of set_info() directly
Sun, 07 Oct 2007 00:25:33 -0500 William Pitcock s/vfs_/aud_vfs_/g
Sun, 07 Oct 2007 00:22:59 -0500 William Pitcock s/tuple_/aud_tuple_/g
Tue, 02 Oct 2007 18:43:28 +0300 Matti Hamalainen Various #include cleanups.
Mon, 24 Sep 2007 11:22:01 -0500 William Pitcock cue: Mk2, HAVE_CONFIG_H removal, etc
Sun, 23 Sep 2007 02:18:52 +0900 Yoshiki Yazawa now cuesheet can handle INDEX more than 99 minutes.
Wed, 19 Sep 2007 18:00:10 +0900 Yoshiki Yazawa - remove get_song_info interface.