log src/audacious/plugin.h @ 4391:a9c8efbfd4c2

age author description
Sun, 30 Mar 2008 00:51:14 +0200 Matti Hamalainen s/BMP_PLUGIN_H/AUD_PLUGIN_H/
Sat, 29 Mar 2008 11:41:55 +0200 Matti Hamalainen Fix enum list, to make gcc4.3 stfu. Should close bugzilla #219.
Fri, 28 Mar 2008 02:19:37 +0200 Matti Hamalainen Added a short explanation for the freq_data argument in VisPlugin.
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
Thu, 13 Mar 2008 16:30:15 -0500 William Pitcock Fix ABI.
Sun, 24 Feb 2008 07:28:23 -0600 William Pitcock Drop old IIR code.
Sun, 17 Feb 2008 21:17:26 +0900 Yoshiki Yazawa add event_queue() to the vtable as aud_event_queue()
Tue, 12 Feb 2008 01:20:32 -0600 William Pitcock Remove legacy XMMS format conversion API. We have a new audio engine which does this the correct way.
Sun, 10 Feb 2008 12:31:44 +0100 stefano Implemented support for multiple subplugins inside a plugin (see bug #148) and PluginHeader finalization
Sat, 09 Feb 2008 01:05:36 +0300 Eugene Zagidullin - added template for src_flow
Fri, 08 Feb 2008 22:21:56 +0300 Eugene Zagidullin added FMT_SIZEOF macro
Mon, 04 Feb 2008 01:30:53 +0300 Eugene Zagidullin added FMT_FIXED32, an equivalent of mad_fixed_t, already supported by libSAD; some endianness-related changes
Sat, 02 Feb 2008 01:53:15 +0300 Eugene Zagidullin initial Replay Gain support
Thu, 31 Jan 2008 14:15:12 +0300 Eugene Zagidullin set_replaygain_info added to PAPI
Wed, 30 Jan 2008 01:22:37 +0300 Eugene Zagidullin 1st attempt to integrate dithering and RG engine
Tue, 25 Dec 2007 00:53:33 -0600 Jussi Judin Adds playback_free() function to fix memory leak in playback_stop(). (Bugzilla #42)
Mon, 17 Dec 2007 21:56:17 +0900 Yoshiki Yazawa - introduce new API functions uri_to_display_basename() and uri_to_display_dirname(). each function derives utf8 encoded basename or dirname from given uri respectively.
Fri, 07 Dec 2007 01:11:25 +0900 Yoshiki Yazawa - modified playlist_load_ins_file() and playlist_load_ins_file_tuple(). path builder and ext_hash checker
Wed, 28 Nov 2007 18:15:04 +0100 Jonathan Schleifer Add plugin function to pull volume.
Wed, 28 Nov 2007 00:02:35 +0300 Eugene Zagidullin added my sign to that comments :)
Tue, 27 Nov 2007 23:59:28 +0300 Eugene Zagidullin added some comments to plugin.h about update_song_tuple()
Mon, 26 Nov 2007 22:33:20 +0300 Eugene Zagidullin update_song_tuple() added to InputPlugin for future tag writing ability
Sun, 18 Nov 2007 18:24:38 -0600 William Pitcock Add get_output_list() to PAPI for xmms-crossfade.
Sun, 18 Nov 2007 21:39:28 +0900 Yoshiki Yazawa - add subtune support to on demand probing.
Thu, 01 Nov 2007 11:51:53 -0500 William Pitcock fix forward declaration of vtable in C++ mode. (bugzie #42)
Mon, 15 Oct 2007 12:56:59 +0200 Christian Birchinger Export dock functions
Sun, 14 Oct 2007 22:24:41 -0500 William Pitcock forgot to export a symbol. now I am done. really.
Sun, 14 Oct 2007 21:51:09 -0500 William Pitcock bump API version.
Sun, 14 Oct 2007 21:48:19 -0500 William Pitcock flows