aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmResampleInternal.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PcmResampleLibsamplerate: clip 24 bit dataMax Kellermann2013-11-221-0/+9
| | | | | | 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.
* util/Error: new error passing libraryMax Kellermann2013-09-041-4/+4
| | | | Replaces GLib's GError.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
|
* pcm_buffer: convert to C++Max Kellermann2013-07-301-6/+0
|
* pcm_resample: convert to C++Max Kellermann2013-07-301-0/+97