log decoders/ogg.c @ 552:2e8907ff98e9

age author description
Tue, 09 Sep 2008 16:28:11 -0400 Ryan C. Gordon Replaced references to COPYING with references to LICENSE.txt ...
Mon, 06 Aug 2007 09:44:02 +0000 Ryan C. Gordon Updated my email address.
Mon, 06 Aug 2007 09:44:02 +0000 Ryan C. Gordon Updated my email address. stable-1.0
Fri, 28 Jul 2006 06:29:19 +0000 Ryan C. Gordon Ogg Vorbis files return samples in system byte order by default.
Wed, 12 May 2004 02:15:00 +0000 Ryan C. Gordon Fixed binary compatibility, added Sound_GetDuration().
Sat, 08 May 2004 08:19:50 +0000 Ryan C. Gordon Most decoders now report total sample play time, now. Technically, this
Fri, 31 Jan 2003 05:17:46 +0000 Ryan C. Gordon MacOS X build fixes.
Sat, 21 Dec 2002 11:32:14 +0000 Ryan C. Gordon Read until buffer is full in Sound_Decode() rather than one packet per call.
Tue, 02 Jul 2002 03:58:24 +0000 Ryan C. Gordon WinCE (PocketPC) patches from Tyler.
Mon, 20 May 2002 06:46:43 +0000 Ryan C. Gordon Added seek implementation.
Sun, 21 Apr 2002 18:39:47 +0000 Ryan C. Gordon Added framework for Sound_Seek() support.
Sat, 19 Jan 2002 16:58:34 +0000 Ryan C. Gordon Rewind method implemented by Torbj�rn.
Thu, 17 Jan 2002 20:53:53 +0000 Ryan C. Gordon Initial implementation or stubs for rewind method. Other cleanups.
Wed, 26 Dec 2001 10:40:25 +0000 Ryan C. Gordon Changed reference to "LICENSE" file to "COPYING".
Thu, 01 Nov 2001 19:13:17 +0000 Ryan C. Gordon Decoders can now list multiple file extensions.
Mon, 08 Oct 2001 01:46:24 +0000 Ryan C. Gordon Portability fix.
Wed, 03 Oct 2001 18:29:32 +0000 Ryan C. Gordon Changing my include structure to do this right.
Wed, 03 Oct 2001 18:15:52 +0000 Ryan C. Gordon Updated to fix build system problem.
Wed, 03 Oct 2001 12:25:34 +0000 fingolfin added config.h, added --enable-debug flag, various other changes to the build system
Mon, 24 Sep 2001 23:32:29 +0000 Ryan C. Gordon Changes in preparation for autoconf, and the RWops wrappers changed to
Mon, 24 Sep 2001 15:29:27 +0000 Ryan C. Gordon Changed _D macro to SNDDBG, and fixed a warning if compiling without debug
Sat, 22 Sep 2001 14:41:38 +0000 Ryan C. Gordon Added init() and quit() methods.
Wed, 19 Sep 2001 14:02:56 +0000 Ryan C. Gordon Initial add.