| Commit message (Expand) | Author | Files | Lines |
2009-02-10 | osx: removed disabled debug messages | Max Kellermann | 1 | -43/+2 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -3/+2 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -1/+1 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -1/+1 |
2009-01-05 | fix G_BYTE_ORDER check | Max Kellermann | 1 | -1/+1 |
2009-01-05 | use GLib byte order macros | Max Kellermann | 1 | -1/+1 |
2009-01-01 | output plugins: don't include gcc.h | Max Kellermann | 1 | -6/+7 |
2008-12-28 | osx_plugin: migrate from pthread to glib threads | Thomas Jansen | 1 | -19/+18 |
2008-12-17 | Remove useless statement. | Emanuele Giaquinta | 1 | -1/+0 |
2008-12-17 | Remove useless computation. After the pthread_cond_wait loop there are at lea... | Emanuele Giaquinta | 1 | -2/+0 |
2008-12-17 | Remove useless statement, curpos is initialized at the beginning of the loop. | Emanuele Giaquinta | 1 | -1/+0 |
2008-12-17 | Factor computation. | Emanuele Giaquinta | 1 | -4/+6 |
2008-12-17 | Use MIN. | Emanuele Giaquinta | 1 | -2/+2 |
2008-12-17 | Call CloseComponent after AudioUnitUninitialize. | Emanuele Giaquinta | 1 | -1/+1 |
2008-12-08 | osx: use 16 bit sample format | Max Kellermann | 1 | -0/+3 |
2008-12-08 | osx: use GLib instead of utils.h/log.h | Max Kellermann | 1 | -9/+13 |
2008-12-08 | osx: don't use void pointer in arithmetic | Max Kellermann | 1 | -2/+2 |
2008-11-04 | osx: fix gcc warnings | Max Kellermann | 1 | -7/+8 |
2008-11-04 | osx: adapt to new output plugin API | Max Kellermann | 1 | -19/+15 |
2008-10-29 | output: use bool for return values and flags | Max Kellermann | 1 | -14/+15 |
2008-10-26 | output: don't compile plugins which are disabled | Max Kellermann | 1 | -10/+2 |
2008-10-26 | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 1 | -0/+0 |
2008-10-10 | audio_format: added audio_format_frame_size() | Max Kellermann | 1 | -3/+2 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -2/+2 |
2008-09-29 | use C99 struct initializers | Max Kellermann | 1 | -9/+8 |
2008-09-24 | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 1 | -4/+0 |
2008-09-24 | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 1 | -2/+3 |
2008-09-23 | audio_format: added audio_format_sample_size() | Max Kellermann | 1 | -1/+1 |
2008-09-08 | output: const plugin structures | Max Kellermann | 1 | -1/+1 |
2008-09-07 | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 1 | -7/+8 |
2008-09-07 | output: added output_api.h | Max Kellermann | 1 | -1/+2 |
2008-04-12 | use size_t and constant pointer in ao plugins | Max Kellermann | 1 | -10/+11 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -4/+0 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-10-18 | remove some unneccesary includes from the audioOutput's | Warren Dukes | 1 | -1/+0 |
2006-09-09 | Hopefully fix endian problem mac x86/ppc | Qball Cow | 1 | -2/+5 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -2/+2 |
2006-08-11 | Spelling & Grammar | Avuton Olrich | 1 | -2/+2 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -1/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -127/+136 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | Use a macro to declare disabled audio output plugins | J. Alexander Treuman | 1 | -13/+2 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2005-11-19 | remove C++ style comments | Eric Wong | 1 | -17/+19 |
2005-11-19 | gcc 2.95 fixes | Eric Wong | 1 | -1/+2 |
2005-10-02 | Fixed (tested in Fink and DarwinPorts) osX output plugin | Qball Cow | 1 | -2/+2 |
2005-03-24 | destroy mutex's and condition's | Warren Dukes | 1 | -0/+2 |
2005-03-24 | revert to r3105 | Warren Dukes | 1 | -35/+59 |
2005-03-23 | fix compilation error in os x plugin | Warren Dukes | 1 | -3/+3 |
2005-03-22 | potentially fix OS X woes | Warren Dukes | 1 | -59/+35 |