aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs/audioOutput_pulse.c
Commit message (Expand)AuthorAge
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26
* pulse: force 16 bit audio sample formatMax Kellermann2008-10-25
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* use C99 struct initializersMax Kellermann2008-09-29
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-24
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-24
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-24
* output: const plugin structuresMax Kellermann2008-09-08
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-07
* output: added output_api.hMax Kellermann2008-09-07
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-12
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* The massive copyright updateAvuton Olrich2007-04-05
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* audioOutput_pulse: ansi-fy function declarations (sparse)Eric Wong2006-08-08
* #include <string.h> in PulseAudio output for correctnessJ. Alexander Treuman2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa)J. Alexander Treuman2006-07-19
* Throttle PuleAudio connection attempts so we don't spam the error logJ. Alexander Treuman2006-07-19
* Use audio_output { name } for the stream name in PulseAudio, but do it The Ri...J. Alexander Treuman2006-07-14
* Use audio_output { name } for the stream name in PulseAudioJ. Alexander Treuman2006-07-14
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Add PulseAudio supportJ. Alexander Treuman2006-07-13