summaryrefslogtreecommitdiff
path: root/src/player/Thread.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-09-23LogLevel: rename DEFAULT to NOTICEMax Kellermann
2020-09-17Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-16player/Thread: call OnPlayerSync() in SeekDecoder()Max Kellermann
2020-09-16player/Thread: add another code comment explaining OnPlayerSync()Max Kellermann
2020-09-16player/Thread: update function name in commentMax Kellermann
2020-06-10Merge tag 'v0.21.24'Max Kellermann
2020-06-10decoder/Bridge: add flag to make initial seek errors fatalMax Kellermann
2020-04-23Merge tag 'v0.21.23'Max Kellermann
2020-04-14player/Thread: drain outputs at end of song in "single" modeMax Kellermann
2020-03-16fix implicit-fallthrough warnings under clangRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-02-01[clang-tidy] use bool literals where appropriateRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-12-24Merge tag 'v0.21.18'Max Kellermann
2019-12-23util/Compiler.h: add gcc_fallthroughMax Kellermann
2019-08-03Merge tag 'v0.21.12'Max Kellermann
2019-08-03player/Thread: don't restart unseekable song after failed seek attemptMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-31input/cache: first draft of the file cacheMax Kellermann
2019-05-31Merge branch 'v0.21.x'Max Kellermann
2019-05-31Revert "player/Thread: remove unnecessary "pipe" check"Max Kellermann
2019-05-20Merge tag 'v0.21.9'Max Kellermann
2019-05-20player/Thread: fix "single" mode race conditionMax Kellermann
2019-05-20player/Thread: remove unnecessary "pipe" checkMax Kellermann
2019-04-26player/Control: pass std::unique_lock<> to Cond::wait()Max Kellermann
2019-04-26decoder/Control: pass std::unique_lock<> to Cond::wait()Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-11-12output/Thread: update commentMax Kellermann
2018-11-06player/Thread: finish decoder startup before checking the bufferMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-29Merge branch 'v0.20.x'Max Kellermann
2018-10-29player/Control: move IDLE_PLAYER to Player::SeekDecoder()Max Kellermann
2018-09-23player/Thread: calculate `buffered_before_play` based on a fixed durationMax Kellermann
2018-09-23player/Thread: copy `buffered_before_play`Max Kellermann
2018-09-23player/Thread: remove `buffered_before_play` from `decoder_wakeup_threshold` ...Max Kellermann
2018-09-22player/Thread: add attribute `decoder_wakeup_threshold`Max Kellermann
2018-09-22player/CrossFade: use std::chrono::durationMax Kellermann
2018-09-21AudioFormat: add TimeToSize(), SizeToTime()Max Kellermann
2018-09-21player/Control: convert `total_play_time` to `FloatDuration`Max Kellermann
2018-09-21player/Thread: stop buffering if buffer is fullMax Kellermann
2018-09-21player/Thread: simplify loop conditionMax Kellermann
2018-09-21player/Control: convert to classMax Kellermann
2018-09-21player/Thread: move functions into PlayerControlMax Kellermann
2018-09-21player/Thread: catch and log initialization errorsMax Kellermann
2018-09-21player/Thread: move StartPlayerThread() into PlayerControlMax Kellermann
2018-09-21decoder/{Thread,Control,...}: rename source files, drop prefixMax Kellermann
2018-09-21decoder/Thread: move decoder_thread_start() into DecoderControlMax Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-06-23player, decoder, output: wrap MusicPipe in std::shared_ptr/std::unique_ptrMax Kellermann