log

age author description
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
Mon, 12 Oct 2009 08:06:40 +0000 Ryan C. Gordon Corrected misuse of snd_pcm_writei() in ALSA driver. SDL-1.2
Sat, 10 Oct 2009 15:10:06 +0000 Sam Lantinga Added support for SDL_VIDEO_FULLSCREEN_DISPLAY, but mouse events need to be fixed up. SDL-1.2
Sat, 10 Oct 2009 15:06:04 +0000 Sam Lantinga Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11. SDL-1.2
Sat, 10 Oct 2009 14:59:32 +0000 Sam Lantinga Put the braces on the next line so vi can find the beginning of the function. SDL-1.2
Sat, 10 Oct 2009 10:28:05 +0000 Patrice Mandin Disable double buffer for Milan. Also set current width,height after we read it. SDL-1.2
Sat, 10 Oct 2009 10:17:51 +0000 Sam Lantinga Added missing caca files SDL-1.2
Sat, 10 Oct 2009 10:15:35 +0000 Sam Lantinga Fixed bug #838 SDL-1.2
Sat, 10 Oct 2009 10:14:01 +0000 Sam Lantinga Adapted from Debian patch: 320_activate_xrandr_on_default.diff SDL-1.2
Sat, 10 Oct 2009 10:10:36 +0000 Sam Lantinga Debian patch: 310_segfault_noGLX.diff SDL-1.2
Sat, 10 Oct 2009 10:09:01 +0000 Sam Lantinga Debian patch: f230_manpages.diff SDL-1.2
Sat, 10 Oct 2009 10:01:38 +0000 Sam Lantinga Debian patch: 218_joystick_memmove.diff SDL-1.2
Sat, 10 Oct 2009 09:59:29 +0000 Sam Lantinga Debian patch: 216_page_size.diff SDL-1.2
Sat, 10 Oct 2009 09:58:32 +0000 Sam Lantinga Fixed bug #833 SDL-1.2
Sat, 10 Oct 2009 09:43:50 +0000 Sam Lantinga Don't double-include sys/param.h SDL-1.2
Sat, 10 Oct 2009 09:43:08 +0000 Sam Lantinga Whoops, FreeBSD 6.2 doesn't define __FreeBSD_kernel_version SDL-1.2
Sat, 10 Oct 2009 09:38:02 +0000 Sam Lantinga Adapted from 215_kfreebsd_gnu.diff SDL-1.2