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
/
player
Age
Commit message (
Expand
)
Author
2017-12-30
CrossFade: use sizeof(MusicChunk::data) instead of CHUNK_SIZE
Max Kellermann
2017-12-30
player/Thread: make seeking into a new song non-blocking
Max Kellermann
2017-12-29
player/Thread: make SEEK (partially) non-blocking
Max Kellermann
2017-12-29
player/Outputs: abstract interface wrapping class MultipleOutputs
Max Kellermann
2017-12-28
player/Thread: remove redundant outputs.Cancel() call
Max Kellermann
2017-12-28
player/Thread: ProcessCommand() returns bool
Max Kellermann
2017-12-27
player/Thread: move CommandFinished() call out of SeekDecoder(SongTime)
Max Kellermann
2017-12-27
player/Thread: update code comment
Max Kellermann
2017-12-22
player/Thread: use std::lock_guard in RunThread()
Max Kellermann
2017-12-22
player/Thread: even more fine-grained unlocking
Max Kellermann
2017-12-22
player/Thread: move unlock call down
Max Kellermann
2017-12-22
player/Thread: remove obsolete commented code
Max Kellermann
2017-12-22
player/Thread: add missing lock for StartDecoder()
Max Kellermann
2017-12-22
player/Thread: move mutex lock out of SeekDecoder()
Max Kellermann
2017-12-22
player/Thread: merge four mutex locks in SeekDecoder()
Max Kellermann
2017-12-22
player/Thread: move mutex lock out of StartDecoder()
Max Kellermann
2017-12-22
decoder/Control: caller must lock mutex for Start()
Max Kellermann
2017-12-22
player/Thread: move mutex lock out of ActivateDecoder()
Max Kellermann
2017-12-22
player/Thread: eliminate LockWaitDecoderStartup()
Max Kellermann
2017-12-22
player/Thread: move code to SeekDecoder(SongTime)
Max Kellermann
2017-12-22
player/Thread: move mutex lock out of StopDecoder()
Max Kellermann
2017-12-22
decoder/Control: caller must lock mutex for Stop()
Max Kellermann
2017-12-22
player/Thread: use std::lock_guard once more
Max Kellermann
2017-12-22
player/Thread: merge two mutex locks
Max Kellermann
2017-12-22
player/Thread: move mutex lock out of WaitDecoderStartup()
Max Kellermann
2017-12-22
player/Thread: merge two mutex locks
Max Kellermann
2017-12-22
decoder/Control: caller must lock mutex for Seek()
Max Kellermann
2017-12-22
player/Thread: add missing mutex lock around PlayerControl::SetError()
Max Kellermann
2017-12-21
player/Control: add "occupied" flag to skip REFRESH
Max Kellermann
2017-12-21
player/Control: reorder attributes to reduce padding
Max Kellermann
2017-12-20
player/Thread: move start_time variable into the scope
Max Kellermann
2017-12-20
player/Thread: reorder attributes to reduce padding
Max Kellermann
2017-12-20
MusicChunk, player/Thread: use std::unique_ptr<Tag>
Max Kellermann
2017-12-20
player/Thread: use C++11 initializers
Max Kellermann
2017-12-20
player/Thread: add "noexcept"
Max Kellermann
2017-12-20
player/Thread: more API documentation
Max Kellermann
2017-12-20
player/Control: add SEEK documentation
Max Kellermann
2017-12-20
player/Control, ...: remove API documentation references to the obsolete Erro...
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-12-03
Merge branch 'v0.20.x'
Max Kellermann
2017-12-03
MusicChunk: add magic value IGNORE_REPLAY_GAIN
Max Kellermann
2017-12-03
MusicChunk: initialize replay_gain_serial on demand
Max Kellermann
2017-12-03
player/Thread: initialize MusicChunk::bit_rate in SendSilence()
Max Kellermann
2017-11-26
player/Listener: add "noexcept"
Max Kellermann
2017-11-26
decoder/Control: wrap DetachedSong* in std::unique_ptr
Max Kellermann
2017-11-26
player/Control: wrap DetachedSong* in std::unique_ptr
Max Kellermann
2017-11-26
player/Control: add "noexcept"
Max Kellermann
2017-11-05
Merge branch 'v0.20.x'
Max Kellermann
2017-10-25
player/Thread: log message when decoder is too slow
Max Kellermann
2017-08-24
Merge tag 'v0.20.10'
Max Kellermann
[next]