summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-01lib/nfs/Connection: detect socket hangup and unregister from epollMax Kellermann
2017-02-01lib/nfs/Connection: detect libnfs reconnectMax Kellermann
2017-02-01output/sndio: work around a libroar C++ incompatibilityMax Kellermann
2017-01-31Correct method types to match Interface.hxxThomas Zander
2017-01-31free() require cstdlib to be includedThomas Zander
2017-01-27pcm/SampleFormat: workaround for GCC 4.9 "constexpr" bugMax Kellermann
2017-01-25input/alsa: use snd_pcm_?w_params_alloca()Max 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-23lib/upnp/Util: pass single delimiter character to stringToTokens()Max Kellermann
2017-01-23lib/upnp/Util: remove parameter "skipinit", always trueMax Kellermann
2017-01-23lib/upnp/WorkQueue: fix race conditionMax Kellermann
2017-01-23lib/upnp: fix bad std::chrono castMax Kellermann
2017-01-23db/simple: drop redundant "virtual"Max Kellermann
2017-01-23db/proxy: drop redundant "virtual"Max Kellermann
2017-01-23db/proxy: make connect errors during startup non-fatalMax Kellermann
2017-01-23db/proxy: improve Connect() error messageMax Kellermann
2017-01-23Main, db/Glue: improve error messagesMax Kellermann
2017-01-23lib/upnp/WorkQueue: disallow copyingMax Kellermann
2017-01-23lib/upnp/WorkQueue: make constructor explicitMax Kellermann
2017-01-23lib/upnp/WorkQueue: use C++11 initializersMax Kellermann
2017-01-23db/proxy: make the base class of LibmpdclientError publicMax Kellermann
2017-01-23output/Source: reset the ReplayGain serials ion OpenFilter()Max Kellermann
2017-01-20playlist/SoundCloud: eliminate unnecessary casted variableMax Kellermann
2017-01-20pcm/Traits: add "SILENCE" attributeMax Kellermann
2017-01-20pcm/Traits: add specialization for SampleFormat::DSDMax Kellermann
2017-01-19pcm/PcmChannels: silence surround channels when converting from stereoMax Kellermann
2017-01-18DetachedSong: use C++11 initializersMax Kellermann
2017-01-17pcm/SampleFormat: make the two inline functions "constexpr"Max Kellermann
2017-01-17AudioFormat: update ToString() API documentatioMax Kellermann
2017-01-17Audio{Format,Parser}: use shortcuts such as "dsd64" in log messagesMax Kellermann
2017-01-17AudioFormat: replace struct audio_format_string with class StringBuffer, retu...Max Kellermann
2017-01-17util/StringBuffer: new utility classMax Kellermann
2017-01-17AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxxMax Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-16PlaylistFile: "playlistadd" creates new playlist if it does not exist, as doc...Max Kellermann
2017-01-16CommandLine: update copyright yearMax 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-15lib/nfs: add more API documentationMax Kellermann
2017-01-15DetachedSong: compare start_time and end_time in IsSame()Max Kellermann
2017-01-14input/alsa: set period_size=buffer_size/4Max Kellermann
2017-01-14input/alsa: remove the start_threshold settingMax Kellermann
2017-01-14input/alsa: dump buffer/period sizesMax Kellermann
2017-01-14input/alsa: enable non-blocking modeSteven O'Brien
2017-01-14input/alsa: handle EAGAINSteven O'Brien
2017-01-14input/alsa: call snd_pcm_start() after snd_pcm_prepare()Max Kellermann