- 04 Dec, 2016 5 commits
-
-
Max Kellermann authored
It's wrong to use std::system_category() for both GetLastError() and errno on Windows. Apparently, everybody uses std::generic_category() for errno values, which appears to be a safe choice. Some discussion on this confusing topic can be found here: https://stackoverflow.com/questions/28746372/system-error-categories-and-standard-system-error-codes
-
Max Kellermann authored
The Windows standard library emulates part of POSIX, which includes errno.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Dec, 2016 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Obsoletes the same variable from AudioConfig.cxx.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Remove dependency on ReplayGain global variables.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Nov, 2016 3 commits
-
-
-
Max Kellermann authored
Don't use the global variables in class DecoderBridge; instead, forward these values to the decoder thread via PlayerControl and DecoderControl.
-
Max Kellermann authored
-
- 24 Nov, 2016 14 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move code from ReplayGainConfig.cxx.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Declare two named elements. An enum should not be used as an array index, as this is error prone.
-
Max Kellermann authored
Eliminates Complete().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move code from replay_gain_get_real_mode().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Nov, 2016 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-