| Commit message (Expand) | Author | Age | Files | Lines |
* | output/winmm: remove pointless NULL check | Max Kellermann | 2012-02-13 | 1 | -5/+1 |
* | output/osx: clear render buffer when there's not enough data | Max Kellermann | 2011-12-24 | 1 | -2/+3 |
* | output/osx: remove sleep call from render callback | Max Kellermann | 2011-12-24 | 1 | -4/+0 |
* | output/openal: force 16 bit playback, as 8 bit doesn't work | Max Kellermann | 2011-12-13 | 1 | -10/+4 |
* | output/openal: auto-fallback to mono if channel count is unsupported | Max Kellermann | 2011-10-08 | 1 | -9/+9 |
* | output/alsa: remove "default" case from switch | Max Kellermann | 2011-10-08 | 1 | -3/+6 |
* | fd_util: add function close_socket() | Max Kellermann | 2011-09-20 | 1 | -2/+2 |
* | glib_socket.h: wrap g_io_channel_*_new() calls portably | Max Kellermann | 2011-09-20 | 1 | -5/+2 |
* | configure.ac: add option --enable-solaris-output | Max Kellermann | 2011-09-19 | 1 | -1/+19 |
* | output/pulse: improve locking | Max Kellermann | 2011-09-17 | 1 | -11/+11 |
* | input/curl, output/pulse: fix "unused local variable" warnings | Max Kellermann | 2011-09-16 | 1 | -1/+2 |
* | output/osx: don't drain the buffer when closing | Max Kellermann | 2011-09-01 | 1 | -6/+0 |
* | output/osx: signal the GCond while mutex is locked | Max Kellermann | 2011-09-01 | 1 | -1/+1 |
* | output/pulse: reset callbacks before closing stream/context | Max Kellermann | 2011-08-31 | 1 | -0/+10 |
* | output/pulse: add function _delete_stream() | Max Kellermann | 2011-08-31 | 1 | -5/+16 |
* | output/pulse: use _delete_context() | Max Kellermann | 2011-08-31 | 1 | -16/+15 |
* | output/pulse: fix deadlock when the stream was suspended | Max Kellermann | 2011-08-23 | 1 | -0/+31 |
* | output/pulse: add assertions | Max Kellermann | 2011-08-23 | 1 | -0/+30 |
* | output/pulse: return 0 on error | Max Kellermann | 2011-08-23 | 1 | -1/+1 |
* | pulse/output: fix deadlock when resuming the stream | Max Kellermann | 2011-08-23 | 1 | -1/+3 |
* | output/httpd: add assertions | Max Kellermann | 2011-08-23 | 1 | -1/+17 |
* | output/httpd: don't warn on client disconnect | Max Kellermann | 2011-08-23 | 1 | -1/+8 |
* | encoder_plugin: add method pre_tag() | Max Kellermann | 2011-07-20 | 2 | -2/+2 |
* | output/httpd: explicitly convert size_t to bool in pause() | Max Kellermann | 2011-07-20 | 1 | -1/+2 |
* | output/alsa: fix SIGFPE when alsa announces a period size of 0 | Max Kellermann | 2011-07-20 | 1 | -0/+8 |
* | output/shout: fix a memory leak | Jonathan Neuschäfer | 2011-07-18 | 1 | -12/+16 |
* | output/recorder: fix a memory leak | Jonathan Neuschäfer | 2011-07-18 | 1 | -3/+7 |
* | output/httpd: add missing g_free in error path | Jonathan Neuschäfer | 2011-07-18 | 1 | -0/+1 |
* | output/ao: add missing g_free in error path | Jonathan Neuschäfer | 2011-07-18 | 1 | -0/+3 |
* | 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 |
* | | 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 |
* | | 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 |