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
/
Thread.cxx
Age
Commit message (
Expand
)
Author
2017-11-26
player/Control: wrap DetachedSong* in std::unique_ptr
Max Kellermann
2017-11-26
player/Control: add "noexcept"
Max Kellermann
2017-11-05
Merge branch 'v0.20.x'
Max Kellermann
2017-10-25
player/Thread: log message when decoder is too slow
Max Kellermann
2017-08-24
Merge tag 'v0.20.10'
Max Kellermann
2017-08-23
player/Thread: initialize play_audio_format, fixes assertion
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
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
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
decoder/Control: make ReplayGainConfig const
Max Kellermann
2016-11-25
{decoder,player}/Control: add ReplayGain{Config,Mode} attributes
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-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-26
update copyright year to 2016
Max Kellermann
2015-11-11
decoder/Control: Seek() returns Error information
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
2015-10-27
player/Thread: move code to ForwardDecoderError()
Max Kellermann
2015-10-27
player/Thread: clear pc.next_song earlier in WaitForDecoder()
Max Kellermann
2015-10-27
player/Thread: merge the cross_fading flag into enum CrossFadeState
Max Kellermann
2015-10-27
player/Thread: move ResetCrossFade() calls to where pipes are set
Max Kellermann
2015-10-27
player/Thread: add method ResetCrossFade()
Max Kellermann
2015-10-27
player/Thread: more CrossFadeState documentation
Max Kellermann
2015-10-27
player/Thread: automatic CrossFadeState enum values
Max Kellermann
2015-10-27
player/Thread: move enum CrossFadeState into the Player class
Max Kellermann
2015-08-15
PlayerThread, ...: move to src/player/
Max Kellermann