| Commit message (Expand) | Author | Files | Lines |
2011-03-23 | Remove unused headers in Roar plugin. | Hans-Kristian Arntzen | 1 | -5/+0 |
2011-03-18 | output/httpd: include sys/socket.h only when building with libwrap | Max Kellermann | 1 | -1/+1 |
2011-03-16 | RoarAudio output plugin | Hans-Kristian Arntzen | 2 | -0/+370 |
2011-03-09 | output/httpd: include sys/socket.h for AF_UNIX | Ulrich Spörlein | 1 | -0/+1 |
2011-02-28 | output/oss: disable 24 bit playback on FreeBSD | Max Kellermann | 1 | -0/+9 |
2011-02-28 | output/oss: AFMT_S24_PACKED is little-endian | Max Kellermann | 1 | -0/+12 |
2011-02-27 | output/jack: fix crash with mono playback | Max Kellermann | 1 | -1/+1 |
2011-02-25 | output/jack: rename variable sample_size to jack_sample_size | Max Kellermann | 1 | -5/+6 |
2011-02-15 | Insure proper initialization of stack-allocated struct. | Christopher Brannon | 1 | -1/+4 |
2011-02-09 | output/shout: add possibility to set url | Thomas Jansen | 1 | -0/+7 |
2011-02-09 | general: whitespace cleanup | Thomas Jansen | 3 | -3/+3 |
2011-02-09 | output/httpd: initialize unflushed_input | Thomas Jansen | 1 | -0/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 24 | -24/+24 |
2011-01-28 | output/raop: new output plugin | Dustin Puckett | 2 | -0/+1586 |
2011-01-07 | output/httpd: define G_LOG_DOMAIN in httpd_client.c | Max Kellermann | 1 | -0/+3 |
2011-01-07 | output/osx: fix up audio format first, then apply it to device | Max Kellermann | 1 | -9/+10 |
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-12-21 | output/solaris: add missing parameter to open_cloexec() call | Alex Viskovatoff | 1 | -1/+1 |
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 |