summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-12-21util/WStringAPI: fix indentMax Kellermann
2017-12-21correct action for compile on Solaris 11.3 X86Ilya ilyxa Tyshchenko
2017-12-21command/Error: translate std::{length_error,out_of_range} to ACK_ERROR_ARGMax Kellermann
2017-12-21storage/State: use std::set instead of sorting a std::listMax Kellermann
2017-12-21db/simple: fix file corruption in the presence of mount pointsMax Kellermann
2017-12-18Save and restore mountpoints within the state file.FlashSystems
2017-12-18Fix `lsinfo` and `add` for mounted databases.FlashSystems
2017-12-18rounds alsa HW mixer volume towards ±∞ depending on sgn(∆ vol)Stefano Miccoli
2017-12-12OSXOutputPlugin: set the buffer time to be 100msYue Wang
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-12-12android/build.py: support NDK r16Max Kellermann
2017-12-11lib/upnp: use include path without upnp/ prefix and honor pkg-config CFLAGSUwe Kleine-König
2017-12-03Removing gcc_malloc attribute from `Directory::CreateChild` to fixFlashSystems
2017-12-03MusicChunk: add magic value IGNORE_REPLAY_GAINMax Kellermann
2017-12-03MusicChunk: initialize replay_gain_serial on demandMax Kellermann
2017-12-03player/Thread: initialize MusicChunk::bit_rate in SendSilence()Max Kellermann
2017-12-02queue/PlaylistEdit: shuffle appended songs only within its priority groupMax Kellermann
2017-12-02queue/PlaylistControl: don't skip highest priority song on "play"Max Kellermann
2017-12-02lib/upnp/Compat: disable the 1.8 API emulation with libupnp 1.6.24Max Kellermann
2017-11-27Fix for "Mount-Points are purged from database on update/rescan."FlashSystems
2017-11-16lib/upnp: adapt to libupnp 1.8 API changesMax Kellermann
2017-11-16lib/upnp/Callback: make "evp" parameter constMax Kellermann
2017-11-16lib/upnp/Discovery: make Upnp_Discovery pointers constMax Kellermann
2017-11-14playlist/PlaylistRegistry: use LockRewind() instead of Rewind()Max Kellermann
2017-11-14output/httpd: flush encoder after tagMax Kellermann
2017-11-14encoder/vorbis: default to quality 3Max Kellermann
2017-11-13input/{cdio,ffmpeg,file,smbclient}: unlock the mutex during blocking I/OMax Kellermann
2017-11-13input/smbclient: use std::lock_guardMax Kellermann
2017-11-12decoder/ffmpeg, test/test_protocol: catch exceptions by referenceMax Kellermann
2017-11-05output/Thread: ensure pending tags are flushed in all casescathugger
2017-11-03decoder/vorbis: scale and clip tremor-decoded samples to 15 bitsMarcin Jurkowski
2017-10-25player/Thread: log message when decoder is too slowMax Kellermann
2017-10-24input/curl: call StartRequest() after setting CURLOPT_RANGEMax Kellermann
2017-10-24input/curl: move code to StartRequest()Max Kellermann
2017-10-24input/curl: move the range buffer to the stackMax Kellermann
2017-10-18Playlist{File,Save}: always use UTF-8 in playlists on WindowsMax Kellermann
2017-10-18PlaylistSave: move code to playlist_print_path()Max Kellermann
2017-10-18queue/Playlist: call MoveOrderToCurrent() in SeekSongOrder() on song changeMax Kellermann
2017-10-18queue/PlaylistControl: keep order list consistency in MoveOrderToCurrent()Max Kellermann