Sam Lantinga <slouken@libsdl.org> [Sun, 24 Sep 2006 15:56:36 +0000] rev 2042
Fixed bug #292
I might be on crack here.
It looks like SDL_ConvertMono() in src/audio/SDL_audiocvt.c adds the left and
right channels of a stereo stream together, and clamps the new mono channel if
it would overflow.
Shouldn't it be dividing by 2 to average the two sample points instead of
clamping? Otherwise the mono sample point's volume doubles in the conversion.
This would also make the conversion faster, as it replaces two branches per
sample frame with a bitwise shift.
--ryan.
Sam Lantinga <slouken@libsdl.org> [Sun, 24 Sep 2006 00:55:19 +0000] rev 2041
Fixed bug #316
Looks like this is a long standing typo... is this code even used anymore?
Sam Lantinga <slouken@libsdl.org> [Sun, 24 Sep 2006 00:44:45 +0000] rev 2040
Fixed bug #321
Hi,
if "configure" is given an explicit --libdir, the sdl-config still contains
the default "${exec_prefix}/lib" for runtime linker path.
That should be changed to $libdir, as this is where the library goes to...
Regards,
Juergen
Sam Lantinga <slouken@libsdl.org> [Sun, 24 Sep 2006 00:36:49 +0000] rev 2039
Fixed bug #270
SDL_SetCursor returns void, not void*
Sam Lantinga <slouken@libsdl.org> [Sat, 23 Sep 2006 23:15:56 +0000] rev 2038
(none)
Sam Lantinga <slouken@libsdl.org> [Sat, 23 Sep 2006 22:51:37 +0000] rev 2037
Fixed bug #329
On tracing it turns out to fail from SDL_WM_SetCaption()
On going through the function it looks like the SDL_free() function is called
every alternate time with an invalid pointer that has already been freed.
Patrice Mandin <patmandin@gmail.com> [Fri, 22 Sep 2006 21:52:20 +0000] rev 2036
Pfiou, all of it to update, faster to rewrite from scratch?
Patrice Mandin <patmandin@gmail.com> [Wed, 20 Sep 2006 22:09:19 +0000] rev 2035
Started update for 1.3
Patrice Mandin <patmandin@gmail.com> [Wed, 20 Sep 2006 21:38:06 +0000] rev 2034
Oops, don't need to check that
Patrice Mandin <patmandin@gmail.com> [Wed, 20 Sep 2006 21:29:44 +0000] rev 2033
More work for 1.3