summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-01-19SongFilter: use std::string instead of AllocatedStringMax Kellermann
2018-01-19lib/icu/Compare: allow copyingMax Kellermann
2018-01-19util/RefCount, db/simple/Mount: remove obsolete libc++ workaroundsMax Kellermann
2018-01-08event/Loop: use std::atomic_bool for the "quit" variableMax Kellermann
2018-01-08thread/Thread: add debug attribute "inside_handle"Max Kellermann
2018-01-08thread/Thread: make IsInside() debug-onlyMax Kellermann
2018-01-08thread/Thread: fix indentMax Kellermann
2018-01-07thread/{Thread,Id}: use defaul-initialized pthread_t as "undefined" valueMax Kellermann
2018-01-07thread/Thread: use BoundMethodMax Kellermann
2018-01-07thread/Thread: move code to Run()Max Kellermann
2018-01-07MusicPipe: lock the mutex in Peek() and GetSize()Max Kellermann
2018-01-05queue/PlaylistControl: fix crash after seek failureMax Kellermann
2018-01-05output/haiku: remove unimplemented Cancel() methodMax Kellermann
2018-01-04thread/Util: no ioprio_set() on Android due to seccomp/SIGSYSMax Kellermann
2018-01-02filter/Observer: pass Reset() to underlying FilterMax Kellermann
2018-01-02pcm/SoxrResampler: implement method Reset()Max Kellermann
2018-01-02storage/State: check if a CompositeStorage exists; fixes nullptr dereferenceMax Kellermann
2018-01-02storage/State: make mount errors non-fatalMax Kellermann
2018-01-02storage/State: fix memory leak after database mount failureMax Kellermann
2018-01-02storage/State: remove useless #ifdef ENABLE_DATABASEMax Kellermann
2017-12-26input/curl: add missing mutex locks to OnEnd(), OnError()Max Kellermann
2017-12-23pcm/SampleFormat: remove wrong "malloc" attributeMax Kellermann
2017-12-22archive/{iso9660,zzip}: unlock the mutex during I/OMax Kellermann
2017-12-22archive/bz2: unlock the archive mutex and lock the file mutexMax Kellermann