summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-12player/Thread: pause all outputs in single modeMax Kellermann
2018-05-07decoder/opus: add support for R128_ALBUM_GAIN tagMichal Koutenský
2018-05-07decoder/dsd: allow 4 MB ID3 tagsMax Kellermann
2018-05-03decoder/{dsdiff,dsf}: support more MIME typesMax Kellermann
2018-05-03{input,output}/alsa: work around -Wswitch due to SND_PCM_STATE_PRIVATE1Max Kellermann
2018-04-30SongFilter: fix "modified-since" filterMax Kellermann
2018-04-26db/proxy: implement the group_mask parameter in VisitUniqueTags()Max Kellermann
2018-04-26db/proxy: call mpd_search_cancel() after search errorMax Kellermann
2018-04-25lib/ffmpeg/Init: fix av_register_all() deprecation warningMax Kellermann
2018-04-25player/Thread: never reuse decoder when switching radio streamsMax Kellermann
2018-03-15pcm/PcmDop: round down to the nearest multiple of 4 DSD bytesMax Kellermann
2018-03-15pcm/PcmDop: use size_tMax Kellermann
2018-03-15input/thread: move code to Stop()Max Kellermann
2018-03-14input/thread: set InputStream::ready after Open() failureMax Kellermann
2018-03-04protocol/ArgParser: disallow negative seek timesMax Kellermann
2018-03-04Get rid of GCD on macOS which breaks debug buildsChristian Kröner
2018-02-24net/Init: work around -Werror=unused-variableMax Kellermann
2018-02-24storage/nfs: use PathTraitsFS::const_pointer_typeMax Kellermann
2018-02-24storage/nfs: assume UTF-8 when accessing NFS from WindowsMax Kellermann
2018-02-24Main: move WinSock initialization to class ScopeNetInitMax Kellermann
2018-02-24lib/nfs/FileReader: move sys/stat.h to header because "struct stat" may be macroMax Kellermann
2018-02-24lib/nfs/Connection: use winsock2.h instead of poll.h on WindowsMax Kellermann
2018-02-24Fix curl storage plugin failure if the authentication method is different tha...tpoeiras
2018-02-24playlist/cue/Parser: parse tags after "INDEX 01"Max Kellermann
2018-02-17decoder/flac: move the SubmitData() call out of the callbackMax Kellermann
2018-02-17decoder/flac: call FlacSubmitToClient() again after seekingMax Kellermann
2018-02-17decoder/flac: move code to FlacSubmitToClient()Max Kellermann
2018-02-17decoder/Bridge: truncate last chunk at the exact end_timeMax Kellermann
2018-02-17encoder/opus: initialize granulepos to 0cathugger
2018-02-10mixer/alsa: work around rounding error at volume 0Max Kellermann
2018-02-09lib/curl: remove .netrc support on AndroidMax Kellermann
2018-02-09python/build/libs.py: convert CURL edit to quilt patchMax Kellermann
2018-02-09input/file: don't use posix_fadvise() on AndroidMax Kellermann
2018-02-09SongSave, queue/PlaylistState, tag/ReplayGain: use portable atof() wrappersMax Kellermann
2018-02-09protocol/ArgParser: move strtof()/strtod() switch to util/NumberParser.hxxMax Kellermann
2018-02-09protocol/ArgParser: use strtod() instead of strtof() on AndroidMax Kellermann
2018-02-09filter/convert: set the PcmConvert instance only if it was initializedMax Kellermann
2018-02-09filter/convert: add method IsActive()Max Kellermann
2018-02-09pcm/Order: fix size calculation with 8 channelsMax Kellermann
2018-02-09db/update/Service: set the update thread nameMax Kellermann
2018-02-09thread/Util: implement system call wrapper for sched_setscheduler()Max Kellermann
2018-02-09thread/Util: rename ioprio_set() to linux_ioprio_set()Max Kellermann
2018-02-03archive/iso9660: libcdio 2.0 compatibilityMax Kellermann
2018-02-01db/update/Queue: work around GCC7 -WuninitializedMax Kellermann
2018-01-31lib/upnp/Init: enable IPv6Max Kellermann
2018-01-31lib/upnp/Init: use nullptr instead of 0Max Kellermann
2018-01-30output/pulse: fix crash during auto-detectionMax Kellermann
2018-01-23playlist/SoundCloud: fix -Wunused-lambda-captureMax Kellermann
2018-01-19db/simple/Mount: drop mount point prefix from LOCATE_TAG_BASE_TYPEMax Kellermann
2018-01-19SongFilter: allow copying itemsMax Kellermann