aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/osx_output_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-02-23output_api: play() returns a lengthMax Kellermann1-27/+18
2009-02-19utils: use g_usleep() instead of my_usleep()Max Kellermann1-2/+1
2009-02-10osx: removed disabled debug messagesMax Kellermann1-43/+2
2009-01-25use g_free() instead of free()Max Kellermann1-3/+2
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-1/+1
2009-01-05fix G_BYTE_ORDER checkMax Kellermann1-1/+1
2009-01-05use GLib byte order macrosMax Kellermann1-1/+1
2009-01-01output plugins: don't include gcc.hMax Kellermann1-6/+7
2008-12-28osx_plugin: migrate from pthread to glib threadsThomas Jansen1-19/+18
2008-12-17Remove useless statement.Emanuele Giaquinta1-1/+0
2008-12-17Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta1-2/+0
2008-12-17Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta1-1/+0
2008-12-17Factor computation.Emanuele Giaquinta1-4/+6
2008-12-17Use MIN.Emanuele Giaquinta1-2/+2
2008-12-17Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta1-1/+1
2008-12-08osx: use 16 bit sample formatMax Kellermann1-0/+3
2008-12-08osx: use GLib instead of utils.h/log.hMax Kellermann1-9/+13
2008-12-08osx: don't use void pointer in arithmeticMax Kellermann1-2/+2
2008-11-04osx: fix gcc warningsMax Kellermann1-7/+8
2008-11-04osx: adapt to new output plugin APIMax Kellermann1-19/+15
2008-10-29output: use bool for return values and flagsMax Kellermann1-14/+15