graph
- Use correct function to free allocated mem2006-09-05, by Patrice Mandin
- Fixed macosx audio initialization (passed wrong struct to CoreAudio).2006-09-02, by Ryan C. Gordon
- Compile fixes.2006-09-02, by Ryan C. Gordon
- Added a FIXME and macro to sun audio.2006-09-01, by Ryan C. Gordon
- Replaced unions with calls to SDL_SwapFloat...2006-09-01, by Ryan C. Gordon
- Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit2006-09-01, by Ryan C. Gordon
- Continuing my quest to replace all the bitwise operations on SDL_AudioFormats2006-09-01, by Ryan C. Gordon
- Fixed broken audio conversions between float and unsigned datatypes.2006-09-01, by Ryan C. Gordon
- Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned2006-09-01, by Ryan C. Gordon
- ALSA was testing if (format) was set to zero as an error condition, but2006-09-01, by Ryan C. Gordon
- int32 support for windib and windx5 audio backends.2006-09-01, by Ryan C. Gordon
- QNX6 support for int32/float32 (isn't this just ALSA?!)2006-09-01, by Ryan C. Gordon