- 26 Sep, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 31 Aug, 2014 1 commit
-
-
Max Kellermann authored
The standard has been renamed since the early draft that was implemented in MPD.
-
- 29 Aug, 2014 1 commit
-
-
Max Kellermann authored
Necessary for "final" on gcc 4.6.
-
- 26 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Aug, 2014 2 commits
-
-
Max Kellermann authored
Unused. Bit reversing is done in the decoder.
-
Max Kellermann authored
Obtained from the Mercurial repository at https://code.google.com/p/dsd2pcm/
-
- 16 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 13 Aug, 2014 1 commit
-
-
Max Kellermann authored
For the range-based loop on a ConstBuffer object.
-
- 12 Aug, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 19 Mar, 2014 1 commit
-
-
Max Kellermann authored
Convert to 31 bit first, then right-shift with rounding to 16 bit.
-
- 16 Mar, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Avoid multiplication. This is a speedup of 20%.
-
- 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
-
- 01 Mar, 2014 1 commit
-
-
Max Kellermann authored
-
- 06 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 21 Jan, 2014 1 commit
-
-
Chase Geigle authored
-
- 17 Jan, 2014 1 commit
-
-
Max Kellermann authored
Kludge to work around DSD playback failure because the ReplayGainFilterPlugin is always in the filter chain.
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 06 Jan, 2014 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Dec, 2013 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Use the existing PcmDither library.
-
Max Kellermann authored
Instead of just adding a rectangular random value before shifting back to the normal scale, use the existing PcmDither library.
-
Max Kellermann authored
-
Max Kellermann authored
This code is unable to dither. Until we implement that, let's remove the code for now. i386 isn't relevant anymore anyway.
-
- 25 Dec, 2013 1 commit
-
-
Max Kellermann authored
16 bit is not enough for volume calculations.
-
- 24 Dec, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
All callers need this shift, so let's move it to the basic method.
-