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
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
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
player/Thread: reduce unlock/lock overhead in PlayerCommand::PAUSE handler
Max Kellermann
2016-12-14
player/Thread: mutex must be locked inside OpenOutput()
Max Kellermann
2016-12-14
player/Thread: mutex must be locked inside CheckDecoderStartup()
Max Kellermann
2016-12-14
output/Multiple: move Wait() to struct PlayerControl
Max Kellermann
2016-12-14
player/Thread: use class ScopeLock
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-12-03
decoder/Control: make ReplayGainConfig const
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-11-09
output/Multiple: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-07
decoder/Control: throw exception on Seek() error
Max Kellermann
2016-09-08
decoder/Control: convert error from Error to std::exception_ptr
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-07-09
Merge tag 'v0.19.17'
Max Kellermann
2016-06-17
thread/Thread: throw std::system_error on error
Max Kellermann
2016-06-13
Merge tag 'v0.19.16'
Max Kellermann
2016-04-21
player/Thread: cancel audio when decoder startup on seek fails
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
decoder/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-11-05
player/Thread: call DecoderCommand::SEEK only on existing decoder
Max Kellermann
2015-11-05
player/Thread: move code to WaitDecoderStartup()
Max Kellermann
2015-11-05
player/Thread: move player_command_finished() to PlayerControl
Max Kellermann
2015-11-05
player/Thread: copy pc.seek_time in ActivateDecoder()
Max Kellermann
2015-11-05
player/Control: initialize seek_time in EnqueueSongLocked()
Max Kellermann
2015-10-28
player/Thread: remove decoder error check from ActivateDecoder()
Max Kellermann
2015-10-28
player/Thread: rename WaitForDecoder() to ActivateDecoder()
Max Kellermann
[next]