summaryrefslogtreecommitdiff
path: root/src/output
AgeCommit message (Expand)Author
2009-12-31Update copyright notices.Avuton Olrich
2009-12-03httpd: use get_mime_type to determine encoder contentViliam Mateicka
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann
2009-11-15output/openal: use audio_format_to_string()Max Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-10configure.ac: require GLib 2.12Max Kellermann
2009-11-10fd_util: removed creat_cloexec()Max Kellermann
2009-11-09output/alsa: fill period buffer with silence before drainingMax Kellermann
2009-11-08fd_util: added O_NONBLOCK functionsMax Kellermann
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann
2009-11-07output/jack: added option "server_name"Max Kellermann
2009-11-07output/httpd: moved code to httpd_output_bind()Max Kellermann
2009-11-07output/jack: free source port names on exitMax Kellermann
2009-11-06output/jack: dynamic source port listMax Kellermann
2009-11-06output/jack: dynamic destination port listMax Kellermann
2009-11-06output/jack: renamed option "ports" to "destination_ports"Max Kellermann
2009-11-06output/jack: renamed "output ports" to "destination ports"Max Kellermann
2009-11-05output/httpd: bind port when output is enabledMax Kellermann
2009-11-05output/jack: support mono inputMax Kellermann
2009-11-05output/jack: clear ring buffers before activatingMax Kellermann
2009-11-05output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann
2009-11-05output/jack: added option "client_name"Max Kellermann
2009-11-02alsa_plugin.c: workaround snd_pcm_drain bugJeffrey Middleton
2009-10-29httpd: add config option to limit number of clientsViliam Mateicka
2009-10-29output_plugin: added method "drain"Max Kellermann
2009-10-29output/alsa: don't recover on CANCELMax Kellermann
2009-10-29output/pulse: initialize pulse_output.mixerMax Kellermann
2009-10-27include pulse/version.h for PA_CHECK_VERSIONAlam Arias
2009-10-23output/jack: implement methods enable()/disable()Max Kellermann
2009-10-23output/pulse: implement methods enable()/disable()Max Kellermann
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann
2009-10-23output/pulse: call mixer on state changesMax Kellermann
2009-10-22output/fifo: renamed source to fifo_output_plugin.cMax Kellermann
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann
2009-10-21output/jack: make ringbuffer_size a size_tMax Kellermann
2009-10-21output/jack: connect to server on MPD startupMax Kellermann
2009-10-21output/jack: removed the empty "cancel" methodMax Kellermann
2009-10-21output/jack: renamed parameter "error" to "error_r"Max Kellermann
2009-10-21output/jack: implement the "pause" methodMax Kellermann
2009-10-21output/jack: renamed source to jack_output_plugin.cMax Kellermann
2009-10-21pulse: code rewrite using the asynchronous libpulse APIMax Kellermann
2009-10-20mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann
2009-10-20output/pulse: renamed context to "Music Player Daemon"Max Kellermann
2009-10-20pulse: renamed source filesMax Kellermann
2009-10-20pulse: announce "media.role=music"Max Kellermann
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann
2009-10-13configure.ac: require GLib 2.16Max Kellermann
2009-09-20output/osx: fix the OS X 10.6 buildPatrik Weiskircher
2009-09-07output/openal: support OpenAL plugin on Mac OS XSerge Ziryukin
2009-09-06output/openal: fix default device nameSerge Ziryukin