aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/shout_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-08output/shout: artist comes first in stream titleMax Kellermann1-1/+1
2009-08-14output/shout: minimize the unpause latencyMax Kellermann1-0/+7
2009-06-03conf: eliminated CamelCaseMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-27tag: no CamelCaseMax Kellermann1-2/+1
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-77/+96
2009-02-26shout: use config_get_block_unsigned()Max Kellermann1-6/+3
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-6/+3
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-1/+1
2009-02-23output_api: play() returns a lengthMax Kellermann1-2/+5
2009-02-22shout: removed shout_plugin.hMax Kellermann1-1/+28
2009-02-22shout: removed shout_encoder_pluginsMax Kellermann1-11/+0
2009-02-22shout: use the new encoder APIMax Kellermann1-33/+101
2009-02-22shout: merged open_shout_conn() into my_shout_open_device()Max Kellermann1-10/+2
2009-02-22shout: bool return values instead of intMax Kellermann1-27/+28
2009-02-09shout: clear buffer before calling the encoderMax Kellermann1-2/+7
2009-02-09shout: don't postpone metadataMax Kellermann1-32/+12
2009-02-09shout: use libshout's synchronizationMax Kellermann1-21/+4
2009-02-09shout: switch to blocking modeMax Kellermann1-73/+7
2009-02-09shout: removed shout_data.tag_to_sendMax Kellermann1-8/+6
2009-02-09shout: removed shout_data.shout_errorMax Kellermann1-3/+0
2009-01-30output_api: moved the command check out of method pause()Max Kellermann1-10/+3
2009-01-25use g_free() instead of free()Max Kellermann1-1/+1
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-18conf: added config_get_block_unsigned()Max Kellermann1-8/+2
2009-01-18conf: added config_get_block_string()Max Kellermann1-53/+29
2009-01-17conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann1-3/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+2
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2008-12-23shout: fixed bad error message printoutViliam Mateicka1-2/+2
2008-12-23shout: fixed bad error message printoutViliam Mateicka1-3/+3
2008-11-25shout: use GLib instead of utils.h/log.hMax Kellermann1-59/+59
2008-11-25shout: don't check HAVE_SHOUTMax Kellermann1-7/+0
2008-10-31removed unneed check for protocol in shout plugin, will assume icecast2 proto...Alam Arias1-2/+0
2008-10-29output: close device on play errorMax Kellermann1-7/+2
2008-10-29output: use bool for return values and flagsMax Kellermann1-12/+12
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-1/+1
2008-10-12shout: make the protocol configurableAaron McEwan1-2/+25
2008-10-12shout: use strcmp() instead of strncasecmp()Max Kellermann1-2/+2
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-1/+1
2008-10-10audio_format: unsigned integersMax Kellermann1-1/+1
2008-10-09shout: removed DISABLED_SHOUT_ENCODER_PLUGINMax Kellermann1-0/+4
2008-10-08don't include os_compat.hMax Kellermann1-0/+2
2008-09-29audio_output: added method pause()Max Kellermann1-1/+18
2008-09-29use C99 struct initializersMax Kellermann1-9/+8
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-24/+26
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-4/+0
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-3/+7
2008-09-12shout: don't write empty buffersMax Kellermann1-2/+4
2008-09-12shout: removed clear_shout_buffer()Max Kellermann1-8/+2