aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_export.h
Commit message (Collapse)AuthorAge
* output/{alsa,oss}: convert to C++Max Kellermann2013-01-29
|
* pcm_export: add _frame_size()Max Kellermann2012-04-23
| | | | Move code from the ALSA output plugin.
* pcm_export: implement 24 to 32 bit conversionMax Kellermann2012-03-27
| | | | For 32 bit DSD-over-USB support.
* pcm_export: support DSD to DSD-over-USB conversionMax Kellermann2012-03-27
| | | | Prepare for removing SAMPLE_FORMAT_DSD_OVER_USB.
* pcm_export: fix API documentationMax Kellermann2012-03-27
|
* pcm_export: add option "pack"Max Kellermann2012-03-22
| | | | | Converts padded 24 bit samples to packed 24 bit samples. Will replace the packed S24 sample format, which is not used internally.
* pcm_export: use the byte_reverse library directlyMax Kellermann2012-03-21
| | | | | Delete the now-unused pcm_byteswap library, and optimize the pcm_export_state object.
* output/{alsa,oss}: move endian code to new library pcm_exportMax Kellermann2012-03-21