Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/oss: remember the real OSS format | Max Kellermann | 2012-03-22 | 1 | -5/+13 |
| | | | | | Improving oss_reopen() by using the very same value that was used initially. | ||||
* | output/oss: move code to oss_probe_sample_format() | Max Kellermann | 2012-03-21 | 1 | -34/+59 |
| | |||||
* | output/{alsa,oss}: move endian code to new library pcm_export | Max Kellermann | 2012-03-21 | 1 | -30/+13 |
| | |||||
* | output/oss: always receive host byte order samples | Max Kellermann | 2012-03-21 | 1 | -7/+68 |
| | | | | Don't use audio_format.reverse_endian. | ||||
* | audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRST | Max Kellermann | 2012-03-21 | 1 | -1/+0 |
| | | | | | This format is unused since the DSDIFF decoder plugin now reverses the bit order. | ||||
* | audio_format: basic support for DSD-over-USB | Max Kellermann | 2012-03-19 | 1 | -0/+1 |
| | |||||
* | use g_strerror() instead of strerror() | Max Kellermann | 2012-03-06 | 1 | -5/+5 |
| | | | | Make sure we get a UTF-8 encoded string. | ||||
* | audio_format: add DSD sample format | Max Kellermann | 2012-03-01 | 1 | -0/+2 |
| | | | | | Basic support for Direct Stream Digital. No conversion yet, and no decoder/output plugin support. | ||||
* | audio_format: basic support for floating point samples | Max Kellermann | 2011-10-20 | 1 | -0/+1 |
| | | | | | Support for conversion from float to 16, 24 and 32 bit integer samples. | ||||
* | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 2011-09-19 | 1 | -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 header | Max Kellermann | 2011-09-17 | 1 | -0/+1 |
| | | | | | Move the "extern" declarations from output_list.c, for more type safety. | ||||
* | output: rename plugin source files | Max Kellermann | 2011-09-17 | 1 | -0/+684 |