aboutsummaryrefslogtreecommitdiff
path: root/src/output
Commit message (Expand)AuthorAge
* output/httpd: bind port when output is enabledMax Kellermann2009-11-05
* output/jack: support mono inputMax Kellermann2009-11-05
* output/jack: clear ring buffers before activatingMax Kellermann2009-11-05
* output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann2009-11-05
* output/jack: added option "client_name"Max Kellermann2009-11-05
* alsa_plugin.c: workaround snd_pcm_drain bugJeffrey Middleton2009-11-02
* httpd: add config option to limit number of clientsViliam Mateicka2009-10-29
* output_plugin: added method "drain"Max Kellermann2009-10-29
* output/alsa: don't recover on CANCELMax Kellermann2009-10-29
* output/pulse: initialize pulse_output.mixerMax Kellermann2009-10-29
* include pulse/version.h for PA_CHECK_VERSIONAlam Arias2009-10-27
* output/jack: implement methods enable()/disable()Max Kellermann2009-10-23
* output/pulse: implement methods enable()/disable()Max Kellermann2009-10-23
* output_plugin: added methods enable() and disable()Max Kellermann2009-10-23
* output/pulse: call mixer on state changesMax Kellermann2009-10-23
* output/fifo: renamed source to fifo_output_plugin.cMax Kellermann2009-10-22
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-21
* output/jack: make ringbuffer_size a size_tMax Kellermann2009-10-21
* output/jack: connect to server on MPD startupMax Kellermann2009-10-21
* output/jack: removed the empty "cancel" methodMax Kellermann2009-10-21
* output/jack: renamed parameter "error" to "error_r"Max Kellermann2009-10-21
* output/jack: implement the "pause" methodMax Kellermann2009-10-21
* output/jack: renamed source to jack_output_plugin.cMax Kellermann2009-10-21
* pulse: code rewrite using the asynchronous libpulse APIMax Kellermann2009-10-21
* mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2009-10-20
* output/pulse: renamed context to "Music Player Daemon"Max Kellermann2009-10-20
* pulse: renamed source filesMax Kellermann2009-10-20
* pulse: announce "media.role=music"Max Kellermann2009-10-20
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
* configure.ac: require GLib 2.16Max Kellermann2009-10-13
* output/osx: fix the OS X 10.6 buildPatrik Weiskircher2009-09-20
* output/openal: support OpenAL plugin on Mac OS XSerge Ziryukin2009-09-07
* output/openal: fix default device nameSerge Ziryukin2009-09-06
* openal output pluginSerge Ziryukin2009-09-06
* output/recorder: new output plugin for recording radio streamsMax Kellermann2009-08-24
* Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann2009-08-15
|\
| * output/shout: minimize the unpause latencyMax Kellermann2009-08-14
* | Support wrong-endian ALSA outputDavid Woodhouse2009-07-19
|/
* output/httpd: removed duplicate sys/types.h includeMax Kellermann2009-07-14
* output/httpd: include sys/types.hMax Kellermann2009-07-06
* conf: eliminated CamelCaseMax Kellermann2009-06-03
* latest git, httpd_output_plugin compile fix, mac os xPatrik Weiskircher2009-05-10
* httpd_output: save the page generated by encoder_tag()Max Kellermann2009-05-05
* httpd_output: moved code to httpd_output_encoder_to_clients()Max Kellermann2009-05-05
* httpd_output: disable Icy-Metadata when encoder supports tagsMax Kellermann2009-05-05
* httpd_output: assert that tag!=NULLMax Kellermann2009-05-05
* alsa_output: don't use atexit() to clean up the ALSA libraryMax Kellermann2009-04-21
* httpd: use C99 "bool" instead of GLib's gbooleanMax Kellermann2009-04-13
* httpd: use g_ascii_strncasecmp() to compare headersMax Kellermann2009-04-13
* Implemented basic icy support for the httpd outputHagen Schink2009-04-13