Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | pcm/PcmMix: improved dithering | Max Kellermann | 2013-12-28 | 1 | -17/+28 |
| | | | | Use the existing PcmDither library. | ||||
* | pcm/PcmVolume: rename to Volume.cxx | Max Kellermann | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | pcm/Volume: make PCM_VOLUME_1 a "constexpr" | Max Kellermann | 2013-12-22 | 1 | -6/+5 |
| | |||||
* | util/Clamp: generic Clamp() function | Max Kellermann | 2013-12-22 | 1 | -1/+2 |
| | |||||
* | pcm/Traits: add typedef "sum_type" | Max Kellermann | 2013-12-02 | 1 | -1/+1 |
| | | | | | Allow 32 bit platforms to use 32 bit instead of 64 bit for summing 24 bit samples. | ||||
* | pcm/PcmUtils: use the SampleTraits library | Max Kellermann | 2013-12-02 | 1 | -6/+2 |
| | |||||
* | pcm/PcmMix: use the SampleTraits library for MixRamp | Max Kellermann | 2013-12-01 | 1 | -15/+22 |
| | |||||
* | pcm/PcmMix: use the SampleTraits library | Max Kellermann | 2013-12-01 | 1 | -21/+29 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -0/+1 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | PcmMix: use negative value instead of NaN for addition | Max Kellermann | 2013-10-30 | 1 | -2/+2 |
| | | | | Avoid NaN to allow -ffast-math. | ||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -18/+18 |
| | |||||
* | gcc.h: add macro gcc_unreachable() | Max Kellermann | 2013-08-03 | 1 | -4/+2 |
| | |||||
* | pcm_*: move to src/pcm/ | Max Kellermann | 2013-04-09 | 1 | -0/+211 |