- 12 Aug, 2014 1 commit
-
-
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 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
All callers need this shift, so let's move it to the basic method.
-
Max Kellermann authored
-
- 23 Dec, 2013 6 commits
-
-
Max Kellermann authored
Prepare for adding state.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Rename pcm_convert_domain to pcm_domain. Move it out so we can use it without depending on the whole PcmConvert library.
-
- 22 Dec, 2013 4 commits
-
-
Max Kellermann authored
Use the SampleTraits template and let the compiler generate a special case for S32 instead of reusing S24_P32.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move from PcmClamp().
-