aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/OSXOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-5/+5
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-31output/osx: use nullptr instead of NULLMax Kellermann1-8/+8
2014-01-29output: move functions into the AudioOutput structMax Kellermann1-1/+1
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann1-1/+4
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-9/+9
2014-01-28OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann1-1/+1
2014-01-23output/*: move to output/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann1-1/+1
2013-12-19output/osx: fix typoMax Kellermann1-1/+1
2013-12-19output/osx: use DynamicFifoBuffer instead of struct fifo_bufferMax Kellermann1-26/+21
2013-12-10output/osx: fix build failureLukas Stabe1-3/+3
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann1-4/+3
2013-10-02Log: new logging library APIMax Kellermann1-10/+12
2013-09-04util/Error: new error passing libraryMax Kellermann1-44/+40
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-5/+5
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-3/+3
2013-08-03audio_format: convert to C++Max Kellermann1-12/+11
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-01-29output/osx: convert to C++Max Kellermann1-44/+43
2013-01-15fifo_buffer: move to util/Max Kellermann1-1/+1
2012-10-02OSX: Set mDataByteSize correctly on AudioBuffers during render.Gregory Smith1-3/+7
2012-03-21Fix the build on OSXRich Healey1-0/+1
2012-01-04output/osx: fix memory leak after AudioUnitSetProperty() failureMax Kellermann1-0/+1
2011-12-24output/osx: implement 32 bit playbackMax Kellermann1-2/+6
2011-12-24output/osx: allocate the device in enable()Max Kellermann1-102/+116
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-15/+22
2011-09-17output: rename plugin variablesMax Kellermann1-1/+1
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-09-17output: rename plugin source filesMax Kellermann1-0/+0
2011-09-01output/osx: don't drain the buffer when closingMax Kellermann1-6/+0
2011-09-01output/osx: signal the GCond while mutex is lockedMax Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-07output/osx: fix up audio format first, then apply it to deviceMax Kellermann1-9/+10
2010-12-21osx_output: always pass OS X result code to g_set_error().Greg Ward1-9/+9
2010-12-21osx_output: allow user to specify other audio devices.Greg Ward1-1/+119
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-4/+15
2009-11-12include config.h in all sourcesMax Kellermann1-1/+2
2009-09-20output/osx: fix the OS X 10.6 buildPatrik Weiskircher1-0/+1
2009-09-20output/osx: fix the OS X 10.6 buildPatrik Weiskircher1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-12/+29
2009-02-26osx: use OSStatus and GetMacOSStatusCommentString()Max Kellermann1-15/+24
2009-02-26osx: start the audio device in the open() methodMax Kellermann1-17/+8
2009-02-26osx: removed commented codeMax Kellermann1-23/+2
2009-02-26osx: no CamelCaseMax Kellermann1-89/+85
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-2/+1
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-2/+2