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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/audioOutputs/audioOutput_oss.c: fix for big-endian machines
Eric Wong
2006-03-25
1
-15
/
+19
*
Hopefully the last of the spelling fixes :>
Eric Wong
2006-03-16
1
-2
/
+2
*
potential fix for bug #466
Warren Dukes
2005-12-12
1
-6
/
+6
*
remove C++ style comments
Eric Wong
2005-11-19
3
-19
/
+21
*
gcc 2.95 fixes
Eric Wong
2005-11-19
4
-5
/
+8
*
Fixed (tested in Fink and DarwinPorts) osX output plugin
Qball Cow
2005-10-02
1
-2
/
+2
*
patch from Oliver Logghe for Hauppage Media MVP support
Warren Dukes
2005-08-11
1
-0
/
+296
*
fix warning reported gcc 4.0: x == y == z does not work as intended
Eric Wong
2005-08-07
1
-1
/
+2
*
don't check errno unless we have an error (ret<0) from write()
Eric Wong
2005-07-03
1
-1
/
+1
*
fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...
Warren Dukes
2005-04-06
1
-5
/
+10
*
destroy mutex's and condition's
Warren Dukes
2005-03-24
1
-0
/
+2
*
revert to r3105
Warren Dukes
2005-03-24
1
-35
/
+59
*
fix compilation error in os x plugin
Warren Dukes
2005-03-23
1
-3
/
+3
*
potentially fix OS X woes
Warren Dukes
2005-03-22
1
-59
/
+35
*
some potential optimizations for OS X
Warren Dukes
2005-03-20
1
-26
/
+55
*
print out bits in debug message output for OSS and ALSA
Warren Dukes
2005-03-19
2
-4
/
+6
*
bump the OS X buffer up to 1s
Warren Dukes
2005-03-17
1
-3
/
+3
*
dynamically allocate a buffer for 0.5s of audio for OS X
Warren Dukes
2005-03-17
1
-13
/
+20
*
tweak OS X a bit more
Warren Dukes
2005-03-17
1
-1
/
+1
*
OS X tweaks
Warren Dukes
2005-03-17
1
-4
/
+2
*
fix for dmix
Warren Dukes
2005-03-17
1
-2
/
+1
*
slight tweak of avuton's idea of causing an error when no audio output's found
Warren Dukes
2005-03-17
1
-6
/
+1
*
cleanup debugging code and implement _dropBufferedAudio()
Warren Dukes
2005-03-16
1
-32
/
+26
*
closing the audio device seems to work now
Warren Dukes
2005-03-16
1
-1
/
+9
*
attempt to close the osx device
Warren Dukes
2005-03-16
1
-1
/
+13
*
playing audio in OS X now works, but far from finished
Warren Dukes
2005-03-16
1
-186
/
+143
*
broken os x output
Warren Dukes
2005-03-14
1
-3
/
+245
*
a little more error output
Warren Dukes
2005-03-13
1
-2
/
+3
*
some broken OS X stuff
Warren Dukes
2005-03-13
1
-1
/
+19
*
add OS X configure stuff and added a skeleton audioOutput plugin for OS X
Warren Dukes
2005-03-13
1
-0
/
+109
*
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
4
-5
/
+67
*
code to attempt to pick a supported sample rate, bits, and channels if the re...
Warren Dukes
2005-03-10
1
-4
/
+234
*
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
*
wee bit of code cleanup
Warren Dukes
2005-03-05
2
-2
/
+4
*
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
*
we want to stat, not lstat
Warren Dukes
2005-03-05
1
-1
/
+1
*
fix some compilation warning
Warren Dukes
2005-03-05
1
-1
/
+3
*
implemented dropping of current buffered audio, works for oss, but there seems
Warren Dukes
2005-03-05
4
-29
/
+106
*
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
*
don't open device in initDriver! instead we just stat() for the device
Warren Dukes
2005-03-05
1
-29
/
+78
*
this should fix compile bugs #350 and #351
Warren Dukes
2005-01-16
1
-0
/
+20
*
fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...
Warren Dukes
2004-11-20
1
-1
/
+2
*
don't need to pass audioFormat to openDeviceFunc
Warren Dukes
2004-11-19
2
-9
/
+5
*
merge changes from metadata-rewrite branch
Warren Dukes
2004-11-10
1
-3
/
+15
*
add "genre" and "description" to shout config parameters
Warren Dukes
2004-11-09
1
-0
/
+19
[next]