aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmExport.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm/Order: new library to convert from FLAC to ALSA channel orderMax Kellermann2015-10-271-0/+9
| | | | | | | | | | | This new library is integrated in the PcmExport class and (if enabled) converts MPD's channel order (= FLAC channel order) to ALSA channel order. This fixes: http://bugs.musicpd.org/view.php?id=3147 and http://bugs.musicpd.org/view.php?id=3255
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* output/alsa, pcm: rename "DSD over USB" to "DoP"Max Kellermann2014-08-311-11/+11
| | | | | The standard has been renamed since the early draft that was implemented in MPD.
* PcmExport: add missing <iterator> includeMax Kellermann2014-08-131-0/+2
| | | | For the range-based loop on a ConstBuffer object.
* PcmDsdUsb: use class ConstBufferMax Kellermann2014-08-121-3/+3
|
* PcmExport: use class ConstBufferMax Kellermann2014-08-121-32/+21
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* *: use nullptr instead of NULLMax Kellermann2013-10-281-2/+2
|
* util/byte_reverse: convert to C++Max Kellermann2013-10-161-4/+1
|
* pcm_pack: convert to C++Max Kellermann2013-10-161-1/+1
|
* audio_format: convert to C++Max Kellermann2013-08-031-7/+7
|
* pcm_buffer: convert to C++Max Kellermann2013-07-301-7/+4
|
* pcm_dsd: convert to C++Max Kellermann2013-07-291-1/+1
|
* pcm_export: convert to C++Max Kellermann2013-04-091-0/+148