aboutsummaryrefslogtreecommitdiff
path: root/src/output/osx_plugin.c
Commit message (Expand)AuthorAge
* output/osx: fix the OS X 10.6 buildPatrik Weiskircher2009-09-20
* all: Update copyright header.Avuton Olrich2009-03-13
* output_plugin: report errors with GErrorMax Kellermann2009-02-26
* osx: use OSStatus and GetMacOSStatusCommentString()Max Kellermann2009-02-26
* osx: start the audio device in the open() methodMax Kellermann2009-02-26
* osx: removed commented codeMax Kellermann2009-02-26
* osx: no CamelCaseMax Kellermann2009-02-26
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output_api: play() returns a lengthMax Kellermann2009-02-23
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-19
* osx: removed disabled debug messagesMax Kellermann2009-02-10
* use g_free() instead of free()Max Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: no CamelCase, part IMax Kellermann2009-01-17
* fix G_BYTE_ORDER checkMax Kellermann2009-01-05
* use GLib byte order macrosMax Kellermann2009-01-05
* output plugins: don't include gcc.hMax Kellermann2009-01-01
* osx_plugin: migrate from pthread to glib threadsThomas Jansen2008-12-28
* Remove useless statement.Emanuele Giaquinta2008-12-17
* Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta2008-12-17
* Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta2008-12-17
* Factor computation.Emanuele Giaquinta2008-12-17
* Use MIN.Emanuele Giaquinta2008-12-17
* Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta2008-12-17
* osx: use 16 bit sample formatMax Kellermann2008-12-08
* osx: use GLib instead of utils.h/log.hMax Kellermann2008-12-08
* osx: don't use void pointer in arithmeticMax Kellermann2008-12-08
* osx: fix gcc warningsMax Kellermann2008-11-04
* osx: adapt to new output plugin APIMax Kellermann2008-11-04
* output: use bool for return values and flagsMax Kellermann2008-10-29
* output: don't compile plugins which are disabledMax Kellermann2008-10-26
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26