summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-20doc/user: mention which commands are available with playlist pluginsMax Kellermann
2017-01-20doc/user: document effect of http_proxy envvar on curl pluginFlorian Schlichting
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-17doc/protocol: refer to user manual for status/audioMax Kellermann
2017-01-17doc/user: document the "dsd" sample formatMax Kellermann
2017-01-17doc/user: add <replaceable> elementMax 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-17test: add AudioFormat unit testMax Kellermann
2017-01-17Makefile.am: move AudioFormat.cxx to libpcm.aMax Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-17Makefile.am: fix linking xiph with oggJörg Krause
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-16configure.ac: prepare for 0.20.3Max Kellermann
2017-01-15release v0.20.2v0.20.2Max 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
2017-01-14input/alsa: improve logging in Recover()Max Kellermann
2017-01-14input/alsa: check snd_pcm_state() in Recover()Max Kellermann
2017-01-14output/alsa: explicitly mention all snd_pcm_state() enumsMax Kellermann
2017-01-13input/alsa: make two attributes "const"Max Kellermann
2017-01-13input/alsa: clear sockets from within IOThreadMax 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-11pcm/export: support DSD_U16Max Kellermann
2017-01-11pcm/Dsd32: include cleanupMax Kellermann
2017-01-11test/test_pcm: fix the DSD_U32 byte orderMax Kellermann
2017-01-11pcm/Dsd32: fix the byte orderMax Kellermann
2017-01-11pcm/Export: convert to class, make members privateMax Kellermann
2017-01-11pcm/dop: remove unnecessary assertionsMax Kellermann
2017-01-11output/alsa: move code to PlayRaw()Max Kellermann
2017-01-11util/ReusableArray: add method GetCapacity()Max Kellermann