aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | output/oss: use the *_NE macrosMax Kellermann2010-05-131-8/+2
* | output/httpd: added name/genre/website configurationJames Pike2010-04-053-5/+25
* | Add support for building httpd_output plugin for win32Avuton Olrich2010-03-222-0/+10
* | output/jack: drain the ring buffers during pauseMax Kellermann2010-03-101-0/+7
* | output/jack: synchronize all channelsMax Kellermann2010-03-101-9/+26
* | output/pulse: clear the "mainloop" attribute on errorMax Kellermann2010-01-171-2/+3
* | output/alsa: support packed 24 bit samplesMax Kellermann2010-01-171-0/+13
* | output/alsa: probe all sample formats in a loopMax Kellermann2010-01-161-36/+34
* | output/alsa: merged code into alsa_output_try_format()Max Kellermann2010-01-161-51/+71
* | output/alsa: pass sample_format to get_bitformat()Max Kellermann2010-01-161-3/+3
* | output/alsa: moved code to alsa_output_setup_format()Max Kellermann2010-01-161-72/+80
* | Update copyright notices.Avuton Olrich2009-12-3119-19/+19
* | httpd: use get_mime_type to determine encoder contentViliam Mateicka2009-12-031-7/+6
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-029-65/+108
* | output/openal: use audio_format_to_string()Max Kellermann2009-11-151-3/+3
* | include config.h in all sourcesMax Kellermann2009-11-1216-8/+22
* | configure.ac: require GLib 2.12Max Kellermann2009-11-101-0/+1
* | fd_util: removed creat_cloexec()Max Kellermann2009-11-104-7/+8
* | output/alsa: fill period buffer with silence before drainingMax Kellermann2009-11-091-3/+47
* | fd_util: added O_NONBLOCK functionsMax Kellermann2009-11-081-1/+2
* | set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-076-12/+22
* | output/jack: added option "server_name"Max Kellermann2009-11-071-1/+8
* | output/httpd: moved code to httpd_output_bind()Max Kellermann2009-11-071-28/+48
* | output/jack: free source port names on exitMax Kellermann2009-11-071-0/+3
* | output/jack: dynamic source port listMax Kellermann2009-11-061-37/+74
* | output/jack: dynamic destination port listMax Kellermann2009-11-061-25/+71
* | output/jack: renamed option "ports" to "destination_ports"Max Kellermann2009-11-061-1/+9
* | output/jack: renamed "output ports" to "destination ports"Max Kellermann2009-11-061-18/+20
* | output/httpd: bind port when output is enabledMax Kellermann2009-11-052-13/+49
* | output/jack: support mono inputMax Kellermann2009-11-051-13/+41
* | output/jack: clear ring buffers before activatingMax Kellermann2009-11-051-1/+6
* | output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann2009-11-051-4/+23
* | output/jack: added option "client_name"Max Kellermann2009-11-051-3/+2
* | 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