aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmConvert.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_format: convert to C++Max Kellermann2013-08-031-71/+71
|
* pcm_buffer: convert to C++Max Kellermann2013-07-301-12/+8
|
* pcm_resample: convert to C++Max Kellermann2013-07-301-26/+18
|
* PcmConvert: don't memset() in the constructorMax Kellermann2013-07-301-4/+2
| | | | | This destroys data inside PcmDsd and other attributes. It was once necessary, but is not anymore.
* pcm_dsd: convert to C++Max Kellermann2013-07-291-7/+4
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-0/+326