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-11-06
output/shout: declare metadata as UTF-8
Max Kellermann
2019-10-29
output/Jack: mark ports as terminal
Niklas Haas
2019-08-22
output/solaris: include sys/stropts.h only on Solaris
Max Kellermann
2019-08-21
output/Thread: add missing `return` in exception handler
Max Kellermann
2019-08-13
output/Thread: fix typo in comment
Max Kellermann
2019-08-06
output/jack: use jack_free() for Windows compatibility
Max Kellermann
2019-08-06
output/jack: use std::atomic_bool for "shutdown" and "pause"
Max Kellermann
2019-08-06
output/jack: use SIZE_MAX instead of (size_t)-1
Max Kellermann
2019-08-02
Fix JACK plugin outputting only to left channel
Diomendius
2019-06-28
output/alsa: log when generating silence due to slow decoder
Max Kellermann
2019-06-28
output/alsa: schedule a timer to generate silence
Max Kellermann
2019-06-28
output/alsa: add a new flag "waiting" for xrun management
Max Kellermann
2019-06-28
output/alsa: Cancel() also affects "active" (documentation)
Max Kellermann
2019-06-28
output/alsa: fix comment typo
Max Kellermann
2019-06-28
output/alsa: fix comment typo
Max Kellermann
2019-06-28
output/alsa: always redo DrainInternal() after writing
Max Kellermann
2019-06-28
output/alsa: check PCM state before calling snd_pcm_drain()
Max Kellermann
2019-06-17
output/oss: return early if PcmExport::Export() returns empty array
Max Kellermann
2019-06-05
output/httpd: reject some well-known request paths
cathugger
2019-06-05
output/httpd: use strncmp instead of memcmp
cathugger
2019-06-05
output/httpd: fix indent
Max Kellermann
2019-04-04
output/httpd: close client connection on error
Max Kellermann
2019-04-03
output/httpd: add missing mutex lock
Max Kellermann
2019-04-03
output/httpd: add more API documentation about locking
Max Kellermann
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
[next]