aboutsummaryrefslogtreecommitdiffstats
path: root/src/player/Control.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* player/Control: add code commentsMax Kellermann2015-11-131-0/+4
|
* player/Control: Seek*() returns Error informationMax Kellermann2015-11-111-4/+15
|
* player/Control: use class ScopeLockMax Kellermann2015-11-111-22/+12
|
* player/Control: move code to ClearError()Max Kellermann2015-11-111-6/+1
|
* player/Control: move code to SeekLocked()Max Kellermann2015-11-111-5/+12
|
* player/Control: add Lock prefix to locking method namesMax Kellermann2015-11-111-10/+10
|
* player/Control: use CANCEL to clear next_song in Seek()Max Kellermann2015-10-271-1/+5
| | | | | Assigning nullptr to next_song may disrupt the player thread and render undefined behavior.
* PlayerThread, ...: move to src/player/Max Kellermann2015-08-151-0/+267