aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/shout_output_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-02output/{recorder,shout}: call encoder_read() in a loopMax Kellermann1-8/+10
2012-10-02output/shout: eliminate struct shout_bufferMax Kellermann1-7/+3
2012-10-02output/shout: remove shout_buffer.lenMax Kellermann1-9/+4
2012-10-02output/shout: fix memory leak in error handlerMax Kellermann1-2/+7
2012-10-02output/shout: make variables more localMax Kellermann1-49/+26
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-24/+39
2011-09-17output: rename plugin variablesMax Kellermann1-1/+1
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-09-17output: rename plugin source filesMax Kellermann1-0/+0
2011-09-09conf: get_block_param() returns a const pointerMax Kellermann1-1/+1
2011-07-20encoder_plugin: add method pre_tag()Max Kellermann1-1/+1
2011-07-19output/shout: fix a memory leakJonathan Neuschäfer1-1/+1
2011-07-18output/shout: fix a memory leakJonathan Neuschäfer1-12/+16
2011-02-09output/shout: add possibility to set urlThomas Jansen1-0/+7
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-11-08output/shout: artist comes first in stream titleMax Kellermann1-1/+1
2010-11-05output/shout: implement delay()Max Kellermann1-8/+13
2010-09-25eliminate g_error() usageThomas Jansen1-2/+3
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann1-2/+7
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-2/+2
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