aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/osx_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-07-20Add mpd-indent.shAvuton Olrich1-127/+136
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman1-13/+2
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-11-19remove C++ style commentsEric Wong1-17/+19
2005-11-19gcc 2.95 fixesEric Wong1-1/+2
2005-10-02Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow1-2/+2
2005-03-24destroy mutex's and condition'sWarren Dukes1-0/+2
2005-03-24revert to r3105Warren Dukes1-35/+59
2005-03-23fix compilation error in os x pluginWarren Dukes1-3/+3
2005-03-22potentially fix OS X woesWarren Dukes1-59/+35
2005-03-20some potential optimizations for OS XWarren Dukes1-26/+55
2005-03-17bump the OS X buffer up to 1sWarren Dukes1-3/+3
2005-03-17dynamically allocate a buffer for 0.5s of audio for OS XWarren Dukes1-13/+20
2005-03-17tweak OS X a bit moreWarren Dukes1-1/+1