aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
* alsa_plugin.c: workaround snd_pcm_drain bugJeffrey Middleton2009-11-021-1/+2
* httpd: add config option to limit number of clientsViliam Mateicka2009-10-292-3/+20
* output_plugin: added method "drain"Max Kellermann2009-10-291-3/+9
* output/alsa: don't recover on CANCELMax Kellermann2009-10-291-1/+1
* output/pulse: initialize pulse_output.mixerMax Kellermann2009-10-291-0/+1
* include pulse/version.h for PA_CHECK_VERSIONAlam Arias2009-10-271-0/+2
* output/jack: implement methods enable()/disable()Max Kellermann2009-10-231-16/+24
* output/pulse: implement methods enable()/disable()Max Kellermann2009-10-231-9/+35
* output_plugin: added methods enable() and disable()Max Kellermann2009-10-231-0/+2
* output/pulse: call mixer on state changesMax Kellermann2009-10-232-2/+117
* output/fifo: renamed source to fifo_output_plugin.cMax Kellermann2009-10-221-3/+3
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-211-2/+7
* output/jack: make ringbuffer_size a size_tMax Kellermann2009-10-211-1/+1
* output/jack: connect to server on MPD startupMax Kellermann2009-10-211-69/+119
* output/jack: removed the empty "cancel" methodMax Kellermann2009-10-211-6/+0
* output/jack: renamed parameter "error" to "error_r"Max Kellermann2009-10-211-12/+12
* output/jack: implement the "pause" methodMax Kellermann2009-10-211-0/+41
* output/jack: renamed source to jack_output_plugin.cMax Kellermann2009-10-211-2/+2
* pulse: code rewrite using the asynchronous libpulse APIMax Kellermann2009-10-212-73/+639
* mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2009-10-202-2/+4
* output/pulse: renamed context to "Music Player Daemon"Max Kellermann2009-10-201-1/+1
* pulse: renamed source filesMax Kellermann2009-10-201-3/+5
* pulse: announce "media.role=music"Max Kellermann2009-10-201-0/+2
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-132-5/+4
* configure.ac: require GLib 2.16Max Kellermann2009-10-131-5/+0
* output/osx: fix the OS X 10.6 buildPatrik Weiskircher2009-09-201-0/+1
* output/openal: support OpenAL plugin on Mac OS XSerge Ziryukin2009-09-071-0/+6
* output/openal: fix default device nameSerge Ziryukin2009-09-061-3/+3
* openal output pluginSerge Ziryukin2009-09-061-0/+267
* output/recorder: new output plugin for recording radio streamsMax Kellermann2009-08-241-0/+214
* Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann2009-08-151-0/+7
|\
| * output/shout: minimize the unpause latencyMax Kellermann2009-08-141-0/+7
* | Support wrong-endian ALSA outputDavid Woodhouse2009-07-191-2/+50
|/
* output/httpd: removed duplicate sys/types.h includeMax Kellermann2009-07-141-4/+0
* output/httpd: include sys/types.hMax Kellermann2009-07-061-0/+1
* conf: eliminated CamelCaseMax Kellermann2009-06-031-1/+1
* latest git, httpd_output_plugin compile fix, mac os xPatrik Weiskircher2009-05-101-0/+4
* httpd_output: save the page generated by encoder_tag()Max Kellermann2009-05-051-0/+21
* httpd_output: moved code to httpd_output_encoder_to_clients()Max Kellermann2009-05-051-14/+32
* httpd_output: disable Icy-Metadata when encoder supports tagsMax Kellermann2009-05-053-18/+35
* httpd_output: assert that tag!=NULLMax Kellermann2009-05-051-8/+7
* alsa_output: don't use atexit() to clean up the ALSA libraryMax Kellermann2009-04-211-7/+3
* httpd: use C99 "bool" instead of GLib's gbooleanMax Kellermann2009-04-131-7/+7
* httpd: use g_ascii_strncasecmp() to compare headersMax Kellermann2009-04-131-1/+1
* Implemented basic icy support for the httpd outputHagen Schink2009-04-134-12/+223
* httpd: don't pass uninitialized page to httpd_client_check_queue()Max Kellermann2009-04-011-1/+1
* pulse: make configuration strings constMax Kellermann2009-03-261-6/+4
* pulse: don't check config_param!=NULLMax Kellermann2009-03-261-4/+2
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-263-55/+3
* httpd: fixed encoder plugin checkJeffrey Middleton2009-03-171-1/+1