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
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
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/Control: use CANCEL to clear next_song in Seek()
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