index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-19
win32, ...: avoid including windows.h
Max Kellermann
2021-05-19
meson.build: disable Windows header features not needed by MPD
Max Kellermann
2021-05-19
meson.build: document Windows definitions
Max Kellermann
2021-05-19
output/wasapi: use "%lu" in log calls
Max Kellermann
2021-05-19
util/RuntimeError: disable -Wformat-security as a kludge
Max Kellermann
2021-05-18
command/PlaylistCommands: pass real_uri to LookupRemoteTag()
Max Kellermann
2021-05-18
command/file: cache the last "albumart" file
Max Kellermann
2021-05-18
input/LastInputStream: new class
Max Kellermann
2021-05-17
{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASIC
Max Kellermann
2021-05-17
python/build/libs.py: update OpenSSL to 3.0.0-alpha16
Max Kellermann
2021-05-17
python/build/libs.py: update FFmpeg to 4.4
Max Kellermann
2021-05-17
python/build/libs.py: update CURL to 7.76.1
Max Kellermann
2021-05-17
doc/meson.build: remove "upload" target
Max Kellermann
2021-05-11
python/build: update Boost URL and version
skidoo23
2021-04-28
.travis.yml: switch the OSX build to xcode11.6
Max Kellermann
2021-04-28
test/test_mixramp: workaround for -Wdouble-promotion
Max Kellermann
2021-04-27
.travis.yml: install standard Homebrew GTest formula
Max 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 Trusty
Max Kellermann
2021-04-27
.travis.yml: remove obsolete comment
Max Kellermann
2021-04-26
test/test_pcm_format: another workaround for -Wdouble-promotion
Max Kellermann
2021-04-26
test/test_pcm_format: work around -Wdouble-promotion
Max Kellermann
2021-04-26
output/jack: enable on Windows
Max Kellermann
2021-04-26
output/control: add missing nullptr checks
Max Kellermann
2021-04-15
Revert "tag/Pool: use strncmp() without strlen() to compare strings"
Max Kellermann
2021-04-07
python/build/boost.py: touch boost/version.hpp to avoid reinstalling all the ...
Max Kellermann
2021-03-13
gme: add support for rsn files
John Regan
2021-03-13
output/wasapi: use calculated new buffer instead old one
Shen-Ta Hsieh
2021-03-10
Added cross-origin header to http headers of the http output.
bitkeeper
2021-03-10
output/wasapi: implement Drain()
Max Kellermann
2021-03-10
output/wasapi: move the "is_started" flag to class WasapiOutputThread
Max Kellermann
2021-03-10
output/wasapi: eliminate `friend` declaration
Max Kellermann
2021-03-10
output/wasapi: implement Cancel() properly
Max Kellermann
2021-03-10
output/wasapi: add field `paused`
Max Kellermann
2021-03-10
output/wasapi: initialize is_started in Open()
Max Kellermann
2021-03-10
output/wasapi: move the thread->Play() call right before the consumed_size check
Max Kellermann
2021-03-10
output/wasapi: make device_config `const`
Max Kellermann
2021-03-10
output/wasapi: move runtime fields below configuration fields
Max Kellermann
2021-03-10
output/wasapi: make configuration fields `const`
Max Kellermann
2021-03-10
output/wasapi: stop the IAudioClient while paused
Max Kellermann
2021-03-10
output/wasapi: combine two `if` statements to one `switch`
Max Kellermann
2021-03-10
output/wasapi: add method WasapiOutputThread::InterruptWaiter()
Max Kellermann
2021-03-10
output/wasapi: remove the broken Delay() calculation code
Max Kellermann
2021-03-10
output/wasapi: rename OpenDevice() to ChooseDevice()
Max Kellermann
2021-03-10
output/wasapi: make `enumerator` a local variable
Max Kellermann
2021-03-08
output/wasapi: start after the buffer has been filled
Max Kellermann
2021-03-08
output/wasapi: move Start()/Stop() calls to WasapiOutputThread::Work()
Max Kellermann
2021-03-08
win32/HResult: support AUDCLNT_E_NOT_{INITIALIZED,STOPPED}
Max Kellermann
2021-03-08
win32/HResult: try to use FormatMessage()
Max Kellermann
2021-03-08
output/wasapi: check for exceptions after Wait()
Max Kellermann
[next]