- 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
-
- 29 Jan, 2018 1 commit
-
-
Max Kellermann authored
Closes #208.
-
- 02 Jan, 2018 2 commits
-
-
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
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 1 commit
-
-
Max Kellermann authored
-
- 27 Dec, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 04 Sep, 2016 1 commit
-
-
Max Kellermann authored
-
- 04 Jul, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Jul, 2016 1 commit
-
-
Max Kellermann authored
For easier state management inside filter plugins.
-