Renaud Lepage
61b1c66f53
Defines problems for Xbox.
2005-08-23 02:29:13 +00:00
Ben Anderson
58f0d45465
Add comments to confusing #if block; use _WINDOWS and _MSC_VER properly (fixes MinGW compilation)
2005-06-26 03:51:38 +00:00
Thad Ward
5949e5bc90
(this is possibly going to annoy some people, but..)
...
put all (obvious) MSVC lines in #if defined(_MSC_VER) blocks, primarilly
to allow alternative win32 compilers to be used.
2005-05-11 04:43:54 +00:00
Glenn Maynard
7085d480ec
Remove RageFile::Rewind() calls. The original notion was that rewinding is
...
often simpler than seeking; that some drivers may only support rewinding;
and that, if supported, rewinding should never fail. However, there's really
no reason for it to be a separate API call.
2004-12-09 08:59:24 +00:00
Glenn Maynard
6756ca25bc
fix error check and sync regression
2004-10-06 18:08:04 +00:00
Glenn Maynard
66931a2e22
Yuck: fix MP3 sync compatibility with DWI for certain mildly corrupt MP3s.
...
This used to work; I just noticed that it broke at some point, though I'm
not sure when. Most of these changes is just reordering code.
2004-10-05 18:44:07 +00:00
Chris Danford
03fbb915f3
remove VC6 scoping hacks
2004-09-21 07:53:39 +00:00
Glenn Maynard
dd4bc636f4
cleanups
2004-06-13 20:03:18 +00:00
Glenn Maynard
276adb5ecd
update deprecated names
...
file failing to open is a fatal error
2004-05-21 21:03:38 +00:00
Glenn Maynard
7c56df3fd7
types
2004-05-11 20:50:08 +00:00
Glenn Maynard
f9f10e2372
more license updates
2004-05-06 02:40:33 +00:00
Steve Checkoway
20a8bab45c
Clean up includes.
2004-04-05 05:22:32 +00:00
Glenn Maynard
4989388a21
typo
2004-04-01 21:56:58 +00:00
Glenn Maynard
d0ce109c61
typos
2004-03-30 22:25:28 +00:00
Glenn Maynard
896ce3f103
make sure the last frame of MP3s is decoded
2004-03-28 05:10:26 +00:00
Glenn Maynard
3134e40091
sample music sync fix
2004-03-01 06:40:40 +00:00
Glenn Maynard
93768c249a
update MAD
2004-02-18 04:36:30 +00:00
Glenn Maynard
47530d2117
Remove OffsetFix
...
Read Info tags
Mimic BASS decoding peculiarities
2004-01-24 20:00:41 +00:00
Glenn Maynard
7fe3268d1a
disable OffsetFix: it's broken, might remove it entirely
2004-01-22 04:23:17 +00:00
Glenn Maynard
a21d12abf2
fix editor sync regression caused by the sample music seek fix
2004-01-11 09:57:36 +00:00
Glenn Maynard
7237f1012e
simplify
2004-01-11 09:40:07 +00:00
Glenn Maynard
6dfceeb3f4
seek fix: header_bytes was zero
2003-12-13 20:28:27 +00:00
Glenn Maynard
4da0aa95bf
fix error output
2003-12-07 05:58:13 +00:00
Glenn Maynard
5c2eb8acfe
use RageFile
2003-12-04 20:06:27 +00:00
Chris Danford
47def7d3dc
xbox updates
2003-11-13 00:39:36 +00:00
Glenn Maynard
864f4713ef
minor fix
2003-11-03 03:04:46 +00:00
Glenn Maynard
d3755f98a5
fix crashes when files fail to open
2003-10-12 03:01:07 +00:00
Glenn Maynard
892ca27777
Change EOF seek behavior: reading after a seek past EOF returns EOF.
...
Minor Vorbis seek fix.
2003-10-07 04:03:22 +00:00
Glenn Maynard
e2659ad6b1
MADLIB_rewind never fails.
...
Always rewind after a seek error.
2003-10-06 05:16:01 +00:00
Glenn Maynard
a2da0828b1
fix SetPosition_toc EOF behavior
2003-10-06 05:02:03 +00:00
Glenn Maynard
05003d1bc9
fix SetPosition_hard EOF behavior
2003-10-06 05:00:19 +00:00
Glenn Maynard
71ae8a0848
fix SetPosition_Fast EOF behavior
2003-10-06 04:55:11 +00:00
Glenn Maynard
9ade4fa722
GetLength optimization
2003-10-03 23:23:28 +00:00
Glenn Maynard
802d8c7aff
Much faster RageSoundReader_MP3::FindOffsetFix
2003-10-03 22:55:41 +00:00
Glenn Maynard
ee9c02ea4e
much faster RageSoundReader_MP3::Copy
2003-10-03 22:22:34 +00:00
Glenn Maynard
f554cdeb5f
Cleanup.
2003-10-03 22:05:42 +00:00
Glenn Maynard
cedff03274
cleanup
2003-10-03 21:57:03 +00:00
Glenn Maynard
bb02184ff4
commnets
2003-10-03 21:21:17 +00:00
Glenn Maynard
9c0f586073
Fix some more really obscure seeking problems.
2003-10-03 07:57:33 +00:00
Glenn Maynard
f91ada81ea
Fix FindOffsetFix for songs that start with silence.
2003-10-03 04:28:01 +00:00
Glenn Maynard
b3474cd654
cleanups and fixes
2003-10-03 03:35:58 +00:00
Chris Danford
1c6b80dc91
fix VC6 compile error
2003-10-03 03:20:08 +00:00
Glenn Maynard
bae90050eb
fix warning
2003-10-02 09:33:30 +00:00
Glenn Maynard
9800ead914
simplify
2003-10-02 09:19:23 +00:00
Glenn Maynard
cf1d384afc
Update comments.
2003-10-02 09:13:46 +00:00
Glenn Maynard
eae3cc2ede
simplify
2003-10-02 09:01:17 +00:00
Glenn Maynard
f75058750a
Evil magic. Should fix some editor sync problems.
2003-10-02 08:37:09 +00:00
Glenn Maynard
5d7e71a608
Unneeded; this bug was latent due to an extra rewind.
2003-10-02 06:50:05 +00:00
Glenn Maynard
43505fb17b
Seek sync fixes.
2003-10-02 05:58:01 +00:00
Glenn Maynard
036fd2beb9
Fix: don't chop off the first 26ms of each MP3 (but don't change sync,
...
either).
2003-10-02 04:56:09 +00:00