| Commit message (Expand) | Author | Files | Lines |
2010-12-21 | osx_output: always pass OS X result code to g_set_error(). | Greg Ward | 1 | -9/+9 |
2010-12-21 | osx_output: allow user to specify other audio devices. | Greg Ward | 1 | -1/+119 |
2010-11-08 | output/shout: artist comes first in stream title | Max Kellermann | 1 | -1/+1 |
2010-11-05 | output/alsa: dump buffer and period limits | Max Kellermann | 1 | -0/+20 |
2010-11-05 | output/httpd: implement delay() | Max Kellermann | 1 | -2/+11 |
2010-11-05 | output/shout: implement delay() | Max Kellermann | 1 | -8/+13 |
2010-11-04 | output/ffado: transfer_playback_buffers() returns a boolean | Max Kellermann | 1 | -1/+4 |
2010-11-04 | winmm_output: handle empty string case when parsing device id | Denis Krjuchkov | 1 | -1/+1 |
2010-11-04 | winmm_output: added "device" configuration option | Denis Krjuchkov | 1 | -2/+35 |
2010-11-03 | winmm_output: improved test_default_device | Denis Krjuchkov | 1 | -2/+1 |
2010-10-27 | output: new output plugin "ffado" | Max Kellermann | 1 | -0/+344 |
2010-10-09 | mixer: winmm_mixer implemented | Denis Krjuchkov | 2 | -0/+38 |
2010-10-08 | win32_output: renamed win32 output plugin to winmm | Denis Krjuchkov | 1 | -50/+50 |
2010-10-05 | output/httpd: use the new server_socket library | Max Kellermann | 2 | -118/+32 |
2010-10-05 | output/httpd: don't close socket in open() failure | Max Kellermann | 1 | -2/+0 |
2010-10-03 | output/httpd: MIME type audio/ogg for Ogg Vorbis | Max Kellermann | 1 | -1/+1 |
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 |