aboutsummaryrefslogtreecommitdiff
path: root/src/output/osx_output_plugin.c
Commit message (Collapse)AuthorAge
* fifo_buffer: move to util/Max Kellermann2013-01-15
|
* OSX: Set mDataByteSize correctly on AudioBuffers during render.Gregory Smith2012-10-02
|
* Merge branch 'v0.16.x'Max Kellermann2012-04-05
| | | | | | Conflicts: src/output/osx_plugin.c src/text_input_stream.c
* Fix the build on OSXRich Healey2012-03-21
|
* output/osx: fix memory leak after AudioUnitSetProperty() failureMax Kellermann2012-01-04
|
* output/osx: implement 32 bit playbackMax Kellermann2011-12-24
|
* output/osx: allocate the device in enable()Max Kellermann2011-12-24
| | | | | Keep the device open as long as the output is enabled, but initialize it only when playback starts.
* Merge branch 'v0.16.x'Max Kellermann2011-12-24
|
* output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-19
| | | | | | 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 variablesMax Kellermann2011-09-17
| | | | Consistent naming.
* output: per-plugin headerMax Kellermann2011-09-17
| | | | | Move the "extern" declarations from output_list.c, for more type safety.
* output: rename plugin source filesMax Kellermann2011-09-17