- 04 Nov, 2013 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes bogus test failures on Debian build machines due to rounding errors (hopefully).
-
Max Kellermann authored
Regression from previous commit. D'oh!
-
Max Kellermann authored
Use a std::list which can be appended at the end.
-
Max Kellermann authored
getnameinfo() doesn't work well - it always returns "localhost".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This prevented using the "volume_normalization" feature with some codecs (e.g. mp3), because the normalization code requires 16 bit samples. If the codec happens to deliver formats other than S16, the AutoConvert filter succeeds to initialize the conversion filter, but the returned input audio format was wrong.
-
Max Kellermann authored
-
- 30 Oct, 2013 31 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Skip the global destructors. We don't need them here - we bail out as quickly as we can.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes assertion failure.
-
Max Kellermann authored
-
Max Kellermann authored
mixramp_delay==nan() causes severe problems with cross-fading.
-
Max Kellermann authored
2 MB was too small for cross-fading a 24 bit file. Increasing to 4 MB is still not too large for weak machines, but is enough for cross-fading.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Without -Werror, clang will not fail on -ftree-vectorize.
-
Max Kellermann authored
-
Max Kellermann authored
Allows advanced compiler optimization.
-
Max Kellermann authored
Most importantly: always disable C++ exceptions. It was surprising to see MPD terminate due to an unexpected exception.
-
Max Kellermann authored
The last piece to allow -ffast-math.
-
Max Kellermann authored
-
Max Kellermann authored
Avoid NaN to allow -ffast-math.
-
Max Kellermann authored
Use a boolean flag instead.
-
Max Kellermann authored
Avoid NaN to allow -ffast-math.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Avoid NaN to allow -ffast-math.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes crash.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-