aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
* encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann2012-04-052-2/+2
* output/jack: check for connection failure before starting playbackMax Kellermann2012-04-041-0/+3
* output/jack: workaround for libjack1 crash bugMax Kellermann2012-04-041-0/+13
* output/osx: use the fifo_buffer library instead of rolling ownMax Kellermann2012-03-281-56/+37
* output/winmm: remove pointless NULL checkMax Kellermann2012-02-131-5/+1
* output/osx: clear render buffer when there's not enough dataMax Kellermann2011-12-241-2/+3
* output/osx: remove sleep call from render callbackMax Kellermann2011-12-241-4/+0
* output/openal: force 16 bit playback, as 8 bit doesn't workMax Kellermann2011-12-131-10/+4
* output/openal: auto-fallback to mono if channel count is unsupportedMax Kellermann2011-10-081-9/+9
* output/alsa: remove "default" case from switchMax Kellermann2011-10-081-3/+6
* fd_util: add function close_socket()Max Kellermann2011-09-201-2/+2
* glib_socket.h: wrap g_io_channel_*_new() calls portablyMax Kellermann2011-09-201-5/+2
* configure.ac: add option --enable-solaris-outputMax Kellermann2011-09-191-1/+19
* output/pulse: improve lockingMax Kellermann2011-09-171-11/+11
* input/curl, output/pulse: fix "unused local variable" warningsMax Kellermann2011-09-161-1/+2
* output/osx: don't drain the buffer when closingMax Kellermann2011-09-011-6/+0
* output/osx: signal the GCond while mutex is lockedMax Kellermann2011-09-011-1/+1
* output/pulse: reset callbacks before closing stream/contextMax Kellermann2011-08-311-0/+10
* output/pulse: add function _delete_stream()Max Kellermann2011-08-311-5/+16
* output/pulse: use _delete_context()Max Kellermann2011-08-311-16/+15
* output/pulse: fix deadlock when the stream was suspendedMax Kellermann2011-08-231-0/+31
* output/pulse: add assertionsMax Kellermann2011-08-231-0/+30
* output/pulse: return 0 on errorMax Kellermann2011-08-231-1/+1
* pulse/output: fix deadlock when resuming the streamMax Kellermann2011-08-231-1/+3
* output/httpd: add assertionsMax Kellermann2011-08-231-1/+17
* output/httpd: don't warn on client disconnectMax Kellermann2011-08-231-1/+8
* encoder_plugin: add method pre_tag()Max Kellermann2011-07-202-2/+2
* output/httpd: explicitly convert size_t to bool in pause()Max Kellermann2011-07-201-1/+2
* output/alsa: fix SIGFPE when alsa announces a period size of 0Max Kellermann2011-07-201-0/+8
* output/shout: fix a memory leakJonathan Neuschäfer2011-07-181-12/+16
* output/recorder: fix a memory leakJonathan Neuschäfer2011-07-181-3/+7
* output/httpd: add missing g_free in error pathJonathan Neuschäfer2011-07-181-0/+1
* output/ao: add missing g_free in error pathJonathan Neuschäfer2011-07-181-0/+3
* output/httpd: include sys/socket.h only when building with libwrapMax Kellermann2011-03-181-1/+1
* Merge release 0.15.16 into v0.16.xMax Kellermann2011-03-162-8/+11
|\
| * output/jack: fix crash with mono playbackMax Kellermann2011-02-271-1/+1
| * output/jack: rename variable sample_size to jack_sample_sizeMax Kellermann2011-02-251-5/+6
| * Insure proper initialization of stack-allocated struct.Christopher Brannon2011-02-151-1/+4
* | output/httpd: include sys/socket.h for AF_UNIXUlrich Spörlein2011-03-091-0/+1
* | output/oss: disable 24 bit playback on FreeBSDMax Kellermann2011-02-281-0/+9
* | output/oss: AFMT_S24_PACKED is little-endianMax Kellermann2011-02-281-0/+12
* | general: whitespace cleanupThomas Jansen2011-02-093-3/+3
* | output/httpd: initialize unflushed_inputThomas Jansen2011-02-091-0/+1
* | Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-071-0/+3
|\|
| * output/httpd: define G_LOG_DOMAIN in httpd_client.cMax Kellermann2011-01-071-0/+3
* | output/osx: fix up audio format first, then apply it to deviceMax Kellermann2011-01-071-9/+10
* | output/solaris: add missing parameter to open_cloexec() callAlex Viskovatoff2010-12-211-1/+1
* | Merge release 0.15.15 from branch 'v0.15.x'Max Kellermann2010-11-081-1/+1
|\|
| * output/shout: artist comes first in stream titleMax Kellermann2010-11-081-1/+1
| * output/httpd: MIME type audio/ogg for Ogg VorbisMax Kellermann2010-10-031-1/+1