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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-08-31
jack: made "sample_size" static const
Max Kellermann
1
-1
/
+1
2008-08-31
moved jack configuration to the JackData struct
Max Kellermann
1
-49
/
+64
2008-08-31
jack: removed unused macros
Max Kellermann
1
-10
/
+0
2008-08-31
jack: don't set audioOutput->data=NULL
Max Kellermann
1
-5
/
+5
2008-08-31
jack: initialize JackData in jack_initDriver()
Max Kellermann
1
-6
/
+2
2008-08-31
jack: added freeJackClient()
Max Kellermann
1
-13
/
+25
2008-08-31
jack: initialize jd->client after !jd check
Max Kellermann
1
-5
/
+5
2008-08-31
jack: eliminate superfluous freeJackData() calls
Max Kellermann
1
-6
/
+0
2008-08-30
converted MpdTagItem.type to an enum
Max Kellermann
1
-0
/
+2
2008-08-30
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
4
-6
/
+8
2008-06-13
jack: initialize audioOutput->data
Max Kellermann
1
-1
/
+3
2008-04-12
fixed another shadow warning
Max Kellermann
1
-11
/
+11
2008-04-12
use size_t and constant pointer in ao plugins
Max Kellermann
10
-31
/
+59
2008-04-12
yet more unsigned integers
Max Kellermann
1
-1
/
+1
2008-04-12
whitespace cleanup
Max Kellermann
1
-7
/
+7
2008-03-26
eliminated duplicate initialization
Max Kellermann
2
-4
/
+4
2008-03-26
parse/initialize with the correct data type
Max Kellermann
1
-1
/
+1
2008-03-26
explicitly downcast
Max Kellermann
2
-3
/
+3
2008-02-05
fix -Wconst warnings
Max Kellermann
1
-6
/
+11
2008-01-26
fixed "comparison between signed and unsigned"
Max Kellermann
1
-1
/
+1
2008-01-26
fixed -Wshadow warnings
Max Kellermann
1
-44
/
+44
2008-01-26
fixed invalid C prototypes
Max Kellermann
1
-1
/
+1
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
9
-60
/
+12
2007-12-16
Know about SND_PCM_STATE_RUNNING, might fix some bugs
Qball Cow
1
-0
/
+4
2007-09-05
conf: use getBoolBlockParam for block params, too
Eric Wong
2
-13
/
+7
2007-08-27
adding \n to a bunch of error message strings
J. Alexander Treuman
2
-4
/
+4
2007-08-27
export FATAL() with noreturn attribute
Eric Wong
1
-3
/
+1
2007-08-11
audioOutputs/audioOutput_shout: adding timers back
J. Alexander Treuman
1
-27
/
+80
2007-06-13
Use parsePath for the fifo output's path parameter.
J. Alexander Treuman
1
-9
/
+9
2007-06-13
Adding FIFO audio output. This is pretty much identical to the old one,
J. Alexander Treuman
1
-0
/
+299
2007-06-12
Use <= when comparing (current time - start time) to a timeout. This way
J. Alexander Treuman
1
-2
/
+2
2007-06-12
Make the shout timeout configurable. The default is still 2 seconds.
J. Alexander Treuman
1
-2
/
+13
2007-06-12
Redoing remiss's shout patch. This time, just block on open() instead of
J. Alexander Treuman
1
-96
/
+29
2007-06-09
This should resolve some of the timing issues experienced after switching fro...
Roger Bystrøm
1
-8
/
+76
2007-06-08
dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING
Warren Dukes
1
-1
/
+3
2007-05-30
Move the timing code from the null plugin to timer.c, so it can be easily
J. Alexander Treuman
1
-74
/
+19
2007-05-30
Adding a null output plugin.
J. Alexander Treuman
1
-0
/
+129
2007-05-27
Fix compilation error (missing ,)
Avuton Olrich
1
-1
/
+1
2007-05-26
After changing ERROR();exit() to FATAL(), gcc incorrectly detects some
J. Alexander Treuman
1
-3
/
+2
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
3
-45
/
+24
2007-05-23
Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.
J. Alexander Treuman
1
-18
/
+13
2007-04-11
Only a few changes in jack_playAudio.
José Anarch
1
-13
/
+19
2007-04-09
Now process and playAudio use mutexes.
José Anarch
1
-52
/
+20
2007-04-09
Don't allow "true" as a value for use_mmap for consistency with other "yes
J. Alexander Treuman
1
-2
/
+1
2007-04-05
The massive copyright update
Avuton Olrich
8
-9
/
+9
2007-03-23
Another patch from Jose
Avuton Olrich
1
-50
/
+29
2007-03-23
Add new update from Jose for JACK
Avuton Olrich
1
-31
/
+71
2007-01-21
Fix some error messages concerning _ao output driver
Qball Cow
1
-2
/
+2
2007-01-20
José Anarch: JACK updates
Avuton Olrich
1
-40
/
+63
2007-01-14
jack: fix type warning in error message
Eric Wong
1
-2
/
+2
[next]