Commit Graph

1952 Commits

Author SHA1 Message Date
Josh Coalson
e254776c56 add metallica new item 2004-03-03 21:38:20 +00:00
Josh Coalson
f3acbae31d comment out musepack link since some pron spammer snatched the domain 2004-03-01 18:58:35 +00:00
Josh Coalson
c0c1a6b5f4 add link to media center/jukebox plugin 2004-02-23 22:40:04 +00:00
Josh Coalson
5f9c38cb08 add news item re: charlie hunter 2004-02-04 05:48:28 +00:00
Josh Coalson
d1b8c402ed add link to CoreFLAC 2004-01-30 20:32:50 +00:00
Josh Coalson
8a5b74068a *** empty log message *** 2004-01-30 07:34:17 +00:00
Josh Coalson
1e25bb94de change wording for explanation of PADDING 2004-01-28 22:02:17 +00:00
Josh Coalson
38e579d04d fix link for Audiofile 2004-01-28 22:01:45 +00:00
Josh Coalson
93efc40a9d *** empty log message *** 2004-01-20 05:38:59 +00:00
Josh Coalson
4052c875b6 fix possible bug with seeking past 4Gbytes 2004-01-18 00:04:11 +00:00
Josh Coalson
f3d6429ab1 fix bug in asserts 2004-01-18 00:03:48 +00:00
Josh Coalson
9564390fb9 update copyright to 2004 2004-01-17 04:14:43 +00:00
Josh Coalson
e6d52b08ba add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata rewriting 2004-01-17 03:52:59 +00:00
Josh Coalson
8fdb96487d minor comments 2004-01-17 03:51:54 +00:00
Josh Coalson
f83709c723 remove unused stuff 2004-01-17 03:51:42 +00:00
Josh Coalson
cc085367b1 fix more typos in returned states after conversion, temporarily disable metadata callback until ogg page rewriter is finished and hooked up 2004-01-16 02:07:30 +00:00
Josh Coalson
30cd31636f revamp OggFLAC__SeekableStreamEncoder to derive from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder 2004-01-16 00:16:45 +00:00
Josh Coalson
112ed6cd05 always flush pages for metadata writes so that each block is in its own page as much as possible 2004-01-16 00:10:37 +00:00
Josh Coalson
7994608433 various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder 2004-01-16 00:09:05 +00:00
Josh Coalson
d46cfb2970 fix some syntax bugs 2004-01-16 00:08:46 +00:00
Josh Coalson
b71b56cb4b various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder 2004-01-16 00:03:15 +00:00
Josh Coalson
173102739a minor reformatting 2004-01-12 04:13:36 +00:00
Josh Coalson
09b3926fa3 fix link to winamp3 plugin 2004-01-12 04:10:16 +00:00
Josh Coalson
fd2978854e add link for digitalsoundboard.net 2004-01-06 18:40:51 +00:00
Josh Coalson
9fad628427 add comment for flac-tools link, add links for archive.org, move "communities" section between "hardware" and "software" section 2004-01-02 18:48:34 +00:00
Josh Coalson
073bd9e471 revamp ogg flac file decoder; it needed to be derived from the ogg flac stream encoder instead of the flac file encoder 2003-12-31 05:38:20 +00:00
Josh Coalson
4d373f846b minor cleanup 2003-12-31 05:36:35 +00:00
Josh Coalson
47d9bbd66c fix up reporting of the current frame to the write callback; also fixes a problem with progress callbacks in the ogg flac file encoder 2003-12-31 05:35:48 +00:00
Josh Coalson
43d8f85fc5 minor comments 2003-12-31 05:33:39 +00:00
Josh Coalson
575c1711a9 fix bug in dummy tell callback 2003-12-30 03:44:12 +00:00
Josh Coalson
06c9c5327b fix bug in read callback where *bytes was not being set to 0 on end-of-stream condition 2003-12-30 03:33:43 +00:00
Josh Coalson
9b07b61fba revamp the Ogg decoding logic; much more stable now 2003-12-30 03:31:52 +00:00
Josh Coalson
0bc2c32814 minor comments 2003-12-30 03:29:58 +00:00
Josh Coalson
182e4e6f8a add #ifdef FLAC__ONE_FLAC_FRAME_PER_OGG_PAGE section to write callback wrapper 2003-12-29 21:34:39 +00:00
Josh Coalson
5353606c77 add link for CD Wave 2003-12-27 19:46:09 +00:00
Josh Coalson
9dfaa9e91d drop Easy CD-DA Extractor link (not freeware) 2003-12-18 22:44:38 +00:00
Josh Coalson
37a4d2a495 workaround MSVC bug re: scoping of nested classes 2003-12-18 20:06:52 +00:00
Josh Coalson
c82bf8a556 fix plugin to match latest api for replaygain synthesis 2003-12-18 05:21:26 +00:00
Josh Coalson
2ea9693ca3 fix __LIBNAME__ definition 2003-12-18 05:20:43 +00:00
Josh Coalson
5dda2bd67b use double for scale factor instead of float 2003-12-18 05:19:34 +00:00
Josh Coalson
b7eeec1eeb #pragma to turn off useless MSVC warning C4800 2003-12-18 05:16:44 +00:00
Josh Coalson
93c66d76e9 obliterate obsolete winamp3 plugin 2003-12-17 19:39:21 +00:00
Josh Coalson
0f2203449a fix endian bug when applying replaygain 2003-12-17 18:40:02 +00:00
Josh Coalson
1a698a8826 fix bug where apply gain is used on a file with no vorbis comment 2003-12-17 18:38:23 +00:00
Josh Coalson
e83dbbe963 fixes from MSVC build 2003-12-17 05:52:03 +00:00
Josh Coalson
99e8c2faa2 ugh, it's FLAC__ASSERT() not FLAC__assert() 2003-12-17 05:37:24 +00:00
Josh Coalson
3c5072c6d4 use FLAC__assert() instead of assert() 2003-12-17 05:35:00 +00:00
Josh Coalson
08af834821 rename string.* to more unambiguous local_string_utils.* 2003-12-17 05:30:26 +00:00
Josh Coalson
f61dc6657c rename string.* to more unambiguous local_string_utils.* 2003-12-17 05:30:26 +00:00
Josh Coalson
3dc6fa443a fixes for MSVC 2003-12-17 05:27:38 +00:00