Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PcmResampleLibsamplerate: clip 24 bit data | Max Kellermann | 2013-11-22 | 1 | -2/+13 |
| | | | | | | Using pcm_resample_lsr_32() for 24 bit samples works, but may cause 24 bit overflows. This commit makes 24 bit a special case with explicit clipping. | ||||
* | PcmResample: un-inline Resample24() | Max Kellermann | 2013-11-22 | 1 | -0/+12 |
| | |||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+2 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -6/+6 |
| | | | | Replaces GLib's GError. | ||||
* | pcm_buffer: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -4/+0 |
| | |||||
* | pcm_resample: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -0/+153 |