2009-02-19 |
divverent | correctly swap the channels for vorbis audio encoding |
blob | commitdiff | raw |
2009-02-18 |
divverent | Experimental theora capturevideo code. |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | make DP compile with C++ again |
blob | commitdiff | raw | diff to current |
2008-03-02 |
havoc | added a parameter to S_StopChannel to trigger a mutex... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
havoc | fix a typo (but it was harmless) |
blob | commitdiff | raw | diff to current |
2008-02-27 |
havoc | implemented threaded audio mixing for SDL client (requi... |
blob | commitdiff | raw | diff to current |
2007-08-30 |
havoc | eliminated references to channel_t and sfx_t in OGG_Fet... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
havoc | changed loopstart from signed to unsigned, now un-loope... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
havoc | removed channel_t->end and lastptime, now only pos... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
havoc | patch from div0 that enables printf format warnings... |
blob | commitdiff | raw | diff to current |
2006-09-16 |
havoc | implemented direct AVI video capture using the I420... |
blob | commitdiff | raw | diff to current |
2006-06-25 |
molivier | Decreased the OSS buffer size, and cleaned some code |
blob | commitdiff | raw | diff to current |
2006-06-06 |
molivier | Attempt to fix speaker layout for 5.1 and 7.1 sound... |
blob | commitdiff | raw | diff to current |
2006-06-04 |
molivier | - the Linux sound modules (ALSA and OSS) are now write... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
havoc | made darkplaces able to compile as C++ again, and fixed... |
blob | commitdiff | raw | diff to current |
2006-03-15 |
havoc | moved many cl_ prefixed variables into cl. or cls. |
blob | commitdiff | raw | diff to current |
2005-11-26 |
havoc | remove a piece of breakpoint code I forgot to remove... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
havoc | fix a sound conversion bug in mono output |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | implemented 7.1 audio, only works with SDL (attempted... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | gave names to nearly all structs and enums which should... |
blob | commitdiff | raw | diff to current |
2005-10-20 |
havoc | gcc 4.0 signedness warning fixes and uninitialized... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | more size_t |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | changed some things to size_t to reduce warnings on... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
havoc | removed the 1/4th volume scaledown on video capture |
blob | commitdiff | raw | diff to current |
2004-10-27 |
havoc | greatly improved video capture speed by generating... |
blob | commitdiff | raw | diff to current |
2004-10-13 |
molivier | Fixed a couple of comments, and modified slightly the... |
blob | commitdiff | raw | diff to current |
2004-10-13 |
molivier | Lots of minor fixes and improvements to the sound engin... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
molivier | Moved the clamping of volumes higher in the mixing... |
blob | commitdiff | raw | diff to current |
2004-07-06 |
molivier | Removed the functions "S_RawSamples_*" and "S_ResampleB... |
blob | commitdiff | raw | diff to current |
2004-06-25 |
molivier | Fixed partially the sound code for DP video captures... |
blob | commitdiff | raw | diff to current |
2004-04-05 |
molivier | Fake CD tracks support; DP now tries to play "sound... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
molivier | Added a CHANNELFLAG_LOCALSOUND flag for channels playin... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
molivier | strncpy -> {strlcpy,memcpy}. Replaced the "forceloop... |
blob | commitdiff | raw | diff to current |
2004-03-26 |
molivier | The portable_samplepair_t structure has no need to... |
blob | commitdiff | raw | diff to current |
2004-03-24 |
molivier | Fixed the sounds not being advanced in time while not... |
blob | commitdiff | raw | diff to current |
2004-03-23 |
molivier | Ogg vorbis streaming support; the code decides whether... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2003-07-03 |
havoc | sounds now follow their owner (so riding a lift doesn... |
blob | commitdiff | raw | diff to current |
2003-04-07 |
havoc | fixed name of dpavi.wav file to work correctly with... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2002-09-23 |
havoc | no need to include winquake.h |
blob | commitdiff | raw | diff to current |
2002-08-05 |
havoc | attempt to optimize SND_PaintChannelFrom8 a little bit |
blob | commitdiff | raw | diff to current |
2002-07-25 |
havoc | whitespace |
blob | commitdiff | raw | diff to current |
2002-07-25 |
havoc | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2002-07-25 |
havoc | added S_RawSamples_Enqueue, S_RawSamples_Dequeue, and... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
havoc | massive cleanup of S_TransferPaintBuffer and moved... |
blob | commitdiff | raw | diff to current |
2002-06-29 |
havoc | no longer complains about missing sounds loaded by... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
knghtbrd | A minor removal of a few pieces of dead code. Nothing... |
blob | commitdiff | raw | diff to current |
2002-03-30 |
lordhavoc | added cl_avidemo cvar (saves a series of tga images... |
blob | commitdiff | raw | diff to current |
2001-05-27 |
lordhavoc | cleaned up nearly all of the externs in .c files (moved... |
blob | commitdiff | raw | diff to current |
2001-04-06 |
lordhavoc | optimized AngleVectors calls (pass NULL for vectors... |
blob | commitdiff | raw | diff to current |
2000-09-18 |
lordhavoc | removal of various id386 junk |
blob | commitdiff | raw | diff to current |
2000-08-22 |
lordhavoc | Initial revision |
blob | commitdiff | raw | diff to current |
|