- 30 Oct, 2013 11 commits
-
-
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
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Oct, 2013 9 commits
-
-
Max Kellermann authored
Restores the features from the previous draft commands "findin" / "searchin".
-
Max Kellermann authored
This reverts commit a577944a. Will be replaced by new options for the old commands "search" and "find".
-
Max Kellermann authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Max Kellermann authored
According to the protocol documentation, matching the file name was wrong. This removes some awkward special-case code.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Oct, 2013 17 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Merge lots of duplicate code.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
There hasn't been a maintainer for this plugin for years. It may even fail to build.
-
Max Kellermann authored
Fixes the OpenAL detection which was broken because enable_osx was uesd which was set later.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Share the Mutex between the DecoderThread and the PlayerThread. This simplifies synchronization between the two threads and fixes a freeze problem: while the PlayerThread waits for the DeocderThread, it cannot answer requests from the main thread, and the main thread will block until the DecoderThread finishes.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Oct, 2013 3 commits
-
-
Oddegamra authored
Some, or most, Win32 audio players will pass "icy-metadata:1" to streaming servers. MPD expects a space between ":" and "1" at this point, and thus does not send any stream metadata. This applies to foobar2k and Winamp, for example. According to forums.radiotoolbox.com/viewtopic.php?t=74 not having a space there is expected behavior, so maybe MPD could accept both forms to determine if metadata should be sent or not.
-
Max Kellermann authored
-
Max Kellermann authored
Implements Mantis ticket 3843.
-