| Commit message (Expand) | Author | Files | Lines |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -4/+15 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+2 |
2009-09-20 | output/osx: fix the OS X 10.6 build | Patrik Weiskircher | 1 | -0/+1 |
2009-09-20 | output/osx: fix the OS X 10.6 build | Patrik Weiskircher | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-26 | output_plugin: report errors with GError | Max Kellermann | 1 | -12/+29 |
2009-02-26 | osx: use OSStatus and GetMacOSStatusCommentString() | Max Kellermann | 1 | -15/+24 |
2009-02-26 | osx: start the audio device in the open() method | Max Kellermann | 1 | -17/+8 |
2009-02-26 | osx: removed commented code | Max Kellermann | 1 | -23/+2 |
2009-02-26 | osx: no CamelCase | Max Kellermann | 1 | -89/+85 |
2009-02-25 | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 1 | -2/+1 |
2009-02-23 | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 1 | -2/+2 |
2009-02-23 | output_api: play() returns a length | Max Kellermann | 1 | -27/+18 |
2009-02-19 | utils: use g_usleep() instead of my_usleep() | Max Kellermann | 1 | -2/+1 |
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 |