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
/
Control.hxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-31
input/cache: first draft of the file cache
Max Kellermann
2019-04-26
player/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-10-31
*: copyright year 2018
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-22
player/CrossFade: use std::chrono::duration
Max Kellermann
2018-09-21
player/Control: convert `total_play_time` to `FloatDuration`
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/Control: apply CamelCase to struct player_status
Max Kellermann
2018-09-21
player/Thread: move StartPlayerThread() into PlayerControl
Max Kellermann
2018-01-03
player/Thread: hold mutex while calling SongBorder()
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-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/Control: add SEEK documentation
Max Kellermann
2017-12-20
player/Control, ...: remove API documentation references to the obsolete Erro...
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-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-10
thread/Thread: use BoundMethod
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-12-14
output/Client: new interface to replace direct access to class PlayerControl
Max Kellermann
2016-12-14
output/Multiple: move Wait() to struct PlayerControl
Max Kellermann
2016-12-14
player/Control: add method LockApplyBorderPause()
Max Kellermann
2016-12-14
player/Control: add method LockSetOutputError()
Max Kellermann
2016-12-03
decoder/Control: add attribute configured_audio_format
Max Kellermann
2016-12-03
player/Control: make ReplayGainConfig const
Max Kellermann
2016-12-03
player/Control: use C++11 initializers
Max Kellermann
2016-11-25
{decoder,player}/Control: add ReplayGain{Config,Mode} attributes
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-11-09
output/Plugin: remove 'Error&' parameters, use C++ exceptions only
Max Kellermann
2016-09-08
player/Control: convert error from Error to std::exception_ptr
Max Kellermann
2016-09-08
player/Control: use class Error as C++ exception, throw it
Max Kellermann
2016-09-08
player/Control: update API documentation
Max Kellermann
2016-02-28
player/Control: Play*() returns Error information
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
[next]