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.cxx
Age
Commit message (
Expand
)
Author
2018-11-19
check.h: remove obsolete header
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/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: apply CamelCase to struct player_status
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-01-07
thread/Thread: use BoundMethod
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-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/Multiple: move Wait() to struct PlayerControl
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-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-02-28
player/Control: Play*() returns Error information
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-26
player/control: unpause in Play()
Max Kellermann
2015-12-29
player/Control: don't stop playback in Play()
Max Kellermann
2015-11-13
player/Control: add code comments
Max Kellermann
2015-11-11
player/Control: Seek*() returns Error information
Max Kellermann
2015-11-11
player/Control: use class ScopeLock
Max Kellermann
2015-11-11
player/Control: move code to ClearError()
Max Kellermann
2015-11-11
player/Control: move code to SeekLocked()
Max Kellermann
2015-11-11
player/Control: add Lock prefix to locking method names
Max Kellermann
2015-10-27
player/Control: use CANCEL to clear next_song in Seek()
Max Kellermann
2015-08-15
PlayerThread, ...: move to src/player/
Max Kellermann