aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/osx_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output/osx: fix the OS X 10.6 buildPatrik Weiskircher2009-09-201-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* output_plugin: report errors with GErrorMax Kellermann2009-02-261-12/+29
* osx: use OSStatus and GetMacOSStatusCommentString()Max Kellermann2009-02-261-15/+24
* osx: start the audio device in the open() methodMax Kellermann2009-02-261-17/+8
* osx: removed commented codeMax Kellermann2009-02-261-23/+2
* osx: no CamelCaseMax Kellermann2009-02-261-89/+85
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-251-2/+1
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-231-2/+2
* output_api: play() returns a lengthMax Kellermann2009-02-231-27/+18
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-191-2/+1
* osx: removed disabled debug messagesMax Kellermann2009-02-101-43/+2
* use g_free() instead of free()Max Kellermann2009-01-251-3/+2
* conf: const pointers in block get functionsMax Kellermann2009-01-251-1/+1
* conf: no CamelCase, part IMax Kellermann2009-01-171-1/+1
* fix G_BYTE_ORDER checkMax Kellermann2009-01-051-1/+1
* use GLib byte order macrosMax Kellermann2009-01-051-1/+1
* output plugins: don't include gcc.hMax Kellermann2009-01-011-6/+7
* osx_plugin: migrate from pthread to glib threadsThomas Jansen2008-12-281-19/+18
* Remove useless statement.Emanuele Giaquinta2008-12-171-1/+0
* Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta2008-12-171-2/+0
* Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta2008-12-171-1/+0
* Factor computation.Emanuele Giaquinta2008-12-171-4/+6
* Use MIN.Emanuele Giaquinta2008-12-171-2/+2
* Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta2008-12-171-1/+1
* osx: use 16 bit sample formatMax Kellermann2008-12-081-0/+3
* osx: use GLib instead of utils.h/log.hMax Kellermann2008-12-081-9/+13
* osx: don't use void pointer in arithmeticMax Kellermann2008-12-081-2/+2
* osx: fix gcc warningsMax Kellermann2008-11-041-7/+8
* osx: adapt to new output plugin APIMax Kellermann2008-11-041-19/+15
* output: use bool for return values and flagsMax Kellermann2008-10-291-14/+15
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-10/+2
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+368