Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-31 | output/alsa, pcm: rename "DSD over USB" to "DoP" | Max Kellermann | 1 | -7/+7 | |
The standard has been renamed since the early draft that was implemented in MPD. | |||||
2014-08-26 | PcmExport: remove obsolete API documentation | Max Kellermann | 1 | -2/+1 | |
2014-08-12 | PcmExport: use class ConstBuffer | Max Kellermann | 1 | -4/+2 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -6/+6 | |
2013-07-30 | pcm_buffer: convert to C++ | Max Kellermann | 1 | -16/+4 | |
2013-04-09 | pcm_export: convert to C++ | Max Kellermann | 1 | -66/+50 | |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -0/+0 | |
2013-01-29 | output/{alsa,oss}: convert to C++ | Max Kellermann | 1 | -0/+8 | |
2012-04-23 | pcm_export: add _frame_size() | Max Kellermann | 1 | -0/+8 | |
Move code from the ALSA output plugin. | |||||
2012-03-27 | pcm_export: implement 24 to 32 bit conversion | Max Kellermann | 1 | -1/+7 | |
For 32 bit DSD-over-USB support. | |||||
2012-03-27 | pcm_export: support DSD to DSD-over-USB conversion | Max Kellermann | 1 | -2/+33 | |
Prepare for removing SAMPLE_FORMAT_DSD_OVER_USB. | |||||
2012-03-27 | pcm_export: fix API documentation | Max Kellermann | 1 | -3/+3 | |
2012-03-22 | pcm_export: add option "pack" | Max Kellermann | 1 | -1/+13 | |
Converts padded 24 bit samples to packed 24 bit samples. Will replace the packed S24 sample format, which is not used internally. | |||||
2012-03-21 | pcm_export: use the byte_reverse library directly | Max Kellermann | 1 | -4/+4 | |
Delete the now-unused pcm_byteswap library, and optimize the pcm_export_state object. | |||||
2012-03-21 | output/{alsa,oss}: move endian code to new library pcm_export | Max Kellermann | 1 | -0/+90 | |