]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
removed video capture formats other than AVI I420 as it is the only useful format...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Sep 2006 10:25:05 +0000 (10:25 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Sep 2006 10:25:05 +0000 (10:25 +0000)
commita7fcd6bcc441e5a6c2575327d78d97c108f569af
tree37b6740f361ccaf6f83575a61c0a8afb1d908edf
parent10d4097588b91534b5cc2c81232982c266ea8402
removed video capture formats other than AVI I420 as it is the only useful format in practice (lots of jpeg/tga files is annoying to deal with, and few programs support rgb/yv12 raw dumps), this means no more .wav saving either and cleans the code a bit
fixed several bugs in sound system when saving avi (lingering .wav code)
added cl_capturevideo_realtime cvar to allow realtime capture if desired (requires a fast machine and can have A/V sync issues)

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