- 04 Jan, 2017 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Problems found by "make distcheck".
-
Eugene Baklanov authored
Fix for the problem where order with priorities gets out of whack in case it's reordered by SetRandom() while another song is currently playing. What happens is, if some song is already playing and you have set some priorities before switching on the random mode, and then turn the mode on, the original code swaps position of the first song in the order (i.e., the highest priority song) with current, so that current is 0 (which it should be). The problem is, the "original" first song then goes to the place "current" song was after reordering, wherever that is, instead of going after the "current" song. This patch fixes the issue. Also the fix makes MoveOrder() public, because why shouldn't it be, anyway. It certainly makes more sense than just having SwapOrders() public for some reason. Signed-off-by: Eugene Baklanov <miltenfiremage@gmail.com>
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Jan, 2017 20 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Forward the configured ReplayGainMode to all outputs and decoders.
-
Max Kellermann authored
-
Max Kellermann authored
The CurlRequest gives us a more low-level API to CURL without the InputStream interface, integrated into our IOThread.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Simplifies the code and reduces the number of IOThread roundtrips.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes assert failure after unpausing.
-
Max Kellermann authored
-
Max Kellermann authored
Make sure this deprecated API is not used.
-
Max Kellermann authored
We need purely RAII-style, and this is std::lock_guard.
-
- 29 Dec, 2016 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduce overhead by eliminating MultipleOutputs::ResetReopen().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-