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-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
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
[next]