summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-19Code deduplication: move mod_loadfile() into ModCommon.cxxGrimReaperFloof
2021-05-19Merge branch 'npu' of git://github.com/neheb/MPDMax Kellermann
2021-05-19Merge branch 'flac-ogg' of git://github.com/jprjr/VGMPDMax Kellermann
2021-05-19Merge branch 'v0.22.x'Max Kellermann
2021-05-19db/proxy: split search into chunks to avoid exceeding the output bufferMax Kellermann
2021-05-19db/proxy: send "window" as separate parameter to SendConstraints()Max Kellermann
2021-05-19db/proxy: require libmpdclient 2.11 or laterMax Kellermann
2021-05-19doc/plugins.rst: mention the minimum MPD versionMax Kellermann
2021-05-19doc/plugins.rst: add libmpdclient website linkMax Kellermann
2021-05-19db/proxy: require MPD 0.20 or laterMax Kellermann
2021-05-18command/PlaylistCommands: pass real_uri to LookupRemoteTag()Max Kellermann
2021-05-18command/file: cache the last "albumart" fileMax Kellermann
2021-05-18input/LastInputStream: new classMax Kellermann
2021-05-17Merge branch 'v0.22.x'Max Kellermann
2021-05-17{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASICMax Kellermann
2021-05-17python/build/libs.py: update OpenSSL to 3.0.0-alpha16Max Kellermann
2021-05-17python/build/libs.py: update FFmpeg to 4.4Max Kellermann
2021-05-17python/build/libs.py: update CURL to 7.76.1Max Kellermann
2021-05-17doc/meson.build: remove "upload" targetMax Kellermann
2021-05-15flac encoder: enable Ogg FLAC and Ogg chainingJohn Regan
2021-05-11doc/conf.py: Copyright 2021Max Kellermann
2021-05-11doc/conf.py: move "~git" suffix to releaseMax Kellermann
2021-05-11doc/conf.py: update version number to 0.23~gitMax Kellermann
2021-05-11python/build: update Boost URL and versionskidoo23
2021-05-07Add resampling mode setting to modplug decoderGrimReaperFloof
2021-04-28.travis.yml: switch the OSX build to xcode11.6Max Kellermann
2021-04-28test/test_mixramp: workaround for -Wdouble-promotionMax Kellermann
2021-04-27.travis.yml: install standard Homebrew GTest formulaMax Kellermann
2021-04-27.travis.yml: switch from Ubuntu Bionic to Ubuntu Focal (20.04)Max Kellermann
2021-04-27.travis.yml: switch to ppa:ricotz/toolchain for ninja 1.8 on Ubuntu TrustyMax Kellermann
2021-04-27.travis.yml: remove obsolete commentMax Kellermann
2021-04-26test/test_pcm_format: another workaround for -Wdouble-promotionMax Kellermann
2021-04-26test/test_pcm_format: work around -Wdouble-promotionMax Kellermann
2021-04-26output/jack: enable on WindowsMax Kellermann
2021-04-26output/control: add missing nullptr checksMax Kellermann
2021-04-20pcm/Volume: drop support for GCC older than 8Max Kellermann
2021-04-20util/BindMethod: drop support for GCC older than 7Max Kellermann
2021-04-15Revert "tag/Pool: use strncmp() without strlen() to compare strings"Max Kellermann
2021-04-07python/build/boost.py: touch boost/version.hpp to avoid reinstalling all the ...Max Kellermann
2021-04-06use [[gnu::pure]] instead of gcc_pureMax Kellermann
2021-04-06util/AllocatedString: add concatenating constructorMax Kellermann
2021-04-06util/AllocatedArray: include cleanupMax Kellermann
2021-04-06net/SocketError: use `constexpr`Max Kellermann
2021-04-06net/SocketError: use `auto`Max Kellermann
2021-04-06net/SocketError: change "const" to "pure"Max Kellermann
2021-04-06util/StringBuffer: make capacity() staticMax Kellermann
2021-04-06util/DereferenceIterator: simplify operator->()Max Kellermann
2021-04-06util/DereferenceIterator: fix static_cast in operator->()Max Kellermann
2021-04-06Java/Exception: simplify RethrowException()Max Kellermann
2021-04-06java/File: add non-static GetAbsolutePath() overloadMax Kellermann