log src/vorbis/vorbis.c @ 3203:f5456241bff9 default tip

age author description
Wed, 04 Mar 2009 12:48:43 +0000 Tony Vroon Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
Sun, 01 Mar 2009 23:29:54 -0600 William Pitcock xiph.org sucks, add .oga to allowed extensions list.
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.
Wed, 09 Apr 2008 15:48:36 +0300 Matti Hamalainen Replaced s/ConfigDb/mcs_handle_t/g, as per changes in the core.
Mon, 31 Mar 2008 14:00:33 +0300 Matti Hamalainen Include cleanups, part #1.
Sun, 10 Feb 2008 15:52:46 +0300 Eugene Zagidullin pretend to be stopped when buffer is free. needed for correct waiting for free buffer
Sun, 10 Feb 2008 14:46:28 +0300 Eugene Zagidullin - fixed freezing on track end
Sat, 02 Feb 2008 02:02:15 +0300 Eugene Zagidullin vorbis switched to floating-point output. RG stuff removed
Sat, 19 Jan 2008 03:04:39 +0200 Cristi Magherusan Modified the playback loop to fix the last seconds skip (fixes bug #87)
Thu, 06 Dec 2007 04:39:14 +0300 Eugene Zagidullin vorbis: mimetype field added. also little fix
Thu, 06 Dec 2007 03:54:59 +0300 Eugene Zagidullin vorbis: bitrate field added
Thu, 06 Dec 2007 03:41:16 +0300 Eugene Zagidullin be aware of incorrect formatting
Thu, 06 Dec 2007 03:20:39 +0300 Eugene Zagidullin vorbis: removed fileinfo dialog, switched to mowgli_dictionary, some fixes
Wed, 28 Nov 2007 02:50:15 +0300 Eugene Zagidullin get rid of talking with GDK directly
Sat, 27 Oct 2007 10:45:20 -0500 William Pitcock Fix seeking for non-streamed files.
Sat, 27 Oct 2007 07:55:08 -0500 William Pitcock vf.seekable hack is no longer needed.
Sat, 27 Oct 2007 07:26:32 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
Sat, 27 Oct 2007 07:25:40 -0500 William Pitcock majorly decraq the code
Sat, 27 Oct 2007 06:35:15 -0500 William Pitcock remove unused stuff
Wed, 24 Oct 2007 07:34:02 +0300 Matti Hamalainen s/bmp_cfg_/aud_cfg_/g
Sat, 20 Oct 2007 06:39:14 +0300 Matti Hamalainen Use FIELD_DATE.
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
Fri, 12 Oct 2007 15:36:41 -0500 William Pitcock move InputPlayback::pass_audio() call to avoid cutting off last 5 seconds.
Fri, 12 Oct 2007 15:35:16 -0500 William Pitcock associate with application/ogg mimetype.
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
Wed, 03 Oct 2007 17:24:59 +0200 Jonathan Schleifer Add -pipe -Wall if gcc and fix a few warnings.
Mon, 01 Oct 2007 23:01:22 +0100 chainsaw Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
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