Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | pcm/Traits: use 32 bit integer for S8 long_type | Max Kellermann | 2013-12-25 | 1 | -1/+1 |
| | | | | 16 bit is not enough for volume calculations. | ||||
* | pcm/Traits: include stddef.h for size_t | Max Kellermann | 2013-12-22 | 1 | -0/+1 |
| | |||||
* | pcm/Traits: add MIN and MAX | Max Kellermann | 2013-12-22 | 1 | -0/+22 |
| | | | | Move from PcmClamp(). | ||||
* | pcm/Traits: add typedef "sum_type" | Max Kellermann | 2013-12-02 | 1 | -0/+11 |
| | | | | | Allow 32 bit platforms to use 32 bit instead of 64 bit for summing 24 bit samples. | ||||
* | pcm/Traits: use int_leastX_t types | Max Kellermann | 2013-12-02 | 1 | -4/+4 |
| | |||||
* | pcm/Traits: add template specialization for FLOAT | Max Kellermann | 2013-12-02 | 1 | -0/+11 |
| | |||||
* | pcm/SampleTraits: use 64 bit for S24 long_type | Max Kellermann | 2013-12-01 | 1 | -1/+1 |
| | |||||
* | pcm/Traits: add typedef long_type | Max Kellermann | 2013-12-01 | 1 | -0/+13 |
| | |||||
* | pcm/Traits: add API documentation | Max Kellermann | 2013-12-01 | 1 | -0/+24 |
| | |||||
* | pcm/PcmFormat: move generic definitions to Traits.hxx | Max Kellermann | 2013-12-01 | 1 | -0/+71 |