- 19 Nov, 2018 1 commit
-
-
Max Kellermann authored
Since we switched from autotools to Meson in commit 94592c14, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints.
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 14 Oct, 2018 1 commit
-
-
Max Kellermann authored
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
-
- 20 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 18 Aug, 2018 1 commit
-
-
Max Kellermann authored
Eliminate a use of GetGlobalConfig().
-
- 17 Jul, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This fixes an old bug which caused the "unused" warnings to be unreliable; only the first block in the list was marked as being "used", no matter if it was really used, and the rest was never marked as "used", suppressing all warnings for them.
-
- 16 Jul, 2018 1 commit
-
-
Max Kellermann authored
-
- 09 Feb, 2018 2 commits
-
-
Max Kellermann authored
Fixes valgrind warning.
-
Max Kellermann authored
-
- 29 Jan, 2018 3 commits
-
-
Max Kellermann authored
Fixes another part of #208, the one which caused the bogus exception.
-
Max Kellermann authored
-
Max Kellermann authored
Closes #208.
-
- 02 Jan, 2018 6 commits
-
-
Max Kellermann authored
Wired to Filter::Flush(). Closes #153
-
Max Kellermann authored
This will be used by filters which have internal buffers which need to be flushed at the end, e.g. the "soxr" resampler.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Wohooooo, the method Filter::Reset() has been broken because no implementation of it has ever been called for a loooong time. And nobody ever noticed it. WTF.
-
- 01 Jan, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 27 Dec, 2017 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Thsi filter doesn't make sense as manually configured plugin, because nobody ever calls volume_filter_set() on it, making it a no-op.
-
Max Kellermann authored
These are not in filter_plugins[] and have dedicated constructors anyway.
-
- 19 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 07 Aug, 2017 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Circumvent filter_new() with a fake ConfigBlock.
-
- 05 Jul, 2017 1 commit
-
-
Max Kellermann authored
-
- 08 Jun, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 17 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 11 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 06 Jan, 2017 4 commits
-
-
Max Kellermann authored
Not used. Force implementations to initialize out_audio_format.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-