log src/audacious/playback.c @ 4547:024be3d7ef4c

age author description
Thu, 15 May 2008 19:25:29 +0200 Jonathan Schleifer Make MPRIS work again.
Fri, 02 May 2008 10:34:07 +0200 Tomasz Mon Stop playback (instead of doing endless loop) when file can't be read
Tue, 22 Apr 2008 11:28:53 +0200 mf0102 - make a lot of stuff static
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
Sun, 05 Aug 2007 20:14:53 -0500 William Pitcock proper race condition fix
Mon, 06 Aug 2007 01:32:41 +0200 Giacomo Lozito - fixed ugly race condition in new threading model; mutexes are also probably required to handle shared access to ip_data
Sun, 05 Aug 2007 16:43:53 +0200 Tomasz Mon goodbye widgets directory
Fri, 27 Jul 2007 15:28:34 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Fri, 27 Jul 2007 15:28:26 -0500 William Pitcock Track playback monitor thread in InputPlayback.thread. trunk
Fri, 27 Jul 2007 03:16:09 +0200 Christian Birchinger Gracefully handle playback being NULL even if playback_get_playing() is TRUE during playback init. trunk
Fri, 27 Jul 2007 00:31:46 +0200 Christian Birchinger I don't think that's needed. If you revert it, use playback_get_playing() instead. trunk
Thu, 26 Jul 2007 14:22:26 -0500 William Pitcock get_current_input_playback() cleanups. trunk
Wed, 25 Jul 2007 19:10:53 -0500 William Pitcock playback_seek(): several WTFs in here (probably from XMMS) fixed trunk
Wed, 25 Jul 2007 15:46:00 -0500 William Pitcock Remove mainwin_set_info_text() craq. Still some work to do. trunk
Mon, 23 Jul 2007 19:35:59 -0500 William Pitcock Send a message from the monitor thread to the main thread for audio errors, like we do with eof condition. trunk
Mon, 23 Jul 2007 19:24:51 -0500 William Pitcock playback monitor thread: If forced stop occurs, do not queue "playback eof" signal. trunk
Mon, 23 Jul 2007 17:14:47 -0500 William Pitcock Remove debugging notices. trunk
Mon, 23 Jul 2007 17:14:14 -0500 William Pitcock Made a mistake here. Fixing! trunk
Mon, 23 Jul 2007 17:10:52 -0500 William Pitcock New threading model for playback. Playback code should now *block*. trunk
Mon, 23 Jul 2007 16:42:30 -0500 William Pitcock Add playback_eof(). Plugins should use this instead of playback->eof = 1. trunk
Fri, 20 Jul 2007 19:42:24 -0500 William Pitcock Fix warnings. trunk
Fri, 20 Jul 2007 19:37:11 -0500 William Pitcock Use ProbeResult (try 1) trunk
Fri, 20 Jul 2007 09:09:58 -0500 William Pitcock Invoke "Plugins are not derived work" clause provided by GPL3. trunk audacious-1.4.0-DR1
Fri, 20 Jul 2007 08:59:47 -0500 William Pitcock GPL3 relicensing. trunk
Mon, 16 Jul 2007 16:16:33 -0500 William Pitcock auto merge
Mon, 16 Jul 2007 16:16:17 -0500 William Pitcock Backed out changeset b87335249c69d45d253b1b960a9ec7f60b68e5a5
Mon, 16 Jul 2007 16:16:10 -0500 William Pitcock Backed out changeset b27af7152811d3829d90fbb5439d78b81c16d220
Mon, 16 Jul 2007 15:52:39 -0500 William Pitcock Use playback_get_playing() for while loop.
Mon, 16 Jul 2007 15:50:32 -0500 William Pitcock Remove genevent, seperate playback logic into seperate control thread.
Mon, 16 Jul 2007 13:32:18 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
Mon, 16 Jul 2007 13:31:51 -0500 William Pitcock From: Daniel Drake <dsd@gentoo.org>