summaryrefslogtreecommitdiff
path: root/src/output
AgeCommit message (Expand)Author
2018-01-05output/haiku: remove unimplemented Cancel() methodMax Kellermann
2017-12-12OSXOutputPlugin: set the buffer time to be 100msYue Wang
2017-12-03MusicChunk: add magic value IGNORE_REPLAY_GAINMax Kellermann
2017-11-14output/httpd: flush encoder after tagMax Kellermann
2017-11-05output/Thread: ensure pending tags are flushed in all casescathugger
2017-09-19output/sndio: fix indentMax Kellermann
2017-09-19output/sndio: rename the "sio_hdl" variable to avoid clash with struct nameMax Kellermann
2017-08-21OSX mixerMatthew Leon
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-16output/{osx,haiku,pulse,sles}: add missing "noexcept"Max Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-04-18Remove some redundant codeBart Nagel
2017-02-19output/httpd/IcyMetaDataServer: cast length to unsignedMax Kellermann
2017-02-19output/httpd/IcyMetaDataServer: pad the string with 15 spacesMax Kellermann
2017-02-19output/httpd/IcyMetaDataServer: remove the int castMax Kellermann
2017-02-01output/sndio: work around a libroar C++ incompatibilityMax Kellermann
2017-01-24output/alsa: convert to class, make attributes privateMax Kellermann
2017-01-24output/alsa: make AlsaSetup() an AlsaOutput methodMax Kellermann
2017-01-24output/alsa: move code from AlsaSetup() to AlsaSetupSw()Max Kellermann
2017-01-24output/alsa: move code from AlsaSetup() to AlsaSetupHw()Max Kellermann
2017-01-23output/Source: reset the ReplayGain serials ion OpenFilter()Max Kellermann
2017-01-17AudioFormat: replace struct audio_format_string with class StringBuffer, retu...Max Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-15output/Thread: reconfigure ConvertFilter for its new input AudioFormatMax Kellermann
2017-01-15output/Thread: move AudioFormat logging code aroundMax Kellermann
2017-01-15output/Thread: remember the original filter audio format in local variableMax Kellermann
2017-01-14output/alsa: explicitly mention all snd_pcm_state() enumsMax Kellermann
2017-01-12output/recorder: fix typo in variable nameMax Kellermann
2017-01-11output/alsa: log DoP modeMax Kellermann
2017-01-11output/alsa: support DSD_U16Max Kellermann
2017-01-11output/alsa: move code to PlayRaw()Max Kellermann
2017-01-11pcm/Export: add (dummy) method Cancel()Max Kellermann
2017-01-11output/Source: reset all filters in Cancel()Max Kellermann
2017-01-11output/Source: un-inline Cancel()Max Kellermann
2017-01-11pcm/Export: halve the sample rate for DoPMax Kellermann
2017-01-10pcm/Export: add CalcOutputSampleRate(), CalcInputSampleRate()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03output/Source: clear current_chunk in Close()Max Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-12-29output/Internal: add various trivial getter methodsMax Kellermann
2016-12-29output/State: add missing mutex lockMax Kellermann
2016-12-29output/Multiple: add missing mutex lockMax Kellermann
2016-12-29output/Internal: make the Mutex mutableMax Kellermann
2016-12-29output/Control: pass "force" flag to LockUpdate()Max Kellermann
2016-12-29output/Init: convert audio_output_setup() to methodMax Kellermann
2016-12-29output/Multiple: obtain detailed error information in Open()Max Kellermann
2016-12-29output/Internal: remember the most recent errorMax Kellermann
2016-12-29output/Thread: unify exception handlingMax Kellermann
2016-12-28system/PeriodClock: use std::chrono::steady_clockMax Kellermann