log

age author description
Sat, 17 Oct 2009 16:49:23 +0000 Sam Lantinga Fixed bug #849 SDL-1.2
Sat, 17 Oct 2009 07:05:33 +0000 Sam Lantinga Don't need the define anymore... SDL-1.2
Sat, 17 Oct 2009 07:04:58 +0000 Sam Lantinga Enable the ALSA debug code via environment variable SDL-1.2
Sat, 17 Oct 2009 06:55:17 +0000 Sam Lantinga Option to fix bug #851 SDL-1.2
Sat, 17 Oct 2009 05:05:29 +0000 Sam Lantinga matthew green SDL-1.2
Fri, 16 Oct 2009 07:24:11 +0000 Sam Lantinga Allow the application to resize the window without destroying the OpenGL context SDL-1.2
Fri, 16 Oct 2009 05:12:20 +0000 Sam Lantinga patch-pulse (from ahoka@NetBSD.org): SDL-1.2
Fri, 16 Oct 2009 05:06:17 +0000 Sam Lantinga patch-ac (from mrg@NetBSD.org): SDL-1.2
Fri, 16 Oct 2009 05:05:21 +0000 Sam Lantinga patch-ab (from reinoud@NetBSD.org): SDL-1.2
Fri, 16 Oct 2009 04:29:27 +0000 Sam Lantinga It helps to use the right constant. :) SDL-1.2
Fri, 16 Oct 2009 04:24:03 +0000 Sam Lantinga Use SDL's byte order check, just to be sure SDL-1.2
Thu, 15 Oct 2009 05:29:49 +0000 Ryan C. Gordon Don't call it "ALSA 0.9 PCM audio" anymore, since we moved to the stable API. SDL-1.2
Thu, 15 Oct 2009 05:18:48 +0000 Sam Lantinga Fixed building on Mac OS X SDL-1.2
Thu, 15 Oct 2009 02:52:11 +0000 Sam Lantinga Fixed bug #728 SDL-1.2
Wed, 14 Oct 2009 07:34:35 +0000 Sam Lantinga Thilo helped me track down the audio issue with 22050 hz stereo sound. Yay! SDL-1.2
Tue, 13 Oct 2009 18:14:13 +0000 Patrice Mandin Add a note for experimental Milan support. SDL-1.2
Tue, 13 Oct 2009 09:59:20 +0000 Sam Lantinga Use the plug: ALSA devices for surround sound formats, which have automatic sample format/rate conversion. SDL-1.2
Tue, 13 Oct 2009 09:56:15 +0000 Sam Lantinga Switched from setting the period size and count to setting the buffer size directly, based on feedback from the ALSA development list: SDL-1.2
Tue, 13 Oct 2009 09:35:37 +0000 Sam Lantinga ALSA's idea of a "frame" is the same as SDL's idea of a "sample". The frame is a single sample on a single channel, and we've defined the frames for each channel as being interleaved. SDL-1.2
Tue, 13 Oct 2009 09:24:05 +0000 Sam Lantinga Fixed debug code to print correct values SDL-1.2
Tue, 13 Oct 2009 08:42:40 +0000 Sam Lantinga On recent distributions ALSA pipes streams through PulseAudio anyway, so using PulseAudio first when it's available will improve latency and reduce ALSA configuration quirks. SDL-1.2
Tue, 13 Oct 2009 08:27:28 +0000 Ryan C. Gordon Corrected my snd_pcm_writei fix. SDL-1.2
Tue, 13 Oct 2009 06:45:02 +0000 Sam Lantinga Only show the dynamic audio libraries if we'll be dynamically loading them SDL-1.2
Tue, 13 Oct 2009 05:20:09 +0000 Sam Lantinga Simplify and improve dynamic library detection, taken from SDL_image SDL-1.2
Tue, 13 Oct 2009 04:23:34 +0000 Sam Lantinga We don't need dlvsym() for ALSA anymore, yay! SDL-1.2
Mon, 12 Oct 2009 23:21:19 +0000 Sam Lantinga Merged fix from SDL 1.3 SDL-1.2
Mon, 12 Oct 2009 21:07:12 +0000 Sam Lantinga Steven Noonan to sdl SDL-1.2
Mon, 12 Oct 2009 09:32:55 +0000 Sam Lantinga Joystick patch from FreeBSD ports system SDL-1.2
Mon, 12 Oct 2009 08:58:12 +0000 Ryan C. Gordon Forcibly disabled MMX mixers. SDL-1.2
Mon, 12 Oct 2009 08:18:36 +0000 Ryan C. Gordon Whoops, need to convert from bits to bytes for frame size. SDL-1.2