log decoders/flac.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 ...
Thu, 17 Apr 2008 18:08:02 +0000 Ryan C. Gordon Merged r544:545 from branches/stable-1.0: converted to UTF-8 encoding.
Thu, 17 Apr 2008 18:06:53 +0000 Ryan C. Gordon Converted all text encoding from ISO-8859-1 to UTF-8. stable-1.0
Sat, 28 Oct 2006 00:57:10 +0000 Ryan C. Gordon Patch from stable-1.0 branch r528:529.
Sat, 28 Oct 2006 00:53:45 +0000 Ryan C. Gordon Updated to libFLAC 1.1.3 API. stable-1.0
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.
Mon, 30 Sep 2002 08:01:26 +0000 Ryan C. Gordon Removed backwards compatible API nastiness from FLAC decoder.
Thu, 11 Jul 2002 05:28:52 +0000 Ryan C. Gordon FIXME cleanups.
Thu, 11 Jul 2002 04:33:08 +0000 Ryan C. Gordon Handles all versions of libFLAC up to version 1.0.3, now.
Fri, 05 Jul 2002 23:11:51 +0000 Ryan C. Gordon Changed all the Sound_SetError() calls to __Sound_SetError (or BAIL*_MACRO)
Tue, 02 Jul 2002 03:58:24 +0000 Ryan C. Gordon WinCE (PocketPC) patches from Tyler.
Wed, 24 Apr 2002 20:47:21 +0000 Ryan C. Gordon Seek implementations.
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".
Mon, 17 Dec 2001 00:26:10 +0000 Ryan C. Gordon Checks magic number again, unless the file extension is recognized.
Mon, 26 Nov 2001 04:32:55 +0000 Ryan C. Gordon Cleanups, fixes and enhancements by Torbj�rn Andersson.
Mon, 19 Nov 2001 16:39:42 +0000 Ryan C. Gordon Now includes FLAC/stream_decoder.h instead of FLAC/all.h. More robust
Fri, 09 Nov 2001 21:43:11 +0000 Ryan C. Gordon Initial add.