summaryrefslogtreecommitdiff
path: root/src/player/Thread.cxx
AgeCommit message (Expand)Author
2017-11-26player/Control: wrap DetachedSong* in std::unique_ptrMax Kellermann
2017-11-26player/Control: add "noexcept"Max Kellermann
2017-11-05Merge branch 'v0.20.x'Max Kellermann
2017-10-25player/Thread: log message when decoder is too slowMax Kellermann
2017-08-24Merge tag 'v0.20.10'Max Kellermann
2017-08-23player/Thread: initialize play_audio_format, fixes assertionMax Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-02-10thread/Thread: use BoundMethodMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-12-14player/Thread: reduce unlock/lock overhead in PlayerCommand::PAUSE handlerMax Kellermann
2016-12-14player/Thread: mutex must be locked inside OpenOutput()Max Kellermann
2016-12-14player/Thread: mutex must be locked inside CheckDecoderStartup()Max Kellermann
2016-12-14output/Multiple: move Wait() to struct PlayerControlMax Kellermann
2016-12-14player/Thread: use class ScopeLockMax Kellermann
2016-12-14player/Control: add method LockApplyBorderPause()Max Kellermann
2016-12-14player/Control: add method LockSetOutputError()Max Kellermann
2016-12-03decoder/Control: add attribute configured_audio_formatMax Kellermann
2016-12-03decoder/Control: make ReplayGainConfig constMax Kellermann
2016-11-25{decoder,player}/Control: add ReplayGain{Config,Mode} attributesMax 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-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-26update copyright year to 2016Max Kellermann
2015-11-11decoder/Control: Seek() returns Error informationMax 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/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