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.
|
Fri, 07 Sep 2007 12:48:27 +0300 |
Matti Hamalainen |
Automated merge with file:/home/ccr/audacious/plugins
|
Fri, 07 Sep 2007 12:46:01 +0300 |
Matti Hamalainen |
Automated merge with file:/home/ccr/audacious/plugins
|
Wed, 05 Sep 2007 09:29:26 +0300 |
Matti Hamalainen |
Modified for Tuplez/plugin API changes.
|
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.
|
Mon, 16 Jul 2007 00:39:17 +0900 |
Yoshiki Yazawa |
- eliminate gdk_threads_*() based on giacomo's suggestion.
|
Sun, 15 Jul 2007 00:19:10 +0900 |
Yoshiki Yazawa |
add gdk_threads_*() guard around playlist_set_position() so that playlist advance work again. thanks to giacomo!
|
Thu, 12 Jul 2007 04:36:03 +0900 |
Yoshiki Yazawa |
- quick fix for link breakage to libaudid3tag.so when --prefix is specified.
|
Thu, 21 Jun 2007 21:00:35 +0900 |
Yoshiki Yazawa |
fix for crash when the file pointed in a cuesheet does not exist. closes #978.
trunk
|
Thu, 24 May 2007 23:13:01 -0700 |
nenolod |
[svn] - cue: convert to plugin API v2
trunk
|
Mon, 30 Apr 2007 21:19:47 -0700 |
yaz |
[svn] - add check for cfg.stopaftersong at the end of cue.
trunk
|
Tue, 10 Apr 2007 14:19:15 -0700 |
nenolod |
[svn] - chase audacious r4268 (patch by Joker).
trunk
|
Mon, 26 Mar 2007 14:44:46 -0700 |
yaz |
[svn] - now do_setpos() takes relative position as the argument and works even if cuesheets are included in large playlist. may close #869.
trunk
|
Thu, 15 Mar 2007 08:04:47 -0700 |
yaz |
[svn] - refine watchdog thread.
trunk
|
Thu, 15 Mar 2007 04:43:58 -0700 |
yaz |
[svn] - support "Repeat".
trunk
|
Wed, 14 Mar 2007 23:50:12 -0700 |
yaz |
[svn] - make use of playlist_set_position() instead of playlist_prev/next(). now cuesheet directly jumps to the objective track.
trunk
|
Wed, 14 Mar 2007 06:43:19 -0700 |
yaz |
[svn] - add 1sec guard time after issue of playlist_prev/next.
trunk
|
Tue, 13 Mar 2007 09:37:27 -0700 |
yaz |
[svn] - make "stop after current song" work.
trunk
|
Mon, 12 Mar 2007 11:31:14 -0700 |
yaz |
[svn] - make use of new millisecond seek API.
trunk
|
Mon, 12 Mar 2007 09:12:26 -0700 |
yaz |
[svn] - should check data != NULL before clear data->playing.
trunk
|
Mon, 12 Mar 2007 08:52:04 -0700 |
yaz |
[svn] - need to clear data->playing when stopped.
trunk
|
Mon, 12 Mar 2007 02:08:26 -0700 |
yaz |
[svn] - performer and title of each track should be NULL after freed.
trunk
|
Sat, 03 Feb 2007 08:55:23 -0800 |
yaz |
[svn] - adaptation for playback API. make cuesheet plugin pass playback->output to real_ip.
trunk
|
Sun, 28 Jan 2007 17:02:41 -0800 |
iabervon |
[svn] Update plugins to the new input plugin API
trunk
|
Tue, 23 Jan 2007 03:00:28 -0800 |
yaz |
[svn] - if the performer of a track is not specified in cue sheet, the performer of the album will be used.
trunk
|
Mon, 22 Jan 2007 10:36:50 -0800 |
giacomo |
[svn] - add missing inclusion of audacious/strings.h where necessary
trunk
|
Mon, 11 Dec 2006 05:19:44 -0800 |
nenolod |
[svn] - fix other plugins dependant on the playlist framework
trunk
|
Sun, 10 Dec 2006 22:10:32 -0800 |
yaz |
[svn] - fix for potential bug.
trunk
|
Sun, 10 Dec 2006 20:33:47 -0800 |
yaz |
[svn] cuesheet improvement:
trunk
|
Sun, 26 Nov 2006 00:50:00 -0800 |
yaz |
[svn] - get_song_info() in some plugins, typically wav, would crash with NULL argument.
trunk
|
Sat, 25 Nov 2006 20:10:34 -0800 |
nenolod |
[svn] - fix
trunk
|
Sat, 25 Nov 2006 19:48:27 -0800 |
nenolod |
[svn] - cuesheet plugin improvements via hiro @ audacious boards
trunk
|
Fri, 17 Nov 2006 20:18:21 -0800 |
nenolod |
[svn] - make pause do something. closes #636
trunk
|
Mon, 13 Nov 2006 06:27:29 -0800 |
yaz |
[svn] - suppress compile time waring.
trunk
|
Mon, 13 Nov 2006 05:27:06 -0800 |
chainsaw |
[svn] Crash avoidance for zeroed cue sheets. By TiCPU, submitted in #audacious.
trunk
|
Mon, 13 Nov 2006 04:35:19 -0800 |
chainsaw |
[svn] FD leak fix by TiCPU, submitted in #audacious.
trunk
|
Thu, 05 Oct 2006 02:33:10 -0700 |
nenolod |
[svn] - some improvements to the cuesheet plugin, not totally there yet ;)
trunk
|
Wed, 04 Oct 2006 01:53:51 -0700 |
nenolod |
[svn] - fix issue where cuesheet plugin owns all codecs
trunk
|
Mon, 02 Oct 2006 15:52:47 -0700 |
nenolod |
[svn] - too much was reverted here, only the if (!ext) return TRUE; was wrong.
trunk
|
Mon, 02 Oct 2006 10:49:55 -0700 |
js |
[svn] Reverted cuesheet.c to revision 104 because it was broken with rev 144.
trunk
|
Sun, 01 Oct 2006 00:57:11 -0700 |
nenolod |
[svn] - clarify is_our_file()... however, it's still a tad borked
trunk
|
Fri, 22 Sep 2006 14:25:52 -0700 |
js |
[svn] Add +1 to the position so that the position isn't in two tracks anymore
trunk
|
Fri, 22 Sep 2006 14:18:37 -0700 |
js |
[svn] Fixed a crash in the cue plugin when no plugin is found / the file doesn't exist
trunk
|
Mon, 18 Sep 2006 03:14:20 -0700 |
nenolod |
[svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container
trunk
base
src/Input/cue/cuesheet.c@14a331c96693
|