summaryrefslogtreecommitdiff
path: root/src/mixer.cpp
AgeCommit message (Expand)Author
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-03-23(svn r19505) -Codechange: silence a gcc<4.2 warningsmatz
2010-03-06(svn r19332) -Codechange: Simplify sound panning by using float data, and swi...peter1138
2010-01-16(svn r18835) -Fix: Large sounds could still cause an overflow with high sampl...peter1138
2010-01-16(svn r18833) -Cleanup: Const-ness and stylepeter1138
2010-01-16(svn r18829) -Codechange: Don't free memory from within audio mixer callback ...peter1138
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-10(svn r17146) -Codechange: improve the sample rate conversion a bitrubidium
2009-08-09(svn r17140) -Change: allow higher sample rate and higher quality samples. Ba...rubidium
2009-07-13(svn r16805) -Codechange: Remove 'unused' mixer channel flags, which always h...peter1138
2009-07-10(svn r16784) -Fix: Audio playback rate was fixed at 11025Hz regardless of the...peter1138
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-07-15(svn r13706) -Fix (r13695): Small typo.frosch
2008-07-12(svn r13695) -Fix [FS#2120]: in some cases the (sound) mixer could overflow c...rubidium
2008-05-27(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-03(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing t...belugas
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr