summaryrefslogtreecommitdiff
path: root/src/output/plugins
AgeCommit message (Expand)Author
2019-03-16output/pulse: use pa_channel_map_init_extend() instead of _auto()Max Kellermann
2019-01-25[OSXOutput] Throw an error when device not foundYue Wang
2019-01-21output/shout: evaluate `tls` option only if TLS is enabled in libshoutMax Kellermann
2019-01-19shout output plugin: add support for TLSJakob Ovrum
2018-12-28output/httpd/Page: remove obsolete API documentationMax Kellermann
2018-12-28output/httpd/Page: add `noexcept`Max Kellermann
2018-12-28output/httpd/IcyMetaDataServer: add `noexcept`Max Kellermann
2018-12-28output/httpd: add `noexcept`Max Kellermann
2018-12-28remove libwrap supportMax Kellermann
2018-12-14change HTTP Version to a valid versionHyShai
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-11-16output/alsa: don't call snd_pcm_drain() if nothing was writtenMax Kellermann
2018-11-14output/alsa: drain the whole `ring_buffer`, not just one periodMax Kellermann
2018-11-14output/alsa: clear error after reopening deviceMax Kellermann
2018-11-14output/alsa: don't lock the mutex in CancelInternal()Max Kellermann
2018-11-14output/alsa: wake up the client thread after generating silenceMax Kellermann
2018-11-14output/alsa: don't generate silence if ALSA-PCM buffer has enough dataMax Kellermann
2018-11-14output/alsa: clear the `period_buffer` in LockCaughtError()Max Kellermann
2018-11-14output/alsa: throw on snd_pcm_writei() error while drainingMax Kellermann
2018-11-14output/alsa: fix wrong use of `errno`Max Kellermann
2018-11-14output/alsa: throw after snd_pcm_drain() errorMax Kellermann
2018-11-14output/alsa: refactor the drain EAGAIN workaroundMax Kellermann
2018-11-14output/alsa: remove snd_pcm_state() check from DrainInternal()Max Kellermann
2018-11-14output/alsa: call snd_pcm_prepare() if draining is requested earlyMax Kellermann
2018-11-11{output,mixer}/alsa: use snd_pcm_poll_descriptors_revents()Max Kellermann
2018-11-11lib/alsa/NonBlock: move the functions into a class managing the stateMax Kellermann
2018-11-08output/httpd: fix nullptr dereference crash bugMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-31output/roar: removeMax Kellermann
2018-10-30event/ServerSocket: make OnAccept() noexceptMax Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-09-22player/CrossFade, ...: use lround()Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-07Added unix socket support in HttpdOutputPlugin1848
2018-08-07Fix various bugs in OS X DSD playbackYue Wang
2018-07-28[OSXOutputPlugin] Fix a bug that the stream sample rate is missingYue Wang
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-07-16Merge branch 'can' of git://github.com/Wang-Yue/MPDMax Kellermann
2018-07-16Implement Cancel() for OSXOutputPluginYue Wang
2018-07-16output/alsa: use spsc_queue::reset()Max Kellermann
2018-07-13Update OSXOutputPlugin.cxxYue Wang
2018-07-13further guard dop code by if (dop_enabled)Yue Wang
2018-07-13Update OSXOutputPlugin.cxxYue Wang
2018-07-13Fix a copy and paste from diff bug.Yue Wang
2018-07-13Enclose pcm_export into the ENABLE_DSD guard.Yue Wang
2018-07-13Simplify audio format assignment codeYue Wang
2018-07-13Enable OSX output plugin to set hardware sample rate and bit depth at the sam...Yue Wang
2018-07-10enable macOS to use Hardware MixerYue Wang
2018-07-06Merge branch 'v0.20.x'Max Kellermann
2018-07-06AudioFormat: include cleanupMax Kellermann