aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/oss_output_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_format: basic support for DSD-over-USBMax Kellermann2012-03-191-0/+1
|
* use g_strerror() instead of strerror()Max Kellermann2012-03-061-5/+5
| | | | Make sure we get a UTF-8 encoded string.
* audio_format: add DSD sample formatMax Kellermann2012-03-011-0/+2
| | | | | Basic support for Direct Stream Digital. No conversion yet, and no decoder/output plugin support.
* audio_format: basic support for floating point samplesMax Kellermann2011-10-201-0/+1
| | | | | Support for conversion from float to 16, 24 and 32 bit integer samples.
* output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-191-17/+32
| | | | | | Pass audio_output objects around instead of void pointers. This will give some more control to the plugin, and prepares for non-blocking audio outputs.
* output: per-plugin headerMax Kellermann2011-09-171-0/+1
| | | | | Move the "extern" declarations from output_list.c, for more type safety.
* output: rename plugin source filesMax Kellermann2011-09-171-0/+684