log src/flacng/plugin.c @ 1984:489e32a8e106

age author description
Sun, 07 Oct 2007 14:19:19 -0500 William Pitcock change some places to use set_params() instead of set_info() directly
Sun, 07 Oct 2007 01:13:02 -0500 William Pitcock never use gi18n from plugin-space
Sun, 07 Oct 2007 00:43:10 -0500 William Pitcock aud_vfs_extensions -> vfs_extensions, some vtable fixes
Sun, 07 Oct 2007 00:25:33 -0500 William Pitcock s/vfs_/aud_vfs_/g
Tue, 02 Oct 2007 18:43:28 +0300 Matti Hamalainen Various #include cleanups.
Sun, 09 Sep 2007 22:42:22 +0300 Matti Hamalainen xmms_show_message() changed to audacious_info_dialog()
Sun, 09 Sep 2007 22:25:40 +0300 Matti Hamalainen xmms_usleep() was removed, use g_usleep()
Fri, 07 Sep 2007 04:23:30 -0500 William Pitcock flacng: C99 initialisers
Fri, 10 Aug 2007 22:00:07 +0200 Giacomo Lozito updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
Fri, 10 Aug 2007 08:42:59 -0500 William Pitcock flacng: new tuple API
Sat, 04 Aug 2007 16:30:43 +0200 Ralf Ertzinger - Introduce a mutex for test_info and lock appropriately
Fri, 03 Aug 2007 20:39:05 +0200 Ralf Ertzinger We do not need a playloop mutex any more
Fri, 03 Aug 2007 07:21:36 +0300 Cristi Magherusan added Discovery plugin type
Mon, 23 Jul 2007 17:27:44 -0500 William Pitcock Kill g_thread_exit() this is now handled by monitor thread.