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
...
*
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-05-26
3
-45
/
+24
*
Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.
J. Alexander Treuman
2007-05-23
1
-18
/
+13
*
Only a few changes in jack_playAudio.
José Anarch
2007-04-11
1
-13
/
+19
*
Now process and playAudio use mutexes.
José Anarch
2007-04-09
1
-52
/
+20
*
Don't allow "true" as a value for use_mmap for consistency with other "yes
J. Alexander Treuman
2007-04-09
1
-2
/
+1
*
The massive copyright update
Avuton Olrich
2007-04-05
8
-9
/
+9
*
Another patch from Jose
Avuton Olrich
2007-03-23
1
-50
/
+29
*
Add new update from Jose for JACK
Avuton Olrich
2007-03-23
1
-31
/
+71
*
Fix some error messages concerning _ao output driver
Qball Cow
2007-01-21
1
-2
/
+2
*
José Anarch: JACK updates
Avuton Olrich
2007-01-20
1
-40
/
+63
*
jack: fix type warning in error message
Eric Wong
2007-01-14
1
-2
/
+2
*
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-14
2
-2
/
+2
*
jack: fix double-free in finish routine
Eric Wong
2007-01-14
1
-3
/
+12
*
jack: fix potential segfaults in parsing bad configs for 'ports'
Eric Wong
2007-01-14
1
-5
/
+21
*
jack: fix multiple segfaults when jackd hasn't been started
Eric Wong
2007-01-14
1
-8
/
+17
*
jack: strdup => xstrdup for error checking
Eric Wong
2007-01-14
1
-4
/
+4
*
jack: declare global variables as static
Eric Wong
2007-01-14
1
-3
/
+3
*
And a fix for the warnings in the last patch for JACK
Avuton Olrich
2006-12-30
1
-4
/
+5
*
A JACK patch to fix some old issues, from author.
Avuton Olrich
2006-12-30
1
-170
/
+189
*
audioOutput_alsa: print out the bitrate we wanted to set
Eric Wong
2006-11-07
1
-1
/
+1
*
remove some unneccesary includes from the audioOutput's
Warren Dukes
2006-10-18
7
-21
/
+0
*
jack patch from anarch (and some type fixes for mp4 and acc plugins)
Warren Dukes
2006-10-18
1
-0
/
+380
*
audioOutput_shout: use shout_set_nonblocking
Eric Wong
2006-10-11
1
-3
/
+17
*
Allow an ogg quality of -1 to be specified.
J. Alexander Treuman
2006-10-10
1
-5
/
+5
*
Hopefully fix endian problem mac x86/ppc
Qball Cow
2006-09-09
1
-2
/
+5
*
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-26
7
-18
/
+18
*
audioOutputs_oss: [trivial] make loop interation consistent with others
Eric Wong
2006-08-26
1
-1
/
+1
*
trivial: labels should be on the left-most column, no tabbing
Eric Wong
2006-08-20
2
-3
/
+3
*
audioOutput_alsa.c: avoid changing our internal period and buffer time values
Eric Wong
2006-08-12
1
-6
/
+9
*
Spelling & Grammar
Avuton Olrich
2006-08-11
2
-4
/
+4
*
audioOutput_pulse: ansi-fy function declarations (sparse)
Eric Wong
2006-08-08
1
-2
/
+2
*
more sparse cleanups
Eric Wong
2006-08-08
2
-3
/
+3
*
audioOutput_oss: cleanups (stolen from -ke)
Eric Wong
2006-08-01
1
-73
/
+58
*
Remove the fifo plugin. It's currently useless for the average user, and mak...
J. Alexander Treuman
2006-07-26
1
-251
/
+0
*
audioOutput_alsa: better period_size auto-configuration
Eric Wong
2006-07-24
1
-13
/
+20
*
Renaming stat struct to st, for consistency with the rest of mpd
J. Alexander Treuman
2006-07-23
1
-5
/
+5
*
chang the default period_time to 50ms. On my setup, setting the period_time ...
Warren Dukes
2006-07-23
1
-1
/
+4
*
Adding fifo output plugin
J. Alexander Treuman
2006-07-22
1
-0
/
+251
*
audioOutput_alsa: oops, I broke autodetection in r4363, fixed
Eric Wong
2006-07-21
1
-1
/
+2
*
#include <string.h> in PulseAudio output for correctness
J. Alexander Treuman
2006-07-20
1
-0
/
+1
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
6
-18
/
+18
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
6
-716
/
+796
*
s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa)
J. Alexander Treuman
2006-07-19
1
-31
/
+31
*
Throttle PuleAudio connection attempts so we don't spam the error log
J. Alexander Treuman
2006-07-19
1
-5
/
+24
*
audioOutput_mvp: remove unused variable
Eric Wong
2006-07-17
1
-1
/
+0
*
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
3
-5
/
+5
*
OSS: handle device disconnects and reconnects (w/o needing a mpd restart)
Eric Wong
2006-07-16
1
-10
/
+11
*
audio: attempt to gracefully handle disconnected/reconnected devices
Eric Wong
2006-07-16
1
-0
/
+5
[prev]
[next]