index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uisimulator
/
sdl
/
sound.c
Age
Commit message (
Expand
)
Author
2007-10-07
Fix some yellow that went unnoticed earlier.
Michael Sevakis
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
2007-07-31
not to self: should recompile after adding comments...
Jonathan Gordon
2007-07-31
working volume control in the sim
Jonathan Gordon
2007-05-04
Fix some errors
Michael Sevakis
2007-05-04
Get samplerate switching working in the sim to be similar to on target. Make ...
Michael Sevakis
2007-04-20
a little extra poke to get the sim to build
Daniel Stenberg
2007-03-11
Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...
Michael Sevakis
2007-01-05
Implement pcm_set_frequency in the sim. Update Doom plugin to have sound in t...
Dan Everton
2007-01-01
Add a dummy pcm_set_frequency() function for the sim. Can someone who knows ...
Dave Chapman
2006-03-22
Use correct types, which kills some AMD64 sim warnings.
Thom Johansen
2006-03-17
Fix some incorrectly declared functions in the sim.
Dan Everton
2006-03-11
Don't crash the simulator when the pcm callback runs out of data.
Jens Arnold
2006-02-23
Remove two unused variables and fix a warning in the sim peak meter function.
Dan Everton
2006-02-23
Make peak meter work in simulator for SWCODEC targets.
Dan Everton
2006-02-23
Fix yellow builds.
Jens Arnold
2006-02-22
Better (i.e. working) sound in the SDL sim in Windows.
Dan Everton
2006-02-21
Proper working sound in the SDL sim. Add option to write raw audio to a file,...
Dan Everton
2006-02-13
Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still do...
Dan Everton
2006-02-03
Patch #1417462 by Dan Everton - Improved SDL simulator
Linus Nielsen Feltzing
2006-01-13
Use SDL's thread wrappers instead of pthreads to increase portability in the ...
Dave Chapman
2006-01-09
SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third
Daniel Stenberg