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
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
2018-07-17
output/MultipleOutputs: use struct ConfigData
Max Kellermann
2018-07-17
filter/LoadChain: use struct ConfigData
Max Kellermann
2018-07-17
config/Global: remove ConfigBlock::SetUsed() call, let caller do that
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2018-07-16
Merge branch 'can' of git://github.com/Wang-Yue/MPD
Max Kellermann
2018-07-16
Implement Cancel() for OSXOutputPlugin
Yue Wang
2018-07-16
output/Interface: add method ChangeAudioFormat()
Max Kellermann
2018-07-16
output/alsa: use spsc_queue::reset()
Max Kellermann
2018-07-13
Update OSXOutputPlugin.cxx
Yue Wang
2018-07-13
further guard dop code by if (dop_enabled)
Yue Wang
2018-07-13
Update OSXOutputPlugin.cxx
Yue Wang
2018-07-13
Fix a copy and paste from diff bug.
Yue Wang
2018-07-13
Enclose pcm_export into the ENABLE_DSD guard.
Yue Wang
2018-07-13
Simplify audio format assignment code
Yue Wang
2018-07-13
Enable OSX output plugin to set hardware sample rate and bit depth at the sam...
Yue Wang
2018-07-10
enable macOS to use Hardware Mixer
Yue Wang
2018-07-06
Merge branch 'v0.20.x'
Max Kellermann
2018-07-06
AudioFormat: include cleanup
Max Kellermann
2018-07-06
util/StringFormat: new utility library
Max Kellermann
2018-07-06
output/httpd: remove broken DLNA support code
Max Kellermann
2018-06-23
output/multiple: use WaitAll() in EnableDisable()
Max Kellermann
2018-06-23
output/multiple: remove unnecessary IsBusy() check from WaitAll()
Max Kellermann
2018-06-23
output/Control: add another Cond attribute, replacing audio_output_client_notify
Max Kellermann
2018-06-23
output/Control: rename "cond" to "wake_cond"
Max Kellermann
2018-06-23
player, decoder, output: wrap MusicPipe in std::shared_ptr/std::unique_ptr
Max Kellermann
2018-06-23
MusicPipe: eliminate the unused MusicBuffer reference
Max Kellermann
2018-06-23
Music{Pipe,Chunk}: use MusicChunkPtr for the list links
Max Kellermann
2018-06-23
MusicPipe, output/multiple: include cleanup
Max Kellermann
2018-06-22
MusicChunkPtr: managed MusicChunk pointer
Max Kellermann
2018-06-22
MusicPipe: automatically clear in destructor
Max Kellermann
2018-06-22
MusicPipe: add MusicBuffer reference
Max Kellermann
2018-06-22
output/multiple: update API documentation
Max Kellermann
2018-06-02
Fix pause for OSX output plugin (delay one second)
Christian Kröner
2018-05-03
Merge branch 'v0.20.x'
Max Kellermann
2018-05-03
{input,output}/alsa: work around -Wswitch due to SND_PCM_STATE_PRIVATE1
Max Kellermann
2018-04-26
output/alsa: don't submit silence if PCM is not yet running
Max Kellermann
2018-04-26
output/alsa: CopyRingToPeriodBuffer() returns bool
Max Kellermann
2018-04-26
output/alsa: disable events in Cancel()
Max Kellermann
2018-04-26
output/alsa: reset "active" on error
Max Kellermann
2018-04-26
output/alsa: make the "active" attribute thread-safe
Max Kellermann
2018-04-26
output/alsa: merge Activate() and UnlockActivate()
Max Kellermann
2018-04-26
output/alsa: rethrow errors in Drain()
Max Kellermann
2018-04-26
output/alsa: thread-safety documentation for attribute "active"
Max Kellermann
2018-04-26
output/alsa: simplify MultiSocketMonitor::GetEventLoop() calls
Max Kellermann
2018-04-10
output/alsa: remove obsolete comment, was moved to Alsa::PeriodBuffer::Alloca...
Max Kellermann
2018-03-07
Fix build with DSD disabled
Christian Kröner
2018-03-07
Reset sample rate to initial state on OSX output
Christian Kröner
2018-03-07
Fix sample rate sync on Mac output for low rates
Christian Kröner
[next]