summaryrefslogtreecommitdiff
path: root/src/player
AgeCommit message (Expand)Author
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-11-09output/Plugin: remove 'Error&' parameters, use C++ exceptions onlyMax Kellermann
2016-11-09output/Multiple: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-07decoder/Control: throw exception on Seek() errorMax Kellermann
2016-09-08decoder/Control: convert error from Error to std::exception_ptrMax Kellermann
2016-09-08player/Control: convert error from Error to std::exception_ptrMax Kellermann
2016-09-08player/Control: use class Error as C++ exception, throw itMax Kellermann
2016-09-08player/Control: update API documentationMax Kellermann
2016-07-09Merge tag 'v0.19.17'Max Kellermann
2016-06-17thread/Thread: throw std::system_error on errorMax Kellermann
2016-06-13Merge tag 'v0.19.16'Max Kellermann
2016-04-21player/Thread: cancel audio when decoder startup on seek failsMax Kellermann
2016-02-28player/Control: Play*() returns Error informationMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-26player/control: unpause in Play()Max Kellermann
2015-12-29player/Control: don't stop playback in Play()Max Kellermann
2015-11-13player/Control: add code commentsMax Kellermann
2015-11-11player/Control: Seek*() returns Error informationMax Kellermann
2015-11-11decoder/Control: Seek() returns Error informationMax Kellermann
2015-11-11player/Control: use class ScopeLockMax Kellermann
2015-11-11player/Control: move code to ClearError()Max Kellermann
2015-11-11player/Control: move code to SeekLocked()Max Kellermann
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann
2015-11-05player/Thread: call DecoderCommand::SEEK only on existing decoderMax Kellermann
2015-11-05player/Thread: move code to WaitDecoderStartup()Max Kellermann
2015-11-05player/Thread: move player_command_finished() to PlayerControlMax Kellermann
2015-11-05player/Thread: copy pc.seek_time in ActivateDecoder()Max Kellermann
2015-11-05player/Control: initialize seek_time in EnqueueSongLocked()Max Kellermann
2015-10-28player/Thread: remove decoder error check from ActivateDecoder()Max Kellermann
2015-10-28player/Thread: rename WaitForDecoder() to ActivateDecoder()Max Kellermann
2015-10-27player/Thread: move code to ForwardDecoderError()Max Kellermann
2015-10-27player/Thread: clear pc.next_song earlier in WaitForDecoder()Max Kellermann
2015-10-27player/Control: use CANCEL to clear next_song in Seek()Max Kellermann
2015-10-27player/Thread: merge the cross_fading flag into enum CrossFadeStateMax Kellermann
2015-10-27player/Thread: move ResetCrossFade() calls to where pipes are setMax Kellermann
2015-10-27player/Thread: add method ResetCrossFade()Max Kellermann
2015-10-27player/Thread: more CrossFadeState documentationMax Kellermann
2015-10-27player/Thread: automatic CrossFadeState enum valuesMax Kellermann
2015-10-27player/Thread: move enum CrossFadeState into the Player classMax Kellermann
2015-08-15PlayerThread, ...: move to src/player/Max Kellermann