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
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-05-05
Merge branch 'v0.21.x'
Max Kellermann
2020-04-30
Revert "Fix unsafe float comparison."
Max Kellermann
2020-04-23
Merge tag 'v0.21.23'
Max Kellermann
2020-04-22
Fix unsafe float comparison.
Rosen Penev
2020-04-14
player/Thread: drain outputs at end of song in "single" mode
Max Kellermann
2020-03-25
treewide: use boost::lround when std::round is unavailable
Rosen Penev
2020-03-16
Merge remote-tracking branch 'neheb/h'
Max Kellermann
2020-03-16
fix implicit-fallthrough warnings under clang
Rosen Penev
2020-03-15
treewide: use boost::lround when std::round is unavailable
Rosen Penev
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace assert.h with cassert
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
AudioFormat: move to pcm/
Max Kellermann
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
2019-04-25
thread/*Cond: rename methods to match std::condition_variable
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/Control: start thread on demand
Max Kellermann
2018-09-23
player/Control: move public methods up
Max Kellermann
2018-09-23
player/Control: make several methods `private`
Max Kellermann
2018-09-23
player/Control: remove Lock(), Unlock()
Max Kellermann
2018-09-23
player/Control: add LockGetSyncInfo()
Max Kellermann
2018-09-23
player/Thread: remove obsolete `buffered_before_play` attribute
Max Kellermann
2018-09-23
player/Thread: calculate `buffered_before_play` based on a fixed duration
Max Kellermann
[next]