summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-26lib/curl/Init: add `const` overloadsMax Kellermann
2020-03-26lib/curl/Init: add `noexcept`Max Kellermann
2020-03-25output/sles: use the AndroidMixerPluginThomas Guillem
2020-03-25mixer: add AndroidMixerPluginThomas Guillem
2020-03-25android: Context: add GetAudioManagerThomas Guillem
2020-03-25android: add AudioManagerThomas Guillem
2020-03-25android/Context: add `noexcept`Max Kellermann
2020-03-25java/Object: rename class Object to GlobalObjectMax Kellermann
2020-03-22Support RSS feeds with application/xml MIME-typekowalcj0
2020-03-19raise default "max_connections" value to 100Max Kellermann
2020-03-12playlist/asx: concatenate multiple CharacterData fragmentsMax Kellermann
2020-03-12playlist/asx: add State::TAGMax Kellermann
2020-03-12playlist/asx: use tag_table to convert element name to TagTypeMax Kellermann
2020-03-12playlist/xspf: concatenate multiple CharacterData fragmentsMax Kellermann
2020-03-12playlist/xspf: add State::TAGMax Kellermann
2020-03-11playlist/xspf: move location.empty() check to _start_element()Max Kellermann
2020-03-11playlist/xspf: use tag_table to convert element name to TagTypeMax Kellermann
2020-03-11playlist/xspf: use C++11 initializerMax Kellermann
2020-03-11tag/Mask: fix yet another typo, this time in Unset()Max Kellermann
2020-03-07archive/iso9660: skip empty filenamesMax Kellermann
2020-03-07archive/iso9660: use IsSpecialFilename()Max Kellermann
2020-03-07fs/Traits: add IsSpecialFilename()Max Kellermann
2020-02-29Adapt SolarisOutputPlugin.cxx to be usable on NetBSD.Thomas Klausner
2020-02-29Add missing header.Thomas Klausner
2020-02-25gme: check for empty metadata strings instead of nullptrJohn Regan
2020-02-10protocol/ArgParser: cast seek offset to SignedSongTimeMax Kellermann
2020-02-04decoder/ffmpeg: add two more missing commasMax Kellermann
2020-02-04add missing commaRosen Penev
2020-02-01decoder/{audio,snd}file: handle MIME type "audio/wav"Max Kellermann
2020-02-01FfmpegDecoderPlugin: add WAV supportRosen Penev
2020-01-31MadDecoderPlugin: fix bad printf formatRosen Penev
2020-01-25decoder/ogg: need to sync small files while looking for EOSMax Kellermann
2020-01-25lib/xiph/OggFind: add parameter "synced"Max Kellermann
2020-01-17config/File: allow overriding top-level settings in includesMax Kellermann
2020-01-12pulse: obey Pulse's maximum sample rate (fixes DSD128 playback)Max Kellermann
2019-12-31Clang: only use [[fallthrough]] in C++ filesJacob Vosmaer
2019-12-24time/ISO8601: fix Windows build failureMax Kellermann
2019-12-24Revert "lib/curl/Global: remove lower bound on timeouts"Max Kellermann
2019-12-24input/curl: remove unnecessary InvalidateSockets() callMax Kellermann
2019-12-24time/ISO8601: refactor ParseTimeOfDay() to parse one by oneMax Kellermann
2019-12-24time/ISO8601: move code to ParseTimeOfDay()Max Kellermann
2019-12-24util/Compiler.h: use `[[fallthrough]]` on clangMax Kellermann
2019-12-23util/Compiler.h: add gcc_fallthroughMax Kellermann
2019-12-23lib/curl/Global: remove InvalidateSockets() call from Remove()Max Kellermann
2019-12-23lib/curl/Global: remove lower bound on timeoutsMax Kellermann
2019-12-23lib/curl: drop support for CURL versions older than 7.32.0Max Kellermann
2019-12-23event/Loop: remove bogus assertionMax Kellermann
2019-12-23storage/curl: move start call out of the constructorMax Kellermann
2019-12-22event/MultiSocketMonitor: add workaround for /dev/nullMax Kellermann
2019-12-22event/MultiSocketMonitor: remove unnecessary `friend` declarationMax Kellermann