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
Age
Commit message (
Expand
)
Author
2016-12-19
input/curl: wrap CURLM* in new class CurlMulti
Max Kellermann
2016-12-19
input/curl: rename class CurlMulti to CurlGlobal
Max Kellermann
2016-12-19
input/curl: wrap CURL* in new class CurlEasy
Max Kellermann
2016-12-19
input/curl: remove duplicate InitEasy() call
Max Kellermann
2016-12-14
output/Client: new interface to replace direct access to class PlayerControl
Max Kellermann
2016-12-14
player/Thread: reduce unlock/lock overhead in PlayerCommand::PAUSE handler
Max Kellermann
2016-12-14
player/Thread: mutex must be locked inside OpenOutput()
Max Kellermann
2016-12-14
player/Thread: mutex must be locked inside CheckDecoderStartup()
Max Kellermann
2016-12-14
output/Multiple: move Wait() to struct PlayerControl
Max Kellermann
2016-12-14
player/Thread: use class ScopeLock
Max Kellermann
2016-12-14
player/Control: add method LockApplyBorderPause()
Max Kellermann
2016-12-14
player/Control: add method LockSetOutputError()
Max Kellermann
2016-12-14
output/MultipleOutputs: parallelize EnableDisable()
Max Kellermann
2016-12-14
output/MultipleOutputs: parallelize AudioOutput destruction
Max Kellermann
2016-12-14
output/Thread: KILL implicitly closes and disables the AudioOutput
Max Kellermann
2016-12-14
output/MultipleOutputs: move code to AudioOutput::EnableDisableWait()
Max Kellermann
2016-12-14
output/MultipleOutputs: reduce lock/unlock calls in EnableDisable()
Max Kellermann
2016-12-13
output/Thread: wake up the player thread periodically while playing
Max Kellermann
2016-12-13
NEWS: add "player" section
Max Kellermann
2016-12-13
output/Thread: eliminate redundant nullptr check
Max Kellermann
2016-12-13
output/Thread: don't wake up the player after receiving command in Play()
Max Kellermann
2016-12-13
output/Thread: use AtScopeExit() to revert the in_playback_loop flag
Max Kellermann
2016-12-13
output/Thread: eliminate one ScopeLock
Max Kellermann
2016-12-13
output/Thread: split Open()
Max Kellermann
2016-12-13
output/Thread: simplify the retry_audio_format declaration
Max Kellermann
2016-12-13
output/Thread: reduce locking further in Open()
Max Kellermann
2016-12-13
output/Thread: unlock mutex during OpenFilter()
Max Kellermann
2016-12-13
output/Thread: remove unused variable
Max Kellermann
2016-12-13
AudioFormat: add method WithMask(), shortcut for ApplyMask()
Max Kellermann
2016-12-13
test/run_convert: pass out_audio_format to PcmConvert::Open()
Max Kellermann
2016-12-13
output/Thread: remove a useless out_audio_format setting
Max Kellermann
2016-12-13
output/Thread: remove another redundant "open" check
Max Kellermann
2016-12-13
output/Thread: convert redundant runtime check to assertion
Max Kellermann
2016-12-13
output/Thread: don't deinitialize the pipe in Close()
Max Kellermann
2016-12-13
output/Internal: merge REOPEN and OPEN
Max Kellermann
2016-12-13
output/Thread: move MusicPipe code to class SharedPipeConsumer
Max Kellermann
2016-12-13
Merge tag 'v0.19.21'
Max Kellermann
2016-12-13
release v0.19.21
v0.19.21
Max Kellermann
2016-12-13
Makefile.am: fix mpd.socket path in EXTRA_DIST
Max Kellermann
2016-12-13
NEWS: fix version number
Max Kellermann
2016-12-13
systemd: add user unit
Max Kellermann
2016-12-13
systemd: add "system" sub directory
Max Kellermann
2016-12-13
doc/user: fix --with-systemdsystemunitdir example
Max Kellermann
2016-12-13
test/test_queue_priority: fix unit test failure after recent "setprio" change
Max Kellermann
2016-12-13
decoder/ffmpeg: fix double free bug
Max Kellermann
2016-12-13
configure.ac: prepare for 0.19.21
Max Kellermann
2016-12-11
output/Multiple: make chunk_is_consumed_in() an AudioOutput method
Max Kellermann
2016-12-10
decoder/wavpack: implement WavpackStreamReader64 if available
Max Kellermann
2016-12-10
decoder/wavpack: move code to WavpackInput methods
Max Kellermann
2016-12-10
decoder/wavpack: use WavpackSeekSample64() if available
Max Kellermann
[next]