log src/vorbis/vorbis.c @ 1676:aee4ebea943a

age author description
Sun, 09 Sep 2007 22:25:40 +0300 Matti Hamalainen xmms_usleep() was removed, use g_usleep()
Fri, 07 Sep 2007 04:21:38 -0500 William Pitcock vorbis: C99 initialisers
Mon, 13 Aug 2007 20:24:36 +0900 Yoshiki Yazawa make use of get_gentitle_format() and tuple_formatter_make_title_string()
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 08:19:40 -0500 William Pitcock vorbis: new tuple API
Fri, 10 Aug 2007 03:38:19 -0500 William Pitcock Fix hang problem on EOF.
Fri, 03 Aug 2007 07:21:36 +0300 Cristi Magherusan added Discovery plugin type
Wed, 25 Jul 2007 16:48:53 -0500 William Pitcock Use InputPlayback.playing properly.
Wed, 25 Jul 2007 16:40:29 -0500 William Pitcock Division by 1000 is not necessary.
Wed, 25 Jul 2007 16:34:07 -0500 William Pitcock vorbis: Use nominal bitrate instead of updating every time the bitrate changes. That behaviour is just braindead.
Mon, 23 Jul 2007 17:52:11 -0500 William Pitcock vorbis: new threading model
Tue, 17 Jul 2007 01:14:36 +0900 Yoshiki Yazawa unescape url encoded filename where real filename is needed.
Thu, 21 Jun 2007 17:33:00 +0900 Yoshiki Yazawa more warning elimination. trunk
Fri, 25 May 2007 01:55:15 -0700 yaz [svn] - remove g_free(description) in cleanup functions to avoid crash on quit. trunk