| Commit message (Expand) | Author | Files | Lines |
2009-10-21 | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 1 | -2/+7 |
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 1 | -2/+2 |
2009-08-14 | output/shout: minimize the unpause latency | Max Kellermann | 1 | -0/+7 |
2009-06-03 | conf: eliminated CamelCase | Max Kellermann | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-27 | tag: no CamelCase | Max Kellermann | 1 | -2/+1 |
2009-02-26 | output_plugin: report errors with GError | Max Kellermann | 1 | -77/+96 |
2009-02-26 | shout: use config_get_block_unsigned() | Max Kellermann | 1 | -6/+3 |
2009-02-25 | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 1 | -6/+3 |
2009-02-23 | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 1 | -1/+1 |
2009-02-23 | output_api: play() returns a length | Max Kellermann | 1 | -2/+5 |
2009-02-22 | shout: removed shout_plugin.h | Max Kellermann | 1 | -1/+28 |
2009-02-22 | shout: removed shout_encoder_plugins | Max Kellermann | 1 | -11/+0 |
2009-02-22 | shout: use the new encoder API | Max Kellermann | 1 | -33/+101 |
2009-02-22 | shout: merged open_shout_conn() into my_shout_open_device() | Max Kellermann | 1 | -10/+2 |
2009-02-22 | shout: bool return values instead of int | Max Kellermann | 1 | -27/+28 |
2009-02-09 | shout: clear buffer before calling the encoder | Max Kellermann | 1 | -2/+7 |
2009-02-09 | shout: don't postpone metadata | Max Kellermann | 1 | -32/+12 |
2009-02-09 | shout: use libshout's synchronization | Max Kellermann | 1 | -21/+4 |
2009-02-09 | shout: switch to blocking mode | Max Kellermann | 1 | -73/+7 |
2009-02-09 | shout: removed shout_data.tag_to_send | Max Kellermann | 1 | -8/+6 |
2009-02-09 | shout: removed shout_data.shout_error | Max Kellermann | 1 | -3/+0 |
2009-01-30 | output_api: moved the command check out of method pause() | Max Kellermann | 1 | -10/+3 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -1/+1 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -1/+1 |
2009-01-18 | conf: added config_get_block_unsigned() | Max Kellermann | 1 | -8/+2 |
2009-01-18 | conf: added config_get_block_string() | Max Kellermann | 1 | -53/+29 |
2009-01-17 | conf: replaced getBoolBlockParam() with config_get_block_bool() | Max Kellermann | 1 | -3/+1 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -2/+2 |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -0/+1 |
2008-12-23 | shout: fixed bad error message printout | Viliam Mateicka | 1 | -2/+2 |
2008-12-23 | shout: fixed bad error message printout | Viliam Mateicka | 1 | -3/+3 |
2008-11-25 | shout: use GLib instead of utils.h/log.h | Max Kellermann | 1 | -59/+59 |
2008-11-25 | shout: don't check HAVE_SHOUT | Max Kellermann | 1 | -7/+0 |
2008-10-31 | removed unneed check for protocol in shout plugin, will assume icecast2 proto... | Alam Arias | 1 | -2/+0 |
2008-10-29 | output: close device on play error | Max Kellermann | 1 | -7/+2 |
2008-10-29 | output: use bool for return values and flags | Max Kellermann | 1 | -12/+12 |
2008-10-26 | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 1 | -1/+1 |
2008-10-12 | shout: make the protocol configurable | Aaron McEwan | 1 | -2/+25 |
2008-10-12 | shout: use strcmp() instead of strncasecmp() | Max Kellermann | 1 | -2/+2 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -1/+1 |
2008-10-10 | audio_format: unsigned integers | Max Kellermann | 1 | -1/+1 |
2008-10-09 | shout: removed DISABLED_SHOUT_ENCODER_PLUGIN | Max Kellermann | 1 | -0/+4 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+2 |
2008-09-29 | audio_output: added method pause() | Max Kellermann | 1 | -1/+18 |
2008-09-29 | use C99 struct initializers | Max Kellermann | 1 | -9/+8 |
2008-09-24 | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 1 | -24/+26 |
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 | -3/+7 |
2008-09-12 | shout: don't write empty buffers | Max Kellermann | 1 | -2/+4 |