aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_export.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-29output/{alsa,oss}: convert to C++Max Kellermann1-0/+8
2012-04-23pcm_export: add _frame_size()Max Kellermann1-0/+8
Move code from the ALSA output plugin.
2012-03-27pcm_export: implement 24 to 32 bit conversionMax Kellermann1-1/+7
For 32 bit DSD-over-USB support.
2012-03-27pcm_export: support DSD to DSD-over-USB conversionMax Kellermann1-2/+33
Prepare for removing SAMPLE_FORMAT_DSD_OVER_USB.
2012-03-27pcm_export: fix API documentationMax Kellermann1-3/+3
2012-03-22pcm_export: add option "pack"Max Kellermann1-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-21pcm_export: use the byte_reverse library directlyMax Kellermann1-4/+4
Delete the now-unused pcm_byteswap library, and optimize the pcm_export_state object.
2012-03-21output/{alsa,oss}: move endian code to new library pcm_exportMax Kellermann1-0/+90