Chris Danford
d93f758024
do memory card write test in a separate thread
2004-04-07 01:18:11 +00:00
Glenn Maynard
831ac462d1
fix waveout underruns due to incorrect locks
2004-04-06 23:20:14 +00:00
Glenn Maynard
3462de7511
fix waveout underruns cascading into decode underruns because the
...
decode buffer is smaller than the writeahead
2004-04-06 23:18:40 +00:00
Glenn Maynard
a253dd8290
reserve a few more blocks
2004-04-05 23:19:05 +00:00
Glenn Maynard
a702601034
updates (we still don't use this yet)
2004-04-05 22:16:26 +00:00
Glenn Maynard
2a4dc7808d
fix win32 loading window bypasses RageFile
...
allow the splash to be a png
2004-04-05 08:38:19 +00:00
Steve Checkoway
20a8bab45c
Clean up includes.
2004-04-05 05:22:32 +00:00
Glenn Maynard
707ed2b4f7
fix assert
2004-04-04 23:16:17 +00:00
Glenn Maynard
08acf08514
Disable DirectShow. A few reasons:
...
I'm not sure about the license of the code in BaseClasses; I simply can't
find one. That probably means we shouldn't be using it.
ffmpeg is almost always used. If ffmpeg can't open a file and DirectShow
can, I'd rather know about it than silently fall back on DShow, since it
won't work at all in *nix.
2004-04-04 01:02:26 +00:00
Glenn Maynard
c8bb4852be
cleanup
2004-04-04 01:00:02 +00:00
Glenn Maynard
65eca3f52c
use arch_platform.h
...
cleanup
2004-04-04 00:59:29 +00:00
Glenn Maynard
e37502d5c4
use arch_platform.h
2004-04-04 00:58:53 +00:00
Glenn Maynard
f7fe411be5
add arch_platform.h
2004-04-04 00:58:12 +00:00
Glenn Maynard
4f0aa75a00
cleanup
...
don't create a max size (usually 2048x2048) texture; fixes major speed
issues when movie textures fail to load
2004-04-04 00:54:22 +00:00
Glenn Maynard
688e1e5553
fix ffmpeg never being used
2004-04-04 00:40:15 +00:00
Glenn Maynard
4213bb2b72
ffmpeg non-threaded fixes
2004-04-04 00:39:23 +00:00
Glenn Maynard
3779455f05
simplify RageSound_OSS
2004-04-03 21:01:56 +00:00
Glenn Maynard
0565b31705
log ALSA errors
2004-04-03 20:55:50 +00:00
Glenn Maynard
93a31d7b22
StartDecodeThread()
2004-04-03 01:26:39 +00:00
Glenn Maynard
213bc83ca4
add assert
2004-04-03 01:25:04 +00:00
Glenn Maynard
b6c090995d
fix "Assertion 'thr != NULL' failed"
2004-04-03 01:23:07 +00:00
Glenn Maynard
1c73baed12
remove Alsa9Buf::Reset
2004-04-03 01:01:39 +00:00
Glenn Maynard
975e4f6e1b
support m_bThreadedMovieDecode
2004-04-02 23:15:29 +00:00
Glenn Maynard
c8f626cf8c
split out RunDecode function
2004-04-02 23:00:29 +00:00
Glenn Maynard
9d33223c92
StartDecodeThread
2004-04-02 21:32:25 +00:00
Glenn Maynard
1060269709
add StartDecodeThread to fix potential GetSampleRate race
...
(will break sound drivers until I update them)
2004-04-02 21:28:06 +00:00
Glenn Maynard
a62dd1b714
cleanup
2004-04-02 07:44:23 +00:00
Tim Hentenaar
c3126ddc62
OSS Fixes etc.
2004-04-02 05:43:39 +00:00
Steve Checkoway
a5e2e634ea
clean up
2004-04-01 10:33:53 +00:00
Kevin Slaughter
9e141f3f78
Fixed Linux FFMpeg -- Matriark
2004-04-01 10:21:08 +00:00
Chris Danford
72c26f501a
show lights mode in LightsDriver_SystemMessage
2004-03-30 04:44:09 +00:00
Chris Danford
2aad42ab9b
don't show unused lights
2004-03-30 04:32:27 +00:00
Glenn Maynard
01ea004030
default string in case confstr is broken
2004-03-29 20:47:29 +00:00
Chris Danford
60a89b8cf4
possibly fix stale card data used due to failed umount
2004-03-29 09:01:56 +00:00
Steve Checkoway
06a900de08
Fix another potential memory leak.
...
Be consistent with respect to static vs. anonymous namespaces.
2004-03-28 22:37:12 +00:00
Glenn Maynard
bee8234100
fix potential memory leak
...
increase decoder thread priority
init the hardware stream in the driver, not in the converter
2004-03-28 21:18:21 +00:00
Glenn Maynard
16abbb62da
implement ArchHooks_darwin::EnterTimeCriticalSection, ArchHooks_darwin::ExitTimeCriticalSection
2004-03-28 07:17:13 +00:00
Glenn Maynard
40a49f51f3
log library versions
2004-03-28 02:04:23 +00:00
Chris Danford
5be54fa4a1
revert
2004-03-27 04:49:42 +00:00
Chris Danford
8d0365b6fa
update comment
2004-03-27 03:18:28 +00:00
Chris Danford
7088c0eb28
fix Linux memcard flushing
2004-03-27 03:05:12 +00:00
Glenn Maynard
d10e81c274
log hardware sample rates
2004-03-26 06:48:36 +00:00
Glenn Maynard
ea9c722a4e
only log directsound drivers once
2004-03-26 06:39:29 +00:00
Glenn Maynard
1c4d9460ee
oops
2004-03-26 06:33:19 +00:00
Glenn Maynard
76c6ab7af5
fix movie texture crash on signal (eg. suspend)
2004-03-26 05:47:56 +00:00
Glenn Maynard
02fa396548
frames
2004-03-26 03:15:27 +00:00
Steve Checkoway
79631356d5
Simplify since this should now be handled by the OS.
2004-03-25 12:48:24 +00:00
Glenn Maynard
8d6c956ce1
minor Alsa9Buf::GetNumFramesToFill fix
2004-03-25 02:47:41 +00:00
Glenn Maynard
034800535e
use RageSound_Generic_Software
2004-03-25 02:46:32 +00:00
Steve Checkoway
3f17555195
Remove debugging output.
2004-03-24 17:30:44 +00:00