| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | output/ao: add missing g_free in error path | Jonathan Neuschäfer | 2011-07-18 | 1 | -0/+3 |
* | | Remove unused headers in Roar plugin. | Hans-Kristian Arntzen | 2011-03-23 | 1 | -5/+0 |
* | | Merge commit 'release-0.16.2' | Max Kellermann | 2011-03-19 | 6 | -11/+37 |
|\| |
|
| * | output/httpd: include sys/socket.h only when building with libwrap | Max Kellermann | 2011-03-18 | 1 | -1/+1 |
| * | Merge release 0.15.16 into v0.16.x | Max Kellermann | 2011-03-16 | 2 | -8/+11 |
| |\ |
|
| | * | output/jack: fix crash with mono playback | Max Kellermann | 2011-02-27 | 1 | -1/+1 |
| | * | output/jack: rename variable sample_size to jack_sample_size | Max Kellermann | 2011-02-25 | 1 | -5/+6 |
| | * | Insure proper initialization of stack-allocated struct. | Christopher Brannon | 2011-02-15 | 1 | -1/+4 |
| * | | output/httpd: include sys/socket.h for AF_UNIX | Ulrich Spörlein | 2011-03-09 | 1 | -0/+1 |
| * | | output/oss: disable 24 bit playback on FreeBSD | Max Kellermann | 2011-02-28 | 1 | -0/+9 |
| * | | output/oss: AFMT_S24_PACKED is little-endian | Max Kellermann | 2011-02-28 | 1 | -0/+12 |
| * | | general: whitespace cleanup | Thomas Jansen | 2011-02-09 | 3 | -3/+3 |
| * | | output/httpd: initialize unflushed_input | Thomas Jansen | 2011-02-09 | 1 | -0/+1 |
* | | | RoarAudio output plugin | Hans-Kristian Arntzen | 2011-03-16 | 2 | -0/+370 |
* | | | output/shout: add possibility to set url | Thomas Jansen | 2011-02-09 | 1 | -0/+7 |
* | | | copyright year 2011 | Max Kellermann | 2011-01-29 | 24 | -24/+24 |
* | | | output/raop: new output plugin | Dustin Puckett | 2011-01-28 | 2 | -0/+1586 |
* | | | Merge branch 'v0.16.x' | Max Kellermann | 2011-01-07 | 3 | -10/+14 |
|\| | |
|
| * | | Merge branch 'v0.15.x' into v0.16.x | Max Kellermann | 2011-01-07 | 1 | -0/+3 |
| |\| |
|
| | * | output/httpd: define G_LOG_DOMAIN in httpd_client.c | Max Kellermann | 2011-01-07 | 1 | -0/+3 |
| * | | output/osx: fix up audio format first, then apply it to device | Max Kellermann | 2011-01-07 | 1 | -9/+10 |
| * | | output/solaris: add missing parameter to open_cloexec() call | Alex Viskovatoff | 2010-12-21 | 1 | -1/+1 |
* | | | osx_output: always pass OS X result code to g_set_error(). | Greg Ward | 2010-12-21 | 1 | -9/+9 |
* | | | osx_output: allow user to specify other audio devices. | Greg Ward | 2010-12-21 | 1 | -1/+119 |
|/ / |
|
* | | Merge release 0.15.15 from branch 'v0.15.x' | Max Kellermann | 2010-11-08 | 1 | -1/+1 |
|\| |
|
| * | output/shout: artist comes first in stream title | Max Kellermann | 2010-11-08 | 1 | -1/+1 |
| * | output/httpd: MIME type audio/ogg for Ogg Vorbis | Max Kellermann | 2010-10-03 | 1 | -1/+1 |
| * | output/osx: fix the OS X 10.6 build | Patrik Weiskircher | 2009-09-20 | 1 | -0/+1 |
* | | output/alsa: dump buffer and period limits | Max Kellermann | 2010-11-05 | 1 | -0/+20 |
* | | output/httpd: implement delay() | Max Kellermann | 2010-11-05 | 1 | -2/+11 |
* | | output/shout: implement delay() | Max Kellermann | 2010-11-05 | 1 | -8/+13 |
* | | output/ffado: transfer_playback_buffers() returns a boolean | Max Kellermann | 2010-11-04 | 1 | -1/+4 |
* | | winmm_output: handle empty string case when parsing device id | Denis Krjuchkov | 2010-11-04 | 1 | -1/+1 |
* | | winmm_output: added "device" configuration option | Denis Krjuchkov | 2010-11-04 | 1 | -2/+35 |
* | | winmm_output: improved test_default_device | Denis Krjuchkov | 2010-11-03 | 1 | -2/+1 |
* | | output: new output plugin "ffado" | Max Kellermann | 2010-10-27 | 1 | -0/+344 |
* | | mixer: winmm_mixer implemented | Denis Krjuchkov | 2010-10-09 | 2 | -0/+38 |
* | | win32_output: renamed win32 output plugin to winmm | Denis Krjuchkov | 2010-10-08 | 1 | -50/+50 |
* | | output/httpd: use the new server_socket library | Max Kellermann | 2010-10-05 | 2 | -118/+32 |
* | | output/httpd: don't close socket in open() failure | Max Kellermann | 2010-10-05 | 1 | -2/+0 |
* | | eliminate g_error() usage | Thomas Jansen | 2010-09-25 | 1 | -2/+3 |
* | | output/httpd: bind_to_address support (including IPv6) | Thomas Jansen | 2010-09-25 | 1 | -12/+52 |
* | | output/httpd: access sockaddr_storage object directly | Max Kellermann | 2010-09-23 | 1 | -3/+2 |
* | | output/httpd: implement "pause" | Max Kellermann | 2010-08-31 | 1 | -0/+19 |
* | | output/httpd: forced flush after 32 kB of input data | Max Kellermann | 2010-08-31 | 2 | -0/+23 |
* | | database, ...: remove EINTR checks after stdio calls | Max Kellermann | 2010-07-25 | 1 | -1/+1 |
* | | 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 |