- 08 Sep, 2016 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare full C++ exception support in the decoder thread.
-
Max Kellermann authored
Prepare full C++ exception support in the player thread.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The C++ compiler will auto-generate move and copy constructors/operators for us.
-
- 05 Sep, 2016 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Failure must be indicated by returning false.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Sep, 2016 16 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduce header clutter.
-
Max Kellermann authored
Now that CloseFilter() may be called again, we can reduce code duplication.
-
Max Kellermann authored
This allows calling CloseFilter() multiple times.
-
Max Kellermann authored
With the configuration "replay_gain_handler none", the Filter pointers are never initialized, which can crash MPD. https://bugs.musicpd.org/view.php?id=4571
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to add more modes.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The "packed" attribute triggers a clang 4.0 warning, and it's not necessary. All we want is correct allocation of this dynamically-sized struct.
-
- 27 Aug, 2016 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Aug, 2016 5 commits
-
-
Max Kellermann authored
release v0.19.19
-
Max Kellermann authored
-
Thomas Klausner authored
-
Max Kellermann authored
This function exists since FFmpeg 3.1. Fix a build failure with FFmpeg 3.0.
-
Earnestly authored
Currently the switch statement is invalidated by ss.format being overwritten with the default value of PA_SIMPLE_S16NE which results in white noise during playback as my server is expected S16LE (S16NE). Signed-off-by:
Earnestly <zibeon@gmail.com>
-