aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmConvert.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm_pack: convert to C++Max Kellermann2013-10-161-1/+0
|
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
|
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-50/+54
| | | | Replaces GLib's GError.
* 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