log src/alac/plugin.c @ 3154:d7eea4d29d4a

age author description
Tue, 12 May 2009 15:33:49 -0500 William Pitcock alac: Restructuring from Hans de Goede. (Closes #69)
Sat, 09 May 2009 13:47:30 -0500 William Pitcock alac: Various patches from Hans de Goede. (Closes #61)
Wed, 26 Nov 2008 02:55:04 +0900 Yoshiki Yazawa - changed include path from audacious to audlegacy.
Mon, 19 May 2008 04:20:50 +0300 Matti Hamalainen Removed #includes that should not be included anymore.
Mon, 31 Mar 2008 14:55:14 +0300 Matti Hamalainen Include cleanups, part #2.
Sat, 13 Oct 2007 21:06:30 -0500 William Pitcock remove improper use of output API
Sat, 13 Oct 2007 20:43:07 -0500 William Pitcock gentitle changes
Mon, 08 Oct 2007 02:02:02 -0500 William Pitcock chase last changeset in aud
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 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
Sun, 07 Oct 2007 00:22:59 -0500 William Pitcock s/tuple_/aud_tuple_/g
Wed, 03 Oct 2007 17:24:59 +0200 Jonathan Schleifer Add -pipe -Wall if gcc and fix a few warnings.
Sun, 09 Sep 2007 23:23:00 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Wed, 05 Sep 2007 09:29:26 +0300 Matti Hamalainen Modified for Tuplez/plugin API changes.
Sun, 09 Sep 2007 22:42:22 +0300 Matti Hamalainen xmms_show_message() changed to audacious_info_dialog()
Tue, 21 Aug 2007 17:11:59 +0900 Yoshiki Yazawa replace tuple_formatter_process_string() with tuple_formatter_make_title_string() except that for streamings.
Sun, 12 Aug 2007 00:06:35 +0900 Yoshiki Yazawa use get_gentitle_format() to get format string so that presets and custom string can coexist.
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 14:01:43 +0100 Tony Vroon Use tuple_new_from_filename in more plugins.
Fri, 10 Aug 2007 06:38:58 -0500 William Pitcock alac: new tuple API
Fri, 03 Aug 2007 07:21:36 +0300 Cristi Magherusan added Discovery plugin type
Mon, 23 Jul 2007 17:43:21 -0500 William Pitcock alac: new threading model
Wed, 18 Jul 2007 20:38:40 +0200 Stany HENRY "About" window is now translatable.
Thu, 21 Jun 2007 17:33:00 +0900 Yoshiki Yazawa more warning elimination. trunk
Thu, 24 May 2007 15:53:40 -0700 nenolod [svn] - conversion to yaz's style was not needed, just API v2 ;p trunk
Thu, 24 May 2007 15:46:25 -0700 chainsaw [svn] Port to plugin API v2. trunk
Sun, 28 Jan 2007 21:09:12 -0800 iabervon [svn] Convert plugins to use InputPlayback.output instead of InputPlugin.output trunk
Sun, 28 Jan 2007 17:02:41 -0800 iabervon [svn] Update plugins to the new input plugin API trunk
Mon, 22 Jan 2007 18:41:17 -0800 nenolod [svn] - glib/gi18n.h -> audacious/i18n.h for automatic dgettext support trunk
Tue, 12 Dec 2006 19:43:23 -0800 nenolod [svn] - finalize the plugin-side of the extension-assist ABI trunk
Tue, 05 Dec 2006 01:07:41 -0800 kiyoshi [svn] Remove old-style is_our_file() where a new-style is_our_fd() exists trunk
Mon, 04 Dec 2006 13:50:33 -0800 nenolod [svn] - portability fixes: trunk
Sat, 18 Nov 2006 16:26:08 -0800 chainsaw [svn] So input.c wants to have the old-style function available... trunk
Sat, 18 Nov 2006 11:46:19 -0800 chainsaw [svn] Port to NewVFS probe function. trunk
Thu, 12 Oct 2006 09:05:01 -0700 nenolod [svn] - some seek code (can't be implemented right now though) trunk
Wed, 04 Oct 2006 21:01:38 -0700 js [svn] - Imported a few changes from alac decoder 0.1.3 trunk
Mon, 02 Oct 2006 20:54:57 -0700 nenolod [svn] - parse metadata on ALAC files... seems to work, but the method is inefficient trunk
Mon, 02 Oct 2006 19:55:45 -0700 nenolod [svn] - a few concurrency fixes trunk
Mon, 02 Oct 2006 18:14:15 -0700 nenolod [svn] - thread safety trunk
Sun, 01 Oct 2006 00:05:37 -0700 nenolod [svn] Detect duration: trunk
Sat, 30 Sep 2006 23:25:06 -0700 nenolod [svn] - fix memory leaks trunk
Sat, 30 Sep 2006 23:18:01 -0700 nenolod [svn] - about box trunk
Sat, 30 Sep 2006 23:09:09 -0700 nenolod [svn] - set alac::going before we fork the decoder thread off, this stops the core from getting confused trunk
Sat, 30 Sep 2006 22:57:56 -0700 nenolod [svn] - remove spurious debugging notices trunk
Sat, 30 Sep 2006 22:44:36 -0700 nenolod [svn] - get_time() implementation trunk
Sat, 30 Sep 2006 21:19:52 -0700 nenolod [svn] - tell audacious that playback is starting when we open an alac file trunk
Sat, 30 Sep 2006 21:11:48 -0700 nenolod [svn] - remove debugging notices trunk
Sat, 30 Sep 2006 20:58:51 -0700 nenolod [svn] - fix crashing. works on my x64 box, static on bigendian (tested: x64-be, mips, ppc64) trunk
Sat, 30 Sep 2006 19:26:34 -0700 nenolod [svn] - experimental ALAC plugin -- don't use this, it crashes trunk