log src/tta/libtta.c @ 3168:7e58928783b3

age author description
Wed, 26 Nov 2008 02:55:04 +0900 Yoshiki Yazawa - changed include path from audacious to audlegacy.
Mon, 14 Jul 2008 03:35:13 +0300 Andrew O. Shadoura fixed FSF address
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.
Tue, 25 Dec 2007 02:14:39 -0600 Jussi Judin Fixes memory leak in libtta's get_song_tuple() function. (Bugzilla #16)
Thu, 06 Dec 2007 22:52:00 +0900 Yoshiki Yazawa make use of AUDDBG() for debug print out.
Tue, 13 Nov 2007 05:25:42 +0900 Yoshiki Yazawa - set FIELD_LENGTH.
Sat, 13 Oct 2007 20:43:07 -0500 William Pitcock gentitle changes
Sat, 13 Oct 2007 19:55:04 -0500 William Pitcock string API calls -> vtable
Mon, 08 Oct 2007 02:02:02 -0500 William Pitcock chase last changeset in aud
Sun, 07 Oct 2007 14:40:32 -0500 William Pitcock only four to go!
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
Tue, 02 Oct 2007 18:43:28 +0300 Matti Hamalainen Various #include cleanups.
Tue, 02 Oct 2007 02:20:03 +0300 Matti Hamalainen Removed some extraneous includes.
Mon, 24 Sep 2007 12:14:25 -0500 William Pitcock tta: Mk2
Sun, 09 Sep 2007 23:23:00 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Sat, 08 Sep 2007 06:58:08 +0300 Matti Hamalainen Branch merge.
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()
Sun, 09 Sep 2007 22:25:40 +0300 Matti Hamalainen xmms_usleep() was removed, use g_usleep()
Fri, 07 Sep 2007 14:32:49 +0200 mf0102 fixed TrueAudio plugin
Sun, 19 Aug 2007 19:38:11 +0900 Yoshiki Yazawa - make use of tuple_formatter_make_title_string().
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.
Sat, 11 Aug 2007 12:21:30 +0200 Giacomo Lozito use tuple_free(x) in place of mowgli_object_unref(x)
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 09:30:21 -0500 William Pitcock tta: new tuple API
Fri, 03 Aug 2007 07:21:36 +0300 Cristi Magherusan added Discovery plugin type
Wed, 25 Jul 2007 23:17:57 +0900 Yoshiki Yazawa - adapt tta for new threading model.