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
/
Thread.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-09-23
LogLevel: rename DEFAULT to NOTICE
Max Kellermann
2020-09-17
Merge branch 'v0.21.x' into master
Max Kellermann
2020-09-16
player/Thread: call OnPlayerSync() in SeekDecoder()
Max Kellermann
2020-09-16
player/Thread: add another code comment explaining OnPlayerSync()
Max Kellermann
2020-09-16
player/Thread: update function name in comment
Max Kellermann
2020-06-10
Merge tag 'v0.21.24'
Max Kellermann
2020-06-10
decoder/Bridge: add flag to make initial seek errors fatal
Max Kellermann
2020-04-23
Merge tag 'v0.21.23'
Max Kellermann
2020-04-14
player/Thread: drain outputs at end of song in "single" mode
Max Kellermann
2020-03-16
fix implicit-fallthrough warnings under clang
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-02-01
[clang-tidy] use bool literals where appropriate
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-12-24
Merge tag 'v0.21.18'
Max Kellermann
2019-12-23
util/Compiler.h: add gcc_fallthrough
Max Kellermann
2019-08-03
Merge tag 'v0.21.12'
Max Kellermann
2019-08-03
player/Thread: don't restart unseekable song after failed seek attempt
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-31
input/cache: first draft of the file cache
Max Kellermann
2019-05-31
Merge branch 'v0.21.x'
Max Kellermann
2019-05-31
Revert "player/Thread: remove unnecessary "pipe" check"
Max Kellermann
2019-05-20
Merge tag 'v0.21.9'
Max Kellermann
2019-05-20
player/Thread: fix "single" mode race condition
Max Kellermann
2019-05-20
player/Thread: remove unnecessary "pipe" check
Max Kellermann
2019-04-26
player/Control: pass std::unique_lock<> to Cond::wait()
Max Kellermann
2019-04-26
decoder/Control: pass std::unique_lock<> to Cond::wait()
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-12
output/Thread: update comment
Max Kellermann
2018-11-06
player/Thread: finish decoder startup before checking the buffer
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-29
Merge branch 'v0.20.x'
Max Kellermann
2018-10-29
player/Control: move IDLE_PLAYER to Player::SeekDecoder()
Max Kellermann
2018-09-23
player/Thread: calculate `buffered_before_play` based on a fixed duration
Max Kellermann
2018-09-23
player/Thread: copy `buffered_before_play`
Max Kellermann
2018-09-23
player/Thread: remove `buffered_before_play` from `decoder_wakeup_threshold` ...
Max Kellermann
2018-09-22
player/Thread: add attribute `decoder_wakeup_threshold`
Max Kellermann
2018-09-22
player/CrossFade: use std::chrono::duration
Max Kellermann
2018-09-21
AudioFormat: add TimeToSize(), SizeToTime()
Max Kellermann
2018-09-21
player/Control: convert `total_play_time` to `FloatDuration`
Max Kellermann
2018-09-21
player/Thread: stop buffering if buffer is full
Max Kellermann
2018-09-21
player/Thread: simplify loop condition
Max Kellermann
2018-09-21
player/Control: convert to class
Max Kellermann
2018-09-21
player/Thread: move functions into PlayerControl
Max Kellermann
2018-09-21
player/Thread: catch and log initialization errors
Max Kellermann
2018-09-21
player/Thread: move StartPlayerThread() into PlayerControl
Max Kellermann
2018-09-21
decoder/{Thread,Control,...}: rename source files, drop prefix
Max Kellermann
2018-09-21
decoder/Thread: move decoder_thread_start() into DecoderControl
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-06-23
player, decoder, output: wrap MusicPipe in std::shared_ptr/std::unique_ptr
Max Kellermann
[next]