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
|
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
|
Sat, 10 Oct 2009 09:28:35 +0000 |
Sam Lantinga |
Debian patch: 214_missing_mmx_blit.diff
SDL-1.2
|
Sat, 10 Oct 2009 09:22:11 +0000 |
Sam Lantinga |
Made typedef for SDL_bool the same as the other typedefs.
SDL-1.2
|
Sat, 10 Oct 2009 09:21:09 +0000 |
Sam Lantinga |
Added patch note for revision 5005
SDL-1.2
|
Sat, 10 Oct 2009 09:07:51 +0000 |
Sam Lantinga |
Debian patch: 209_alsa_priority.diff
SDL-1.2
|
Sat, 10 Oct 2009 09:03:08 +0000 |
Sam Lantinga |
Debian patch: 050_altivec_detection.diff
SDL-1.2
|
Sat, 10 Oct 2009 09:02:17 +0000 |
Sam Lantinga |
Changed environment variable to match Debian patch 205_lock_keys.diff
SDL-1.2
|
Sat, 10 Oct 2009 08:59:28 +0000 |
Sam Lantinga |
Disable iPodLinux code by default (can be enabled with --enable-ipod)
SDL-1.2
|
Sat, 10 Oct 2009 08:56:01 +0000 |
Sam Lantinga |
Debian patch: 040_propagate_pic_to_nasm.diff
SDL-1.2
|
Sat, 10 Oct 2009 08:50:35 +0000 |
Sam Lantinga |
Debian patch: 030_pulseaudio_enable.diff
SDL-1.2
|
Sat, 10 Oct 2009 08:46:06 +0000 |
Sam Lantinga |
Debian patch: 020_libcaca_new_api.diff
SDL-1.2
|
Sat, 10 Oct 2009 08:11:36 +0000 |
Sam Lantinga |
Updated change log with recent checkins
SDL-1.2
|
Sat, 10 Oct 2009 07:48:15 +0000 |
Sam Lantinga |
Fixed bug #627
SDL-1.2
|
Sat, 10 Oct 2009 07:33:18 +0000 |
Ryan C. Gordon |
Moved to stable ALSA API.
SDL-1.2
|
Sat, 10 Oct 2009 07:30:00 +0000 |
Sam Lantinga |
Fixed bug #634
SDL-1.2
|
Sat, 10 Oct 2009 06:38:02 +0000 |
Ryan C. Gordon |
Cache the swap control setting, even on Mesa.
SDL-1.2
|
Sat, 10 Oct 2009 05:21:31 +0000 |
Ryan C. Gordon |
Fixed incorrect return value test for SGI swap control.
SDL-1.2
|
Sat, 10 Oct 2009 05:17:47 +0000 |
Ryan C. Gordon |
Default value for SGI swap control GL attribute should be -1.
SDL-1.2
|
Sat, 10 Oct 2009 02:11:07 +0000 |
Sam Lantinga |
Fixed bug #798
SDL-1.2
|
Sat, 10 Oct 2009 02:03:53 +0000 |
Sam Lantinga |
Fixed bug #831
SDL-1.2
|
Thu, 08 Oct 2009 09:02:03 +0000 |
Ryan C. Gordon |
Remove sdl.pc during "make uninstall"
SDL-1.2
|
Thu, 08 Oct 2009 07:48:37 +0000 |
Ryan C. Gordon |
Allow Unicode filenames in RWOPS on Windows.
SDL-1.2
|
Thu, 08 Oct 2009 07:45:55 +0000 |
Sam Lantinga |
Ozkan Sezer 2009-04-01 23:17:13 PDT
SDL-1.2
|
Thu, 08 Oct 2009 07:09:04 +0000 |
Sam Lantinga |
Update config.guess and config.sub
SDL-1.2
|
Wed, 07 Oct 2009 08:03:32 +0000 |
Sam Lantinga |
SDL 1.2.14 is a recommended update.
SDL-1.2
|
Wed, 07 Oct 2009 08:00:20 +0000 |
Sam Lantinga |
Updated documentation with major changes for 1.2.14
SDL-1.2
|
Wed, 07 Oct 2009 06:11:19 +0000 |
Sam Lantinga |
SuSE 11.1 installs directfb-config without directfb-devel, so check to
SDL-1.2
|
Wed, 07 Oct 2009 06:10:40 +0000 |
Sam Lantinga |
Fixed building without OpenGL support
SDL-1.2
|
Sun, 04 Oct 2009 22:31:25 +0000 |
Sam Lantinga |
Updated libtool to version 2.2.6a
SDL-1.2
|