]> icculus.org git repositories - divverent/darkplaces.git/commit
fixed several crashes in video capture code when files fail to open
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 30 May 2006 10:42:21 +0000 (10:42 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 30 May 2006 10:42:21 +0000 (10:42 +0000)
commit5c22fd8c89bc2005adc170300c33e8b54ae34d8c
treed309f016b6194ec5dc22f8230f43fb8dc127fd9f
parente335de5ed205f42e33acbc794b02fa0939ba8e42
fixed several crashes in video capture code when files fail to open
eliminated cl_capturevideo_sound cvar (now always on)
made sound capture non-realtime, by syncing sound mixer to capture frame while capture is active, this sounds horrible while recording but produces perfectly synced sound output to the .wav file
now numbers dpvideo files when saving, each one a higher number than the previous (the next number to use is saved to config), this allows capturing many short video clips without stopping to process the files
what this means: cl_capturevideo is now much more useful than before.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6408 d7cf8633-e32d-0410-b094-e92efae38249
cl_screen.c
client.h
host.c
snd_main.c