Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio_format: basic support for floating point samples | Max Kellermann | 2011-10-20 | 1 | -0/+3 |
| | | | | | Support for conversion from float to 16, 24 and 32 bit integer samples. | ||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-10-08 | 1 | -3/+6 |
| | |||||
* | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 2011-09-19 | 1 | -17/+24 |
| | | | | | | 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: rename plugin variables | Max Kellermann | 2011-09-17 | 1 | -1/+1 |
| | | | | Consistent naming. | ||||
* | 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/+683 |