summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2017-01-11util/ReusableArray: add move constructor/operatorMax Kellermann
2017-01-11util/ReusableArray: use C++11 initializersMax Kellermann
2017-01-11pcm/Export: remove obsolete gcc warning suppressionMax Kellermann
2017-01-11pcm/Buffer: update API documentationMax 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-11filter/Internal: add method Reset()Max Kellermann
2017-01-11decoder/Bridge: call PcmConvert::Reset() after seekingMax Kellermann
2017-01-11pcm/Convert: add method Reset()Max Kellermann
2017-01-11pcm/Resampler: add method Reset()Max Kellermann
2017-01-11pcm/PcmDsd: move Dsd8To32() to Dsd32.cxxMax Kellermann
2017-01-11pcm/Export: halve the sample rate for DoPMax Kellermann
2017-01-11pcm/Export: DSD_U32 quarters the sample rateMax Kellermann
2017-01-10pcm/Export: add CalcOutputSampleRate(), CalcInputSampleRate()Max Kellermann
2017-01-10decoder/flac: add options "probesize" and "analyzeduration"Max Kellermann
2017-01-09input/curl: wake up client thread after seek to end of fileMax Kellermann
2017-01-08decoder/wavpack: fix crash bugMax Kellermann
2017-01-08storage/http: new storage pluginMax Kellermann
2017-01-08lib/curl/Request: move exception handling out of the WRITEFUNCTIONMax Kellermann
2017-01-08lib/curl/Request: move catch clause out of FinishHeadersMax Kellermann
2017-01-08lib/curl/Request: postpone the curl_easy_cleanup() callMax Kellermann
2017-01-08lib/curl/Request: allow Stop() to be called twiceMax Kellermann
2017-01-08lib/curl/Global: defer the ReadInfo() callMax Kellermann