| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | output_plugin: report errors with GError | Max Kellermann | 2009-02-26 | 1 | -12/+29 |
* | osx: use OSStatus and GetMacOSStatusCommentString() | Max Kellermann | 2009-02-26 | 1 | -15/+24 |
* | osx: start the audio device in the open() method | Max Kellermann | 2009-02-26 | 1 | -17/+8 |
* | osx: removed commented code | Max Kellermann | 2009-02-26 | 1 | -23/+2 |
* | osx: no CamelCase | Max Kellermann | 2009-02-26 | 1 | -89/+85 |
* | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 2009-02-25 | 1 | -2/+1 |
* | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 2009-02-23 | 1 | -2/+2 |
* | output_api: play() returns a length | Max Kellermann | 2009-02-23 | 1 | -27/+18 |
* | utils: use g_usleep() instead of my_usleep() | Max Kellermann | 2009-02-19 | 1 | -2/+1 |
* | osx: removed disabled debug messages | Max Kellermann | 2009-02-10 | 1 | -43/+2 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 1 | -3/+2 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
* | fix G_BYTE_ORDER check | Max Kellermann | 2009-01-05 | 1 | -1/+1 |
* | use GLib byte order macros | Max Kellermann | 2009-01-05 | 1 | -1/+1 |
* | output plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -6/+7 |
* | osx_plugin: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -19/+18 |
* | Remove useless statement. | Emanuele Giaquinta | 2008-12-17 | 1 | -1/+0 |
* | Remove useless computation. After the pthread_cond_wait loop there are at lea... | Emanuele Giaquinta | 2008-12-17 | 1 | -2/+0 |
* | Remove useless statement, curpos is initialized at the beginning of the loop. | Emanuele Giaquinta | 2008-12-17 | 1 | -1/+0 |
* | Factor computation. | Emanuele Giaquinta | 2008-12-17 | 1 | -4/+6 |
* | Use MIN. | Emanuele Giaquinta | 2008-12-17 | 1 | -2/+2 |
* | Call CloseComponent after AudioUnitUninitialize. | Emanuele Giaquinta | 2008-12-17 | 1 | -1/+1 |
* | osx: use 16 bit sample format | Max Kellermann | 2008-12-08 | 1 | -0/+3 |
* | osx: use GLib instead of utils.h/log.h | Max Kellermann | 2008-12-08 | 1 | -9/+13 |
* | osx: don't use void pointer in arithmetic | Max Kellermann | 2008-12-08 | 1 | -2/+2 |
* | osx: fix gcc warnings | Max Kellermann | 2008-11-04 | 1 | -7/+8 |
* | osx: adapt to new output plugin API | Max Kellermann | 2008-11-04 | 1 | -19/+15 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -14/+15 |
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 1 | -10/+2 |
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -0/+368 |