Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-13 | copyright year 2014 | Max Kellermann | |
2014-01-07 | pcm/Volume: use number of samples instead of end pointer | Max Kellermann | |
2013-12-28 | pcm/Volume: improved dithering | Max Kellermann | |
Instead of just adding a rectangular random value before shifting back to the normal scale, use the existing PcmDither library. | |||
2013-12-28 | pcm/Volume: remove optimized i386 assembly | Max Kellermann | |
This code is unable to dither. Until we implement that, let's remove the code for now. i386 isn't relevant anymore anyway. | |||
2013-12-23 | pcm/Volume: convert to class | Max Kellermann | |
Prepare for adding state. | |||
2013-12-23 | pcm/Volume: apply volume into destination buffer | Max Kellermann | |
2013-12-23 | pcm/Volume: convert i386 code to template specialization | Max Kellermann | |
2013-12-23 | pcm/Volume: move code to template pcm_volume_sample() | Max Kellermann | |
2013-12-23 | pcm/PcmVolume: rename to Volume.cxx | Max Kellermann | |