| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | tag: no CamelCase | Max Kellermann | 2009-02-27 | 1 | -2/+1 |
* | output_plugin: report errors with GError | Max Kellermann | 2009-02-26 | 1 | -77/+96 |
* | shout: use config_get_block_unsigned() | Max Kellermann | 2009-02-26 | 1 | -6/+3 |
* | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 2009-02-25 | 1 | -6/+3 |
* | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 2009-02-23 | 1 | -1/+1 |
* | output_api: play() returns a length | Max Kellermann | 2009-02-23 | 1 | -2/+5 |
* | shout: removed shout_plugin.h | Max Kellermann | 2009-02-22 | 1 | -1/+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 | 1 | -33/+101 |
* | 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 |
* | shout: clear buffer before calling the encoder | Max Kellermann | 2009-02-09 | 1 | -2/+7 |
* | shout: don't postpone metadata | Max Kellermann | 2009-02-09 | 1 | -32/+12 |
* | shout: use libshout's synchronization | Max Kellermann | 2009-02-09 | 1 | -21/+4 |
* | shout: switch to blocking mode | Max Kellermann | 2009-02-09 | 1 | -73/+7 |
* | shout: removed shout_data.tag_to_send | Max Kellermann | 2009-02-09 | 1 | -8/+6 |
* | shout: removed shout_data.shout_error | Max Kellermann | 2009-02-09 | 1 | -3/+0 |
* | output_api: moved the command check out of method pause() | Max Kellermann | 2009-01-30 | 1 | -10/+3 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: added config_get_block_unsigned() | Max Kellermann | 2009-01-18 | 1 | -8/+2 |
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 1 | -53/+29 |
* | conf: replaced getBoolBlockParam() with config_get_block_bool() | Max Kellermann | 2009-01-17 | 1 | -3/+1 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -2/+2 |
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 1 | -0/+1 |
* | shout: fixed bad error message printout | Viliam Mateicka | 2008-12-23 | 1 | -2/+2 |
* | shout: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 1 | -59/+59 |
* | shout: don't check HAVE_SHOUT | Max Kellermann | 2008-11-25 | 1 | -7/+0 |
* | removed unneed check for protocol in shout plugin, will assume icecast2 proto... | Alam Arias | 2008-10-31 | 1 | -2/+0 |
* | output: close device on play error | Max Kellermann | 2008-10-29 | 1 | -7/+2 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -12/+12 |
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -0/+596 |