log src/vorbis/vorbis.c @ 1777:4a200593472d

age author description
Mon, 24 Sep 2007 11:33:35 -0500 William Pitcock vorbis: Mk2
Sun, 09 Sep 2007 23:23:00 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Fri, 07 Sep 2007 12:46:01 +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()
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
Thu, 24 May 2007 16:14:36 -0700 nenolod [svn] - vorbis: transition to plugin API v2 trunk
Fri, 02 Mar 2007 20:17:50 -0800 yaz [svn] - include strings.h trunk
Thu, 01 Mar 2007 20:09:48 -0800 yaz [svn] - try to use str_to_utf8() to fill up tuple. we discovered that indecent ogg stream sends non-utf8 metadata. trunk
Thu, 15 Feb 2007 17:04:00 -0800 yaz [svn] - fix double free bug in vorbis fileinfo. trunk
Wed, 07 Feb 2007 10:35:13 -0800 nenolod [svn] - avoid NULL dereference. closes mandriva #28603. trunk
Sun, 04 Feb 2007 13:40:53 -0800 chainsaw [svn] Obliterate empty tags, just like in mpg123. trunk
Sun, 28 Jan 2007 22:42:40 -0800 iabervon [svn] Fix a dumb mistake, and also use generic flags and get_time. 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
Sun, 28 Jan 2007 14:37:17 -0800 nenolod [svn] - fix vorbis fileinfo stuff trunk
Thu, 25 Jan 2007 04:50:20 -0800 nenolod [svn] - this should have been a VFSVorbisFile, not a direct VFS fd trunk
Thu, 25 Jan 2007 04:43:18 -0800 nenolod [svn] - display the stream title if it's available, like in mp3 streams trunk
Thu, 25 Jan 2007 01:39:09 -0800 nenolod [svn] - fix a warning trunk
Tue, 23 Jan 2007 06:25:58 -0800 nenolod [svn] - handle OV_HOLE gracefully trunk
Tue, 23 Jan 2007 06:24:14 -0800 nenolod [svn] - some tweaks trunk
Tue, 23 Jan 2007 06:22:01 -0800 nenolod [svn] - remove other debug notices trunk
Tue, 23 Jan 2007 06:20:09 -0800 nenolod [svn] - treat all failures the same. this is XIPH. we're not going to ever be trunk
Tue, 23 Jan 2007 04:34:30 -0800 nenolod [svn] - kill dumb debug notice trunk
Tue, 23 Jan 2007 04:33:51 -0800 nenolod [svn] - make sure g_mutex_unlock(vf_mutex); is done trunk
Tue, 23 Jan 2007 04:14:48 -0800 nenolod [svn] - fix uninitialized value conditional jump, maybe it will help trunk
Mon, 22 Jan 2007 18:41:17 -0800 nenolod [svn] - glib/gi18n.h -> audacious/i18n.h for automatic dgettext support trunk
Sun, 21 Jan 2007 04:01:04 -0800 nenolod [svn] - do not close FDs that do not belong to us. trunk
Sun, 21 Jan 2007 03:52:04 -0800 nenolod [svn] - use VFSVorbisFile class for tuple builder trunk
Sun, 21 Jan 2007 02:56:22 -0800 nenolod [svn] - whoever wrote this plugin was a jerk trunk
Sun, 21 Jan 2007 02:40:50 -0800 nenolod [svn] - cleanups trunk
Sun, 21 Jan 2007 02:38:15 -0800 nenolod [svn] - remove integrated http in lieu of builtin vorbis http trunk
Sun, 21 Jan 2007 02:35:18 -0800 nenolod [svn] - newvfs probing support trunk
Tue, 12 Dec 2006 20:22:14 -0800 nenolod [svn] - fix vorbis exttable trunk
Tue, 12 Dec 2006 19:43:23 -0800 nenolod [svn] - finalize the plugin-side of the extension-assist ABI trunk
Tue, 12 Dec 2006 18:54:01 -0800 nenolod [svn] - add support for extension probing to many plugins. trunk
Mon, 18 Sep 2006 03:14:20 -0700 nenolod [svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container trunk base src/Input/vorbis/vorbis.c@ec739eb9f0d5