| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fifo: removed timer!=NULL checks | Max Kellermann | 2009-02-25 | 1 | -12/+1 |
* | ao: no CamelCase | Max Kellermann | 2009-02-25 | 1 | -48/+41 |
* | ao: removed AoData.device!=NULL checks | Max Kellermann | 2009-02-25 | 1 | -12/+1 |
* | ao: removed implementation of method cancel() | Max Kellermann | 2009-02-25 | 1 | -6/+0 |
* | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 2009-02-25 | 10 | -28/+16 |
* | output_api: removed audio_output_get_name() | Max Kellermann | 2009-02-25 | 3 | -23/+14 |
* | jack: initialize local variable "space" | Max Kellermann | 2009-02-24 | 1 | -1/+1 |
* | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 2009-02-23 | 10 | -17/+17 |
* | output_api: play() returns a length | Max Kellermann | 2009-02-23 | 10 | -112/+82 |
* | shout: removed shout_plugin.h | Max Kellermann | 2009-02-22 | 2 | -53/+28 |
* | shout: removed shout_encoder_plugins | Max Kellermann | 2009-02-22 | 1 | -11/+0 |
* | shout: use the new encoder API | Max Kellermann | 2009-02-22 | 4 | -551/+102 |
* | shout: merged open_shout_conn() into my_shout_open_device() | Max Kellermann | 2009-02-22 | 1 | -10/+2 |
* | shout: bool return values instead of int | Max Kellermann | 2009-02-22 | 1 | -27/+28 |
* | utils: use g_usleep() instead of my_usleep() | Max Kellermann | 2009-02-19 | 2 | -4/+2 |
* | output_api: don't include config.h | Max Kellermann | 2009-02-16 | 1 | -0/+1 |
* | output_plugin: replaced method "control()" with "mixer()" | Max Kellermann | 2009-02-16 | 2 | -16/+18 |
* | shout_mp3: use audio_format_frame_size() | Max Kellermann | 2009-02-10 | 1 | -2/+1 |
* | shout: pass void pointer to the encoder | Max Kellermann | 2009-02-10 | 3 | -5/+6 |
* | shout_ogg: moved PCM conversion to a separate function | Max Kellermann | 2009-02-10 | 1 | -12/+13 |
* | ao: declare AoData.writeSize as size_t | Max Kellermann | 2009-02-10 | 1 | -3/+3 |
* | osx: removed disabled debug messages | Max Kellermann | 2009-02-10 | 1 | -43/+2 |
* | shout: clear buffer before calling the encoder | Max Kellermann | 2009-02-09 | 3 | -18/+14 |
* | shout: don't postpone metadata | Max Kellermann | 2009-02-09 | 3 | -34/+14 |
* | shout: use libshout's synchronization | Max Kellermann | 2009-02-09 | 2 | -24/+4 |
* | shout: switch to blocking mode | Max Kellermann | 2009-02-09 | 2 | -77/+7 |
* | shout: removed shout_data.tag_to_send | Max Kellermann | 2009-02-09 | 2 | -9/+6 |
* | shout: removed shout_data.shout_error | Max Kellermann | 2009-02-09 | 2 | -4/+0 |
* | shout_mp3: call lame_close() in clear_encoder() method | Max Kellermann | 2009-02-02 | 1 | -2/+6 |
* | shout_mp3: free the lame_data struct on exit | Max Kellermann | 2009-02-02 | 1 | -0/+2 |
* | output_api: moved the command check out of method pause() | Max Kellermann | 2009-01-30 | 1 | -10/+3 |
* | output_api: removed audio_output_closed() | Max Kellermann | 2009-01-30 | 1 | -1/+0 |
* | jack: don't override output_ports in connect() | Max Kellermann | 2009-01-30 | 1 | -10/+22 |
* | jack: removed sample_rate callback | Max Kellermann | 2009-01-30 | 1 | -20/+7 |
* | configure.ac: detect jack_set_info_function() | Max Kellermann | 2009-01-30 | 1 | -0/+5 |
* | jack: print info messages | Max Kellermann | 2009-01-30 | 1 | -0/+7 |
* | jack: don't manually close on shutdown | Max Kellermann | 2009-01-29 | 1 | -3/+1 |
* | jack: initialize output_ports if not configured | Max Kellermann | 2009-01-29 | 1 | -0/+3 |
* | jack: close JACK client on stop | Max Kellermann | 2009-01-29 | 1 | -4/+4 |
* | jack: removed "bps" attribute | Max Kellermann | 2009-01-29 | 1 | -5/+1 |
* | jack: make mpd_jack_connect() return bool | Max Kellermann | 2009-01-29 | 1 | -10/+10 |
* | jack: use loops for allocating/freeing ports/buffers | Max Kellermann | 2009-01-29 | 1 | -36/+32 |
* | jack: fail if jack_get_ports() returns NULL | Max Kellermann | 2009-01-29 | 1 | -19/+23 |
* | jack: use jack_port_name() instead of g_malloc()+sprintf() | Max Kellermann | 2009-01-29 | 1 | -12/+2 |
* | jack: initialize libjack's error function in mpd_jack_init() | Max Kellermann | 2009-01-29 | 1 | -1/+2 |
* | jack: reduced sleep time to 1ms | Max Kellermann | 2009-01-29 | 1 | -1/+1 |
* | jack: clear "shutdown" flag on reconnect | Max Kellermann | 2009-01-29 | 1 | -0/+2 |
* | jack: allocate ring buffers before connecting | Max Kellermann | 2009-01-29 | 1 | -5/+3 |
* | jack: register ports before activating clients | Max Kellermann | 2009-01-29 | 1 | -5/+5 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 7 | -12/+11 |