log src/audacious/playback.c @ 4649:39b7d7886edf

age author description
Mon, 16 Jun 2008 05:48:26 +0300 Matti Hamalainen Remove output plugin field from InputPlugin.
Fri, 13 Jun 2008 22:32:27 +0900 Yoshiki Yazawa removed some dangling white spaces.
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.