Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/osx: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -438/+0 |
| | |||||
* | fifo_buffer: move to util/ | Max Kellermann | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | OSX: Set mDataByteSize correctly on AudioBuffers during render. | Gregory Smith | 2012-10-02 | 1 | -3/+7 |
| | |||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2012-04-05 | 1 | -57/+37 |
| | | | | | | Conflicts: src/output/osx_plugin.c src/text_input_stream.c | ||||
* | Fix the build on OSX | Rich Healey | 2012-03-21 | 1 | -0/+1 |
| | |||||
* | output/osx: fix memory leak after AudioUnitSetProperty() failure | Max Kellermann | 2012-01-04 | 1 | -0/+1 |
| | |||||
* | output/osx: implement 32 bit playback | Max Kellermann | 2011-12-24 | 1 | -2/+6 |
| | |||||
* | output/osx: allocate the device in enable() | Max Kellermann | 2011-12-24 | 1 | -102/+116 |
| | | | | | Keep the device open as long as the output is enabled, but initialize it only when playback starts. | ||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-12-24 | 1 | -6/+3 |
| | |||||
* | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 2011-09-19 | 1 | -15/+22 |
| | | | | | | 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/+429 |