Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Fixed bug #861
SDL-1.2
2009-10-20, by Sam Lantinga
Fixed compiler warnings
SDL-1.2
2009-10-19, by Sam Lantinga
Fixed bug #858
SDL-1.2
2009-10-19, by Sam Lantinga
Fixed bug #857
SDL-1.2
2009-10-19, by Sam Lantinga
Whoops, missing newline!
SDL-1.2
2009-10-19, by Sam Lantinga
Added an untested code path for snd_pcm_wait()
SDL-1.2
2009-10-19, by Sam Lantinga
ALSA write failed (unrecoverable): Resource temporarily unavailable
SDL-1.2
2009-10-19, by Sam Lantinga
Added an error message for when ALSA audio fails
SDL-1.2
2009-10-19, by Sam Lantinga
Getting as close as you can with periods is better than the default parameters.
SDL-1.2
2009-10-19, by Sam Lantinga
Recoomendation from Lennart Poettering:
SDL-1.2
2009-10-19, by Sam Lantinga
Recommendation from Lennart Poettering:
SDL-1.2
2009-10-19, by Sam Lantinga
Recommendation from Lennart Poettering:
SDL-1.2
2009-10-19, by 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, by Sam Lantinga
Fixed bug #855
SDL-1.2
2009-10-18, by Sam Lantinga
Use MacOS line endings for Mac resource files
SDL-1.2
2009-10-18, by Sam Lantinga
Use MacOS line endings for SDL.x
SDL-1.2
2009-10-18, by Sam Lantinga
Fixed bug #853
SDL-1.2
2009-10-18, by Sam Lantinga
We no longer have a DirectInput link requirement
SDL-1.2
2009-10-17, by Sam Lantinga
Fixed bug #849
SDL-1.2
2009-10-17, by Sam Lantinga
Don't need the define anymore...
SDL-1.2
2009-10-17, by Sam Lantinga
Enable the ALSA debug code via environment variable
SDL-1.2
2009-10-17, by Sam Lantinga
Option to fix bug #851
SDL-1.2
2009-10-17, by Sam Lantinga
matthew green
SDL-1.2
2009-10-17, by Sam Lantinga
Allow the application to resize the window without destroying the OpenGL context
SDL-1.2
2009-10-16, by Sam Lantinga
patch-pulse (from ahoka@NetBSD.org):
SDL-1.2
2009-10-16, by Sam Lantinga
patch-ac (from mrg@NetBSD.org):
SDL-1.2
2009-10-16, by Sam Lantinga
patch-ab (from reinoud@NetBSD.org):
SDL-1.2
2009-10-16, by Sam Lantinga
It helps to use the right constant. :)
SDL-1.2
2009-10-16, by Sam Lantinga
Use SDL's byte order check, just to be sure
SDL-1.2
2009-10-16, by Sam Lantinga
Don't call it "ALSA 0.9 PCM audio" anymore, since we moved to the stable API.
SDL-1.2
2009-10-15, by Ryan C. Gordon
Fixed building on Mac OS X
SDL-1.2
2009-10-15, by Sam Lantinga
Fixed bug #728
SDL-1.2
2009-10-15, by Sam Lantinga
Thilo helped me track down the audio issue with 22050 hz stereo sound. Yay!
SDL-1.2
2009-10-14, by Sam Lantinga
Add a note for experimental Milan support.
SDL-1.2
2009-10-13, by Patrice Mandin
Use the plug: ALSA devices for surround sound formats, which have automatic sample format/rate conversion.
SDL-1.2
2009-10-13, by 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, by 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, by Sam Lantinga
Fixed debug code to print correct values
SDL-1.2
2009-10-13, by 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
2009-10-13, by Sam Lantinga
Corrected my snd_pcm_writei fix.
SDL-1.2
2009-10-13, by Ryan C. Gordon
Only show the dynamic audio libraries if we'll be dynamically loading them
SDL-1.2
2009-10-13, by Sam Lantinga
Simplify and improve dynamic library detection, taken from SDL_image
SDL-1.2
2009-10-13, by Sam Lantinga
We don't need dlvsym() for ALSA anymore, yay!
SDL-1.2
2009-10-13, by Sam Lantinga
Merged fix from SDL 1.3
SDL-1.2
2009-10-12, by Sam Lantinga
Steven Noonan to sdl
SDL-1.2
2009-10-12, by Sam Lantinga
Joystick patch from FreeBSD ports system
SDL-1.2
2009-10-12, by Sam Lantinga
Forcibly disabled MMX mixers.
SDL-1.2
2009-10-12, by Ryan C. Gordon
Whoops, need to convert from bits to bytes for frame size.
SDL-1.2
2009-10-12, by Ryan C. Gordon
Corrected misuse of snd_pcm_writei() in ALSA driver.
SDL-1.2
2009-10-12, by Ryan C. Gordon
Added support for SDL_VIDEO_FULLSCREEN_DISPLAY, but mouse events need to be fixed up.
SDL-1.2
2009-10-10, by Sam Lantinga
Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11.
SDL-1.2
2009-10-10, by Sam Lantinga
Put the braces on the next line so vi can find the beginning of the function.
SDL-1.2
2009-10-10, by Sam Lantinga
Disable double buffer for Milan. Also set current width,height after we read it.
SDL-1.2
2009-10-10, by Patrice Mandin
Added missing caca files
SDL-1.2
2009-10-10, by Sam Lantinga
Fixed bug #838
SDL-1.2
2009-10-10, by Sam Lantinga
Adapted from Debian patch: 320_activate_xrandr_on_default.diff
SDL-1.2
2009-10-10, by Sam Lantinga
Debian patch: 310_segfault_noGLX.diff
SDL-1.2
2009-10-10, by Sam Lantinga
Debian patch: f230_manpages.diff
SDL-1.2
2009-10-10, by Sam Lantinga
Debian patch: 218_joystick_memmove.diff
SDL-1.2
2009-10-10, by Sam Lantinga
Debian patch: 216_page_size.diff
SDL-1.2
2009-10-10, by Sam Lantinga
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip