aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/osx_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-10/+2
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-0/+0
2008-10-10audio_format: added audio_format_frame_size()Max Kellermann1-3/+2
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-2/+2
2008-09-29use C99 struct initializersMax Kellermann1-9/+8
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-4/+0
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-2/+3
2008-09-23audio_format: added audio_format_sample_size()Max Kellermann1-1/+1
2008-09-08output: const plugin structuresMax Kellermann1-1/+1
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-7/+8
2008-09-07output: added output_api.hMax Kellermann1-1/+2
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-10/+11
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+0
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes1-1/+0
2006-09-09Hopefully fix endian problem mac x86/ppcQball Cow1-2/+5
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-2/+2
2006-08-11Spelling & GrammarAvuton Olrich1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1