log src/vorbis/vorbis.c @ 2967:165ccb8de035

age author description
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.