index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
audioOutputs
/
audioOutput_alsa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-117
/
+134
*
alsa: fix memory leaks from snd_*_open*()
Eric Wong
2006-07-17
1
-0
/
+2
*
sparse: replace 0 (integer) usage with NULL where appropriate
Eric Wong
2006-07-17
1
-4
/
+5
*
sparse: ANSI-fy function declarations
Eric Wong
2006-07-17
1
-2
/
+2
*
audio: attempt to gracefully handle disconnected/reconnected devices
Eric Wong
2006-07-16
1
-0
/
+5
*
audioOutput_alsa: add use_mmap, period_time, buffer_time options
Eric Wong
2006-07-16
1
-15
/
+23
*
audioOutput_alsa: calculate period size from sample rate
Eric Wong
2006-07-16
1
-2
/
+5
*
De-inline non-trivial, non-performance-critical functions
Eric Wong
2006-07-15
1
-1
/
+1
*
Change shank's email address
J. Alexander Treuman
2006-07-14
1
-1
/
+1
*
Use a macro to declare disabled audio output plugins
J. Alexander Treuman
2006-07-14
1
-14
/
+2
*
Huge header update, update the copyright and add
Avuton Olrich
2006-07-13
1
-1
/
+1
*
Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br...
J. Alexander Treuman
2006-06-11
1
-1
/
+2
*
potential fix for bug #466
Warren Dukes
2005-12-12
1
-6
/
+6
*
gcc 2.95 fixes
Eric Wong
2005-11-19
1
-2
/
+3
*
print out bits in debug message output for OSS and ALSA
Warren Dukes
2005-03-19
1
-2
/
+3
*
fix for dmix
Warren Dukes
2005-03-17
1
-2
/
+1
*
slight changes to alsa errors
Warren Dukes
2005-03-13
1
-3
/
+32
*
if no audioOutput specified, we no attempt to detect if there exists a usable...
Warren Dukes
2005-03-12
1
-1
/
+23
*
we ne allow audioOutput plugins to set the final outAudioFormat that will be ...
Warren Dukes
2005-03-08
1
-4
/
+10
*
now player and decoder processes should only exit() when receiving term signa...
Warren Dukes
2005-03-08
1
-1
/
+1
*
don't need the extra snd_pcm_prepare after _drop
Warren Dukes
2005-03-05
1
-1
/
+0
*
more alsa work
Warren Dukes
2005-03-05
1
-41
/
+57
*
this seemed to help a bit with the blip's on next
Warren Dukes
2005-03-05
1
-0
/
+1
*
implemented dropping of current buffered audio, works for oss, but there seems
Warren Dukes
2005-03-05
1
-10
/
+29
*
now alsa plugin should work
Warren Dukes
2005-03-05
1
-7
/
+13
*
implemented alsa audioOutput plugin, now it needs testing
Warren Dukes
2005-03-05
1
-0
/
+293