Tue, 18 Mar 2008 14:57:10 +0100 |
mf0102 |
move some more GUI functions
|
Mon, 17 Mar 2008 23:47:24 +0100 |
mf0102 |
moved most GUI-related functions from playback.c to ui_main_evlisteners.c
|
Sat, 15 Mar 2008 00:26:49 +0100 |
mf0102 |
remove more ui_* references
|
Fri, 14 Mar 2008 19:27:01 +0100 |
mf0102 |
- removed some unused ui_*.h references
|
Sun, 10 Feb 2008 12:31:44 +0100 |
stefano |
Implemented support for multiple subplugins inside a plugin (see bug #148) and PluginHeader finalization
|
Thu, 31 Jan 2008 14:15:12 +0300 |
Eugene Zagidullin |
set_replaygain_info added to PAPI
|
Tue, 25 Dec 2007 00:53:33 -0600 |
Jussi Judin |
Adds playback_free() function to fix memory leak in playback_stop(). (Bugzilla #42)
|
Tue, 13 Nov 2007 05:01:13 +0900 |
Yoshiki Yazawa |
playback_get_length() had always returned 1 whenever it uses tuple.
|
Thu, 11 Oct 2007 20:09:43 -0500 |
William Pitcock |
100ms delay
|
Thu, 11 Oct 2007 20:00:05 -0500 |
William Pitcock |
Add a function to eventqueue API, event_queue_timed() which calls a hook at a postponed time.
|
Thu, 11 Oct 2007 19:51:08 -0500 |
William Pitcock |
event_queue instead of immediately call so that the other thread can catch up
|
Thu, 11 Oct 2007 19:38:55 -0500 |
William Pitcock |
add new hook, playback seek, and subscribe mainwin_update_song_info() to it.
|
Thu, 11 Oct 2007 16:14:21 -0500 |
William Pitcock |
playback_get_length(): Support InputPlayback::set_params().
|
Thu, 11 Oct 2007 19:25:08 +0200 |
Tomasz Mon |
introduce playback_get_length()
|
Mon, 08 Oct 2007 21:42:27 +0900 |
Yoshiki Yazawa |
build fix.
|
Mon, 08 Oct 2007 02:26:42 -0500 |
William Pitcock |
generic playback control API
|
Mon, 08 Oct 2007 01:43:58 -0500 |
William Pitcock |
Add InputPlayback::pass_audio() which replaces produce_audio().
|
Sun, 07 Oct 2007 14:05:16 -0500 |
William Pitcock |
add InputPlayback::set_params() and InputPlayback::set_title() which will
|
Sat, 06 Oct 2007 20:35:52 -0500 |
William Pitcock |
Use a mutex/condvar/timed wait to allow tickless operation in the output loop.
|
Mon, 01 Oct 2007 00:41:25 -0500 |
William Pitcock |
Seperate the 10hz loop dependent code from the rest of the remaining polling loop.
|
Tue, 11 Sep 2007 20:29:53 -0500 |
William Pitcock |
Convert some things to use GSlice.
trunk
|
Fri, 07 Sep 2007 03:20:28 -0500 |
William Pitcock |
Big plugin system changes (part 1 of who knows, it's still a big mess):
trunk
|
Mon, 13 Aug 2007 00:03:33 -0700 |
Ben Tucker |
-Set the track "title" in metadata instead of "name"
trunk
|
Sun, 12 Aug 2007 16:10:45 -0700 |
Ben Tucker |
Implemented TrackChange, StatusChange signals, with a stub for CapsChange.
trunk
|
Fri, 10 Aug 2007 20:28:30 -0500 |
William Pitcock |
thread sanity checks
trunk
|
Fri, 10 Aug 2007 20:23:33 -0500 |
William Pitcock |
Fix the thread join issue.
trunk
|
Fri, 10 Aug 2007 21:58:19 +0200 |
Giacomo Lozito |
added a system that allows input plugins to signal to the core (actually, they MUST do it) that they're ready for playback and it's safe to call their stop function; this fixes a nasty race condition that triggered on fast track-switching
trunk
|
Mon, 06 Aug 2007 12:45:46 +0200 |
Giacomo Lozito |
merged with some small changes to playback.c
|
Mon, 06 Aug 2007 12:38:23 +0200 |
Giacomo Lozito |
in playback_stop, do not assume that get_written_time will be always > 0, some plugins do not write to output at all
|
Sun, 05 Aug 2007 20:20:19 -0500 |
William Pitcock |
oops
|