log src/audacious/plugin.h @ 3685:0ba593887cae

age author description
Mon, 01 Oct 2007 23:39:22 -0500 William Pitcock Export VfsBufferedFile functions.
Mon, 01 Oct 2007 23:32:57 -0500 William Pitcock Export VfsBuffer functions.
Mon, 01 Oct 2007 23:26:00 -0500 William Pitcock Unbreak compile.
Mon, 01 Oct 2007 23:00:46 -0500 William Pitcock Start working on exporting all public functions via a vtable. The API version will be bumped to 7 once I am done and -Wl,-export-dynamic is removed.
Sun, 30 Sep 2007 15:28:40 +0300 Matti Hamalainen Remove non-existing function declarations from headers.
Fri, 07 Sep 2007 12:45:50 +0300 Matti Hamalainen Branch merge. trunk
Wed, 05 Sep 2007 07:11:52 +0300 Matti Hamalainen Plugin API v6 trunk
Fri, 07 Sep 2007 02:02:53 -0500 William Pitcock Add "gboolean enabled;" to PLUGIN_COMMON_FIELDS. trunk
Fri, 07 Sep 2007 02:01:47 -0500 William Pitcock Clean up some plugin mess -- this breaks API for plugins which don't do the ".member: value" thing yet. Oh well. trunk
Sun, 12 Aug 2007 20:03:43 +0300 Cristi Magherusan merge
Fri, 10 Aug 2007 23:06:35 +0300 Cristi Magherusan merge frenzy
Fri, 10 Aug 2007 14:21:21 +0300 Cristi Magherusan merge
Wed, 08 Aug 2007 22:04:41 +0300 Cristi Magherusan fixed the interface
Sun, 12 Aug 2007 20:18:04 +0200 Christian Birchinger Add functions for custom uri support of input plugins trunk
Sat, 11 Aug 2007 23:59:24 +0900 Yoshiki Yazawa rename xmms_get_gentitle_format() to get_gentitle_format(). 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
Fri, 10 Aug 2007 05:22:35 -0500 William Pitcock audacious-core: convert to tuple-ng, remove titlestring API. trunk
Fri, 10 Aug 2007 03:50:41 -0500 William Pitcock Bump binary API/ABI revisions for Tuplez. trunk
Sat, 04 Aug 2007 15:37:37 +0900 Yoshiki Yazawa add simplified macros to declare plugin. no more excessive NULLs.
Fri, 03 Aug 2007 21:16:18 -0500 William Pitcock Fix DECLARE_PLUGIN() macro.
Fri, 03 Aug 2007 20:42:13 -0500 William Pitcock Make DECLARE_PLUGIN() macro use a __VA_ARGS__ list instead of a static amount of tokens. trunk
Fri, 03 Aug 2007 20:39:42 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Fri, 03 Aug 2007 20:39:35 -0500 William Pitcock - bump PAPI version to 4 due to DiscoveryPlugin trunk
Fri, 03 Aug 2007 07:20:58 +0300 Cristi Magherusan added Discovery plugin type trunk
Fri, 27 Jul 2007 15:28:26 -0500 William Pitcock Track playback monitor thread in InputPlayback.thread. trunk
Tue, 24 Jul 2007 13:17:23 -0500 William Pitcock __AUDACIOUS_PLUGIN_API__ is now 3. trunk
Mon, 23 Jul 2007 15:55:04 -0500 William Pitcock Add eventqueue interface. trunk
Fri, 20 Jul 2007 18:55:15 -0500 William Pitcock Add new probe_for_tuple() function. Replaces all old probing interfaces. trunk
Mon, 16 Jul 2007 16:16:17 -0500 William Pitcock Backed out changeset b87335249c69d45d253b1b960a9ec7f60b68e5a5
Mon, 16 Jul 2007 15:50:32 -0500 William Pitcock Remove genevent, seperate playback logic into seperate control thread.
Fri, 13 Jul 2007 06:55:44 -0500 William Pitcock Use G_MODULE_EXPORT to ensure the plugin header is exported.
Mon, 09 Jul 2007 03:18:00 -0500 William Pitcock Mimetype system. trunk
Sun, 17 Jun 2007 10:14:02 +0900 Yoshiki Yazawa add a cast to DECLARE_PLUGIN() to suppress warnings. trunk
Thu, 24 May 2007 16:17:12 -0700 nenolod [svn] - guard v2 module header with G_BEGIN_DECLS and G_END_DECLS trunk
Thu, 24 May 2007 03:27:54 -0700 nenolod [svn] - first attempt at an plugin API2 loader. this is entirely implemented inside the plugin2 namespace, so please respect that if you go editing this ;p trunk
Thu, 24 May 2007 02:03:17 -0700 nenolod [svn] - add functions for defining the v2 plugin header trunk
Thu, 24 May 2007 01:47:50 -0700 nenolod [svn] - begin work on the host side of plugin API v2. trunk
Sat, 12 May 2007 15:22:58 -0700 magma [svn] Reverted the modifications that were initially needed for DBus support. trunk
Thu, 10 May 2007 14:13:20 -0700 nenolod [svn] - fix ABI trunk
Wed, 09 May 2007 14:36:37 -0700 magma [svn] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus. trunk
Mon, 12 Mar 2007 10:55:24 -0700 yaz [svn] - add millisecond seek function to InputPlugin API. with this function, cuesheet and encoder plugins can achieve higher accuracy. trunk
Sat, 03 Feb 2007 11:19:07 -0800 nenolod [svn] - define __AUDACIOUS_INPUT_PLUGIN_API__ to 2 by request of shd trunk
Wed, 31 Jan 2007 05:23:24 -0800 nenolod [svn] - put it back the way it was trunk
Wed, 31 Jan 2007 05:05:26 -0800 nenolod [svn] - InputPlayback: prepare to deprecate InputPlugin::seek() trunk
Sun, 28 Jan 2007 22:09:12 -0800 iabervon [svn] Provide flags in InputPlayback for common plugin flag needs, and provide a trunk
Sun, 28 Jan 2007 21:08:08 -0800 iabervon [svn] More input plugin API work trunk
Sun, 28 Jan 2007 17:02:15 -0800 iabervon [svn] Change the input plugin API to use a struct for the currently-playing file. trunk
Fri, 12 Jan 2007 11:43:40 -0800 nenolod [svn] - objective-make autodepend fixes trunk