index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
output
Age
Commit message (
Expand
)
Author
2019-03-29
Haiku: remove redundant calls to delete_sem()
François Revol
2019-03-17
output/sles: enable power saving mode
Max Kellermann
2019-03-17
output/plugins/OSXOutputPlugin: add boost meson dependency
Jacob Vosmaer
2019-03-16
output/pulse: use pa_channel_map_init_extend() instead of _auto()
Max Kellermann
2019-01-25
[OSXOutput] Throw an error when device not found
Yue Wang
2019-01-21
output/shout: evaluate `tls` option only if TLS is enabled in libshout
Max Kellermann
2019-01-19
shout output plugin: add support for TLS
Jakob Ovrum
2018-12-28
output/httpd/Page: remove obsolete API documentation
Max Kellermann
2018-12-28
output/httpd/Page: add `noexcept`
Max Kellermann
2018-12-28
output/httpd/IcyMetaDataServer: add `noexcept`
Max Kellermann
2018-12-28
output/httpd: add `noexcept`
Max Kellermann
2018-12-28
remove libwrap support
Max Kellermann
2018-12-14
change HTTP Version to a valid version
HyShai
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-16
output/alsa: don't call snd_pcm_drain() if nothing was written
Max Kellermann
2018-11-14
output/alsa: drain the whole `ring_buffer`, not just one period
Max Kellermann
2018-11-14
output/alsa: clear error after reopening device
Max Kellermann
2018-11-14
output/alsa: don't lock the mutex in CancelInternal()
Max Kellermann
2018-11-14
output/alsa: wake up the client thread after generating silence
Max Kellermann
2018-11-14
output/alsa: don't generate silence if ALSA-PCM buffer has enough data
Max Kellermann
2018-11-14
output/alsa: clear the `period_buffer` in LockCaughtError()
Max Kellermann
2018-11-14
output/alsa: throw on snd_pcm_writei() error while draining
Max Kellermann
2018-11-14
output/alsa: fix wrong use of `errno`
Max Kellermann
2018-11-14
output/alsa: throw after snd_pcm_drain() error
Max Kellermann
2018-11-14
output/alsa: refactor the drain EAGAIN workaround
Max Kellermann
2018-11-14
output/alsa: remove snd_pcm_state() check from DrainInternal()
Max Kellermann
2018-11-14
output/alsa: call snd_pcm_prepare() if draining is requested early
Max Kellermann
2018-11-12
output/thread: cancel the AudioOutputSource() instead of closing it
Max Kellermann
2018-11-12
output/control: always close the `AudioOutputSource` in `RELEASE`
Max Kellermann
2018-11-12
output/control: add command `RELEASE`
Max Kellermann
2018-11-12
output/Thread: update comment
Max Kellermann
2018-11-12
output/Filtered: catch Drain() exceptions in CloseOutput()
Max Kellermann
2018-11-12
output/interface: document that Drain() may throw
Max Kellermann
2018-11-11
{output,mixer}/alsa: use snd_pcm_poll_descriptors_revents()
Max Kellermann
2018-11-11
lib/alsa/NonBlock: move the functions into a class managing the state
Max Kellermann
2018-11-08
output/httpd: fix nullptr dereference crash bug
Max Kellermann
2018-11-07
output/Source: reset current_chunk in Open()
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-31
output/roar: remove
Max Kellermann
2018-10-30
event/ServerSocket: make OnAccept() noexcept
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-09-22
player/CrossFade, ...: use lround()
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-19
output/Init: pass global configuration in struct AudioOutputDefaults
Max Kellermann
2018-08-19
mixer/Type: mixer_type_parse() throws on error
Max Kellermann
2018-08-18
filter/LoadChain: move code to class FilterFactory
Max Kellermann
2018-08-07
Added unix socket support in HttpdOutputPlugin
1848
2018-08-07
Fix various bugs in OS X DSD playback
Yue Wang
2018-07-28
[OSXOutputPlugin] Fix a bug that the stream sample rate is missing
Yue Wang
2018-07-18
config/Data: use std::forward_list to manage params and blocks
Max Kellermann
[next]