Age | Commit message (Expand) | Author |
2018-07-06 | AudioFormat: include cleanup | Max Kellermann |
2018-07-06 | util/StringFormat: new utility library | Max Kellermann |
2018-07-06 | output/httpd: remove broken DLNA support code | Max Kellermann |
2018-05-03 | {input,output}/alsa: work around -Wswitch due to SND_PCM_STATE_PRIVATE1 | Max Kellermann |
2018-01-30 | output/pulse: fix crash during auto-detection | Max Kellermann |
2018-01-07 | thread/Thread: use BoundMethod | Max Kellermann |
2018-01-05 | output/haiku: remove unimplemented Cancel() method | Max Kellermann |
2017-12-12 | OSXOutputPlugin: set the buffer time to be 100ms | Yue Wang |
2017-12-03 | MusicChunk: add magic value IGNORE_REPLAY_GAIN | Max Kellermann |
2017-11-14 | output/httpd: flush encoder after tag | Max Kellermann |
2017-11-05 | output/Thread: ensure pending tags are flushed in all cases | cathugger |
2017-09-19 | output/sndio: fix indent | Max Kellermann |
2017-09-19 | output/sndio: rename the "sio_hdl" variable to avoid clash with struct name | Max Kellermann |
2017-08-21 | OSX mixer | Matthew Leon |
2017-06-04 | *: add lost of "noexcept" specifications | Max Kellermann |
2017-05-16 | output/{osx,haiku,pulse,sles}: add missing "noexcept" | Max Kellermann |
2017-05-08 | *: remove "pure" and "const" attributes from throwing functions | Max Kellermann |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-04-18 | Remove some redundant code | Bart Nagel |
2017-02-19 | output/httpd/IcyMetaDataServer: cast length to unsigned | Max Kellermann |
2017-02-19 | output/httpd/IcyMetaDataServer: pad the string with 15 spaces | Max Kellermann |
2017-02-19 | output/httpd/IcyMetaDataServer: remove the int cast | Max Kellermann |
2017-02-01 | output/sndio: work around a libroar C++ incompatibility | Max Kellermann |
2017-01-24 | output/alsa: convert to class, make attributes private | Max Kellermann |
2017-01-24 | output/alsa: make AlsaSetup() an AlsaOutput method | Max Kellermann |
2017-01-24 | output/alsa: move code from AlsaSetup() to AlsaSetupSw() | Max Kellermann |
2017-01-24 | output/alsa: move code from AlsaSetup() to AlsaSetupHw() | Max Kellermann |
2017-01-23 | output/Source: reset the ReplayGain serials ion OpenFilter() | Max Kellermann |
2017-01-17 | AudioFormat: replace struct audio_format_string with class StringBuffer, retu... | Max Kellermann |
2017-01-17 | AUTHORS, ...: update my email address | Max Kellermann |
2017-01-15 | output/Thread: reconfigure ConvertFilter for its new input AudioFormat | Max Kellermann |
2017-01-15 | output/Thread: move AudioFormat logging code around | Max Kellermann |
2017-01-15 | output/Thread: remember the original filter audio format in local variable | Max Kellermann |
2017-01-14 | output/alsa: explicitly mention all snd_pcm_state() enums | Max Kellermann |
2017-01-12 | output/recorder: fix typo in variable name | Max Kellermann |
2017-01-11 | output/alsa: log DoP mode | Max Kellermann |
2017-01-11 | output/alsa: support DSD_U16 | Max Kellermann |
2017-01-11 | output/alsa: move code to PlayRaw() | Max Kellermann |
2017-01-11 | pcm/Export: add (dummy) method Cancel() | Max Kellermann |
2017-01-11 | output/Source: reset all filters in Cancel() | Max Kellermann |
2017-01-11 | output/Source: un-inline Cancel() | Max Kellermann |
2017-01-11 | pcm/Export: halve the sample rate for DoP | Max Kellermann |
2017-01-10 | pcm/Export: add CalcOutputSampleRate(), CalcInputSampleRate() | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2017-01-03 | output/Source: clear current_chunk in Close() | Max Kellermann |
2017-01-03 | thread/Mutex: remove ScopeLock, use std::lock_guard directly | Max Kellermann |
2016-12-29 | output/Internal: add various trivial getter methods | Max Kellermann |
2016-12-29 | output/State: add missing mutex lock | Max Kellermann |
2016-12-29 | output/Multiple: add missing mutex lock | Max Kellermann |
2016-12-29 | output/Internal: make the Mutex mutable | Max Kellermann |