aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-08output/openal: auto-fallback to mono if channel count is unsupportedMax Kellermann1-9/+9
2011-10-08output/alsa: remove "default" case from switchMax Kellermann1-3/+6
2011-09-20fd_util: add function close_socket()Max Kellermann1-2/+2
2011-09-20glib_socket.h: wrap g_io_channel_*_new() calls portablyMax Kellermann1-5/+2
2011-09-19configure.ac: add option --enable-solaris-outputMax Kellermann1-1/+19
2011-09-17output/pulse: improve lockingMax Kellermann1-11/+11
2011-09-16input/curl, output/pulse: fix "unused local variable" warningsMax Kellermann1-1/+2
2011-09-01output/osx: don't drain the buffer when closingMax Kellermann1-6/+0
2011-09-01output/osx: signal the GCond while mutex is lockedMax Kellermann1-1/+1
2011-08-31output/pulse: reset callbacks before closing stream/contextMax Kellermann1-0/+10
2011-08-31output/pulse: add function _delete_stream()Max Kellermann1-5/+16
2011-08-31output/pulse: use _delete_context()Max Kellermann1-16/+15
2011-08-23output/pulse: fix deadlock when the stream was suspendedMax Kellermann1-0/+31
2011-08-23output/pulse: add assertionsMax Kellermann1-0/+30
2011-08-23output/pulse: return 0 on errorMax Kellermann1-1/+1
2011-08-23pulse/output: fix deadlock when resuming the streamMax Kellermann1-1/+3
2011-08-23output/httpd: add assertionsMax Kellermann1-1/+17
2011-08-23output/httpd: don't warn on client disconnectMax Kellermann1-1/+8
2011-07-20encoder_plugin: add method pre_tag()Max Kellermann2-2/+2
2011-07-20output/httpd: explicitly convert size_t to bool in pause()Max Kellermann1-1/+2
2011-07-20output/alsa: fix SIGFPE when alsa announces a period size of 0Max Kellermann1-0/+8
2011-07-18output/shout: fix a memory leakJonathan Neuschäfer1-12/+16
2011-07-18output/recorder: fix a memory leakJonathan Neuschäfer1-3/+7
2011-07-18output/httpd: add missing g_free in error pathJonathan Neuschäfer1-0/+1
2011-07-18output/ao: add missing g_free in error pathJonathan Neuschäfer1-0/+3
2011-03-18output/httpd: include sys/socket.h only when building with libwrapMax Kellermann1-1/+1
2011-03-09output/httpd: include sys/socket.h for AF_UNIXUlrich Spörlein1-0/+1
2011-02-28output/oss: disable 24 bit playback on FreeBSDMax Kellermann1-0/+9
2011-02-28output/oss: AFMT_S24_PACKED is little-endianMax Kellermann1-0/+12
2011-02-27output/jack: fix crash with mono playbackMax Kellermann1-1/+1
2011-02-25output/jack: rename variable sample_size to jack_sample_sizeMax Kellermann1-5/+6
2011-02-15Insure proper initialization of stack-allocated struct.Christopher Brannon1-1/+4
2011-02-09general: whitespace cleanupThomas Jansen3-3/+3
2011-02-09output/httpd: initialize unflushed_inputThomas Jansen1-0/+1
2011-01-07output/httpd: define G_LOG_DOMAIN in httpd_client.cMax Kellermann1-0/+3
2011-01-07output/osx: fix up audio format first, then apply it to deviceMax Kellermann1-9/+10
2010-12-21output/solaris: add missing parameter to open_cloexec() callAlex Viskovatoff1-1/+1
2010-11-08output/shout: artist comes first in stream titleMax Kellermann1-1/+1
2010-11-05output/alsa: dump buffer and period limitsMax Kellermann1-0/+20
2010-11-05output/httpd: implement delay()Max Kellermann1-2/+11
2010-11-05output/shout: implement delay()Max Kellermann1-8/+13
2010-11-04output/ffado: transfer_playback_buffers() returns a booleanMax Kellermann1-1/+4
2010-11-04winmm_output: handle empty string case when parsing device idDenis Krjuchkov1-1/+1
2010-11-04winmm_output: added "device" configuration optionDenis Krjuchkov1-2/+35
2010-11-03winmm_output: improved test_default_deviceDenis Krjuchkov1-2/+1
2010-10-27output: new output plugin "ffado"Max Kellermann1-0/+344
2010-10-09mixer: winmm_mixer implementedDenis Krjuchkov2-0/+38
2010-10-08win32_output: renamed win32 output plugin to winmmDenis Krjuchkov1-50/+50
2010-10-05output/httpd: use the new server_socket libraryMax Kellermann2-118/+32
2010-10-05output/httpd: don't close socket in open() failureMax Kellermann1-2/+0