log

age author description
2009-12-11 Sam Lantinga Fixed bug #899 SDL-1.2
2009-12-11 Sam Lantinga Fixed bug #896 SDL-1.2
2009-12-03 Sam Lantinga Missing pop over a jump SDL-1.2
2009-12-02 Sam Lantinga Fixed crash - need to save and restore rbx around cpuid, since the compiler may be assuming the stack pointer isn't being modified when filling in %0. SDL-1.2
2009-11-17 Sam Lantinga Fixed bug #888 SDL-1.2
2009-11-17 Sam Lantinga Fixed bugs #882 and 865, re-opening bug #634 SDL-1.2
2009-11-15 Sam Lantinga Gregory Smith SDL-1.2
2009-11-09 Patrice Mandin Forgot a check for Coldfire CPU SDL-1.2
2009-11-07 Patrice Mandin Adapt timer code for Coldfire SDL-1.2
2009-11-07 Patrice Mandin Adapt audio interrupts for Coldfire SDL-1.2
2009-11-07 Patrice Mandin Adapt XBIOS asm routine for Coldfire SDL-1.2
2009-11-06 Patrice Mandin Damn. Need to be more careful with stack stuff. SDL-1.2
2009-11-06 Patrice Mandin Oops. Forgot a change for Coldfire. SDL-1.2
2009-11-06 Patrice Mandin Adapt IKBD asm routine for Coldfire SDL-1.2
2009-11-06 Patrice Mandin Disable C2P routines for Coldfire CPUs SDL-1.2
2009-11-06 Patrice Mandin Disable m68k assembly for Coldfire CPUs SDL-1.2
2009-11-06 Patrice Mandin Update for include file locations SDL-1.2
2009-11-01 Ryan C. Gordon 1.2 branch: fixed assembly code register clobbering. SDL-1.2
2009-10-28 Ryan C. Gordon fatbuild.sh: work around directory name change in Xcode 3.2. SDL-1.2
2009-10-22 Sam Lantinga C.W. Betts 2009-10-20 09:58:56 PDT SDL-1.2
2009-10-20 Sam Lantinga Better fix for bug #861 SDL-1.2 release-1.2.14
2009-10-20 Sam Lantinga Fixed bug #861 SDL-1.2
2009-10-19 Sam Lantinga Fixed compiler warnings SDL-1.2
2009-10-19 Sam Lantinga Fixed bug #858 SDL-1.2
2009-10-19 Sam Lantinga Fixed bug #857 SDL-1.2
2009-10-19 Sam Lantinga Whoops, missing newline! SDL-1.2
2009-10-19 Sam Lantinga Added an untested code path for snd_pcm_wait() SDL-1.2
2009-10-19 Sam Lantinga ALSA write failed (unrecoverable): Resource temporarily unavailable SDL-1.2
2009-10-19 Sam Lantinga Added an error message for when ALSA audio fails SDL-1.2
2009-10-19 Sam Lantinga Getting as close as you can with periods is better than the default parameters. SDL-1.2
2009-10-19 Sam Lantinga Recoomendation from Lennart Poettering: SDL-1.2
2009-10-19 Sam Lantinga Recommendation from Lennart Poettering: SDL-1.2
2009-10-19 Sam Lantinga Recommendation from Lennart Poettering: SDL-1.2
2009-10-18 Sam Lantinga There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct value after the first scanline. Ugh. SDL-1.2
2009-10-18 Sam Lantinga Fixed bug #855 SDL-1.2
2009-10-18 Sam Lantinga Use MacOS line endings for Mac resource files SDL-1.2
2009-10-18 Sam Lantinga Use MacOS line endings for SDL.x SDL-1.2
2009-10-18 Sam Lantinga Fixed bug #853 SDL-1.2
2009-10-17 Sam Lantinga We no longer have a DirectInput link requirement SDL-1.2
2009-10-17 Sam Lantinga Fixed bug #849 SDL-1.2
2009-10-17 Sam Lantinga Don't need the define anymore... SDL-1.2
2009-10-17 Sam Lantinga Enable the ALSA debug code via environment variable SDL-1.2
2009-10-17 Sam Lantinga Option to fix bug #851 SDL-1.2
2009-10-17 Sam Lantinga matthew green SDL-1.2
2009-10-16 Sam Lantinga Allow the application to resize the window without destroying the OpenGL context SDL-1.2
2009-10-16 Sam Lantinga patch-pulse (from ahoka@NetBSD.org): SDL-1.2
2009-10-16 Sam Lantinga patch-ac (from mrg@NetBSD.org): SDL-1.2
2009-10-16 Sam Lantinga patch-ab (from reinoud@NetBSD.org): SDL-1.2
2009-10-16 Sam Lantinga It helps to use the right constant. :) SDL-1.2
2009-10-16 Sam Lantinga Use SDL's byte order check, just to be sure SDL-1.2
2009-10-15 Ryan C. Gordon Don't call it "ALSA 0.9 PCM audio" anymore, since we moved to the stable API. SDL-1.2
2009-10-15 Sam Lantinga Fixed building on Mac OS X SDL-1.2
2009-10-15 Sam Lantinga Fixed bug #728 SDL-1.2
2009-10-14 Sam Lantinga Thilo helped me track down the audio issue with 22050 hz stereo sound. Yay! SDL-1.2
2009-10-13 Patrice Mandin Add a note for experimental Milan support. SDL-1.2
2009-10-13 Sam Lantinga Use the plug: ALSA devices for surround sound formats, which have automatic sample format/rate conversion. SDL-1.2
2009-10-13 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
2009-10-13 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
2009-10-13 Sam Lantinga Fixed debug code to print correct values SDL-1.2
2009-10-13 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