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_oss.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2005-11-19
gcc 2.95 fixes
Eric Wong
1
-1
/
+2
2005-08-07
fix warning reported gcc 4.0: x == y == z does not work as intended
Eric Wong
1
-1
/
+2
2005-07-03
don't check errno unless we have an error (ret<0) from write()
Eric Wong
1
-1
/
+1
2005-04-06
fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...
Warren Dukes
1
-5
/
+10
2005-03-19
print out bits in debug message output for OSS and ALSA
Warren Dukes
1
-2
/
+3
2005-03-12
if no audioOutput specified, we no attempt to detect if there exists a usable...
Warren Dukes
1
-4
/
+40
2005-03-10
code to attempt to pick a supported sample rate, bits, and channels if the re...
Warren Dukes
1
-4
/
+234
2005-03-05
wee bit of code cleanup
Warren Dukes
1
-1
/
+3
2005-03-05
we want to stat, not lstat
Warren Dukes
1
-1
/
+1
2005-03-05
implemented dropping of current buffered audio, works for oss, but there seems
Warren Dukes
1
-19
/
+67
2005-03-05
don't open device in initDriver! instead we just stat() for the device
Warren Dukes
1
-29
/
+78
2004-11-20
fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...
Warren Dukes
1
-1
/
+2
2004-11-02
move audioOutput dir to audioOutputs
Warren Dukes
1
-0
/
+0
2004-11-02
move audioOutput plugins to audioOutput directory
Warren Dukes
1
-5
/
+4
2004-11-02
now np's OSS stuff actually works
Warren Dukes
1
-3
/
+4
2004-10-30
finish integrating in np's oss stuff
Warren Dukes
1
-63
/
+55
2004-10-29
a few more changes to oss code
Warren Dukes
1
-7
/
+36
2004-10-29
begin integrating np's oss code
Warren Dukes
1
-0
/
+178