index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audioOutputs
Age
Commit message (
Expand
)
Author
2008-06-13
jack: initialize audioOutput->data
Max Kellermann
2008-04-12
fixed another shadow warning
Max Kellermann
2008-04-12
use size_t and constant pointer in ao plugins
Max Kellermann
2008-04-12
yet more unsigned integers
Max Kellermann
2008-04-12
whitespace cleanup
Max Kellermann
2008-03-26
eliminated duplicate initialization
Max Kellermann
2008-03-26
parse/initialize with the correct data type
Max Kellermann
2008-03-26
explicitly downcast
Max Kellermann
2008-02-05
fix -Wconst warnings
Max Kellermann
2008-01-26
fixed "comparison between signed and unsigned"
Max Kellermann
2008-01-26
fixed -Wshadow warnings
Max Kellermann
2008-01-26
fixed invalid C prototypes
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2007-12-16
Know about SND_PCM_STATE_RUNNING, might fix some bugs
Qball Cow
2007-09-05
conf: use getBoolBlockParam for block params, too
Eric Wong
2007-08-27
adding \n to a bunch of error message strings
J. Alexander Treuman
2007-08-27
export FATAL() with noreturn attribute
Eric Wong
2007-08-11
audioOutputs/audioOutput_shout: adding timers back
J. Alexander Treuman
2007-06-13
Use parsePath for the fifo output's path parameter.
J. Alexander Treuman
2007-06-13
Adding FIFO audio output. This is pretty much identical to the old one,
J. Alexander Treuman
2007-06-12
Use <= when comparing (current time - start time) to a timeout. This way
J. Alexander Treuman
2007-06-12
Make the shout timeout configurable. The default is still 2 seconds.
J. Alexander Treuman
2007-06-12
Redoing remiss's shout patch. This time, just block on open() instead of
J. Alexander Treuman
2007-06-09
This should resolve some of the timing issues experienced after switching fro...
Roger Bystrøm
2007-06-08
dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING
Warren Dukes
2007-05-30
Move the timing code from the null plugin to timer.c, so it can be easily
J. Alexander Treuman
2007-05-30
Adding a null output plugin.
J. Alexander Treuman
2007-05-27
Fix compilation error (missing ,)
Avuton Olrich
2007-05-26
After changing ERROR();exit() to FATAL(), gcc incorrectly detects some
J. Alexander Treuman
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-05-23
Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.
J. Alexander Treuman
2007-04-11
Only a few changes in jack_playAudio.
José Anarch
2007-04-09
Now process and playAudio use mutexes.
José Anarch
2007-04-09
Don't allow "true" as a value for use_mmap for consistency with other "yes
J. Alexander Treuman
2007-04-05
The massive copyright update
Avuton Olrich
2007-03-23
Another patch from Jose
Avuton Olrich
2007-03-23
Add new update from Jose for JACK
Avuton Olrich
2007-01-21
Fix some error messages concerning _ao output driver
Qball Cow
2007-01-20
José Anarch: JACK updates
Avuton Olrich
2007-01-14
jack: fix type warning in error message
Eric Wong
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-14
jack: fix double-free in finish routine
Eric Wong
2007-01-14
jack: fix potential segfaults in parsing bad configs for 'ports'
Eric Wong
2007-01-14
jack: fix multiple segfaults when jackd hasn't been started
Eric Wong
2007-01-14
jack: strdup => xstrdup for error checking
Eric Wong
2007-01-14
jack: declare global variables as static
Eric Wong
2006-12-30
And a fix for the warnings in the last patch for JACK
Avuton Olrich
2006-12-30
A JACK patch to fix some old issues, from author.
Avuton Olrich
2006-11-07
audioOutput_alsa: print out the bitrate we wanted to set
Eric Wong
2006-10-18
remove some unneccesary includes from the audioOutput's
Warren Dukes
[next]