| Commit message (Expand) | Author | Age | Files | Lines |
* | output/httpd: add libwrap support | Tim Phipps | 2010-06-06 | 1 | -0/+28 |
* | output/win32: new output plugin for Windows Wave | Max Kellermann | 2010-05-20 | 1 | -0/+296 |
* | input/file, output/{fifo,recorder}: add O_BINARY to open() flags | Max Kellermann | 2010-05-20 | 2 | -5/+6 |
* | output/oss: 24 bit support via OSS4 | Max Kellermann | 2010-05-14 | 1 | -0/+34 |
* | output/oss: rewrite of the audio format detection | Max Kellermann | 2010-05-13 | 1 | -301/+324 |
* | output/oss: use the *_NE macros | Max Kellermann | 2010-05-13 | 1 | -8/+2 |
* | output/httpd: added name/genre/website configuration | James Pike | 2010-04-05 | 3 | -5/+25 |
* | Add support for building httpd_output plugin for win32 | Avuton Olrich | 2010-03-22 | 2 | -0/+10 |
* | output/jack: drain the ring buffers during pause | Max Kellermann | 2010-03-10 | 1 | -0/+7 |
* | output/jack: synchronize all channels | Max Kellermann | 2010-03-10 | 1 | -9/+26 |
* | output/pulse: clear the "mainloop" attribute on error | Max Kellermann | 2010-01-17 | 1 | -2/+3 |
* | output/alsa: support packed 24 bit samples | Max Kellermann | 2010-01-17 | 1 | -0/+13 |
* | output/alsa: probe all sample formats in a loop | Max Kellermann | 2010-01-16 | 1 | -36/+34 |
* | output/alsa: merged code into alsa_output_try_format() | Max Kellermann | 2010-01-16 | 1 | -51/+71 |
* | output/alsa: pass sample_format to get_bitformat() | Max Kellermann | 2010-01-16 | 1 | -3/+3 |
* | output/alsa: moved code to alsa_output_setup_format() | Max Kellermann | 2010-01-16 | 1 | -72/+80 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 19 | -19/+19 |
* | httpd: use get_mime_type to determine encoder content | Viliam Mateicka | 2009-12-03 | 1 | -7/+6 |
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 9 | -65/+108 |
* | output/openal: use audio_format_to_string() | Max Kellermann | 2009-11-15 | 1 | -3/+3 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 16 | -8/+22 |
* | configure.ac: require GLib 2.12 | Max Kellermann | 2009-11-10 | 1 | -0/+1 |
* | fd_util: removed creat_cloexec() | Max Kellermann | 2009-11-10 | 4 | -7/+8 |
* | output/alsa: fill period buffer with silence before draining | Max Kellermann | 2009-11-09 | 1 | -3/+47 |
* | fd_util: added O_NONBLOCK functions | Max Kellermann | 2009-11-08 | 1 | -1/+2 |
* | set the close-on-exec flag on all file descriptors | Max Kellermann | 2009-11-07 | 6 | -12/+22 |
* | output/jack: added option "server_name" | Max Kellermann | 2009-11-07 | 1 | -1/+8 |
* | output/httpd: moved code to httpd_output_bind() | Max Kellermann | 2009-11-07 | 1 | -28/+48 |
* | output/jack: free source port names on exit | Max Kellermann | 2009-11-07 | 1 | -0/+3 |
* | output/jack: dynamic source port list | Max Kellermann | 2009-11-06 | 1 | -37/+74 |
* | output/jack: dynamic destination port list | Max Kellermann | 2009-11-06 | 1 | -25/+71 |
* | output/jack: renamed option "ports" to "destination_ports" | Max Kellermann | 2009-11-06 | 1 | -1/+9 |
* | output/jack: renamed "output ports" to "destination ports" | Max Kellermann | 2009-11-06 | 1 | -18/+20 |
* | output/httpd: bind port when output is enabled | Max Kellermann | 2009-11-05 | 2 | -13/+49 |
* | output/jack: support mono input | Max Kellermann | 2009-11-05 | 1 | -13/+41 |
* | output/jack: clear ring buffers before activating | Max Kellermann | 2009-11-05 | 1 | -1/+6 |
* | output/jack: use jack_client_open() instead of jack_client_new() | Max Kellermann | 2009-11-05 | 1 | -4/+23 |
* | output/jack: added option "client_name" | Max Kellermann | 2009-11-05 | 1 | -3/+2 |
* | alsa_plugin.c: workaround snd_pcm_drain bug | Jeffrey Middleton | 2009-11-02 | 1 | -1/+2 |
* | httpd: add config option to limit number of clients | Viliam Mateicka | 2009-10-29 | 2 | -3/+20 |
* | output_plugin: added method "drain" | Max Kellermann | 2009-10-29 | 1 | -3/+9 |
* | output/alsa: don't recover on CANCEL | Max Kellermann | 2009-10-29 | 1 | -1/+1 |
* | output/pulse: initialize pulse_output.mixer | Max Kellermann | 2009-10-29 | 1 | -0/+1 |
* | include pulse/version.h for PA_CHECK_VERSION | Alam Arias | 2009-10-27 | 1 | -0/+2 |
* | output/jack: implement methods enable()/disable() | Max Kellermann | 2009-10-23 | 1 | -16/+24 |
* | output/pulse: implement methods enable()/disable() | Max Kellermann | 2009-10-23 | 1 | -9/+35 |
* | output_plugin: added methods enable() and disable() | Max Kellermann | 2009-10-23 | 1 | -0/+2 |
* | output/pulse: call mixer on state changes | Max Kellermann | 2009-10-23 | 2 | -2/+117 |
* | output/fifo: renamed source to fifo_output_plugin.c | Max Kellermann | 2009-10-22 | 1 | -3/+3 |
* | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 2009-10-21 | 1 | -2/+7 |