- 04 Sep, 2016 14 commits
-
-
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 12 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>
-
Max Kellermann authored
These bug reports describe problems with some FFmpeg codecs: https://bugs.musicpd.org/view.php?id=4564 https://bugs.musicpd.org/view.php?id=4568 https://bugs.musicpd.org/view.php?id=4572 According to the FFmpeg bug tracker, a call to avcodec_parameters_to_context() is required after avcodec_alloc_context3(): https://trac.ffmpeg.org/ticket/5781 This requirement was previously undocumented.
-
Max Kellermann authored
Check {GCC,CLANG}_VERSION==0 or >0 instead of using defined(), which may render undefined behavior.
-
Max Kellermann authored
-
Max Kellermann authored
GCC_VERSION>0 implies defined(__GNUC__).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Aug, 2016 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Aug, 2016 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-