- 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 Oct, 2018 1 commit
-
-
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.
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 15 Mar, 2014 1 commit
-
-
Max Kellermann authored
This is nearly 4 times faster than the "portable" algorithm.
-
- 14 Mar, 2014 5 commits
-
-
Max Kellermann authored
The previous commit eliminated the need for that.
-
Max Kellermann authored
.. instead of reusing FloatToInteger<S24> and converting from S24 to S32 in-place.
-
Max Kellermann authored
Refactor the conversion functions to classes and pass an instance to the new function AllocateConvert().
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 06 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 02 Dec, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 30 Nov, 2013 1 commit
-
-
Max Kellermann authored
The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries.
-
- 30 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 28 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 15 Oct, 2013 1 commit
-
-
Max Kellermann authored
Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily.
-
- 03 Aug, 2013 1 commit
-
-
Max Kellermann authored
-
- 30 Jul, 2013 1 commit
-
-
Max Kellermann authored
-
- 08 Apr, 2013 1 commit
-
-
Max Kellermann authored
-
- 01 Feb, 2013 1 commit
-
-
Max Kellermann authored
-
- 31 Jan, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Mar, 2012 1 commit
-
-
Max Kellermann authored
DSD-over-USB should not be a MPD core format, because it is not a "natural" format; it is just a temnporary over-the-wire format. This format has been implemented in pcm_export, and does not need to be supported by pcm_convert.
-
- 21 Mar, 2012 3 commits
-
-
Max Kellermann authored
For simplicity, the MPD core should not have to deal with packing. It is rarely used, and those plugins that need it should use the pcm_export library instead.
-
Max Kellermann authored
Eliminate support for reverse endian samples from the MPD core. This moves a lot of complexity to the plugins that really need it (only ALSA and CDIO currently).
-
Max Kellermann authored
This format is unused since the DSDIFF decoder plugin now reverses the bit order.
-
- 19 Mar, 2012 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2012 1 commit
-
-
Max Kellermann authored
Basic support for Direct Stream Digital. No conversion yet, and no decoder/output plugin support.
-
- 20 Oct, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Support for conversion from float to 16, 24 and 32 bit integer samples.
-