summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-19release v0.22.7v0.22.7Max Kellermann
2021-05-19CommandLine: update copyright year in --version outputMax Kellermann
2021-05-19client/Response, command/file: use %lu instead of %zu on WindowsMax Kellermann
2021-05-19meson.build: define NOUSER on Windows for lighter windows.hMax Kellermann
2021-05-19win32/HResult: un-inline HRESULTToString() to reduce header dependenciesMax Kellermann
2021-05-19fs/Glob: un-inline the Windows version to reduce header dependenciesMax Kellermann
2021-05-19fs/Glob: use defaulted move constructorMax Kellermann
2021-05-19fs/Glob: remove redundant #ifdefsMax Kellermann
2021-05-19win32, ...: avoid including windows.hMax Kellermann
2021-05-19meson.build: disable Windows header features not needed by MPDMax Kellermann
2021-05-19meson.build: document Windows definitionsMax Kellermann
2021-05-19output/wasapi: use "%lu" in log callsMax Kellermann
2021-05-19util/RuntimeError: disable -Wformat-security as a kludgeMax 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-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-11python/build: update Boost URL and versionskidoo23
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-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-03-13gme: add support for rsn filesJohn Regan
2021-03-13output/wasapi: use calculated new buffer instead old oneShen-Ta Hsieh
2021-03-10Added cross-origin header to http headers of the http output.bitkeeper
2021-03-10output/wasapi: implement Drain()Max Kellermann
2021-03-10output/wasapi: move the "is_started" flag to class WasapiOutputThreadMax Kellermann
2021-03-10output/wasapi: eliminate `friend` declarationMax Kellermann
2021-03-10output/wasapi: implement Cancel() properlyMax Kellermann
2021-03-10output/wasapi: add field `paused`Max Kellermann
2021-03-10output/wasapi: initialize is_started in Open()Max Kellermann
2021-03-10output/wasapi: move the thread->Play() call right before the consumed_size checkMax Kellermann
2021-03-10output/wasapi: make device_config `const`Max Kellermann
2021-03-10output/wasapi: move runtime fields below configuration fieldsMax Kellermann
2021-03-10output/wasapi: make configuration fields `const`Max Kellermann
2021-03-10output/wasapi: stop the IAudioClient while pausedMax Kellermann
2021-03-10output/wasapi: combine two `if` statements to one `switch`Max Kellermann
2021-03-10output/wasapi: add method WasapiOutputThread::InterruptWaiter()Max Kellermann