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