aboutsummaryrefslogtreecommitdiff
path: root/src/output/shout_plugin.c
Commit message (Expand)AuthorAge
* output: rename plugin source filesMax Kellermann2011-09-17
* conf: get_block_param() returns a const pointerMax Kellermann2011-09-09
* Merge branch 'v0.16.x'Max Kellermann2011-07-20
|\
| * encoder_plugin: add method pre_tag()Max Kellermann2011-07-20
* | output/shout: fix a memory leakJonathan Neuschäfer2011-07-19
* | Merge branch 'v0.16.x'Max Kellermann2011-07-19
|\|
| * output/shout: fix a memory leakJonathan Neuschäfer2011-07-18
* | output/shout: add possibility to set urlThomas Jansen2011-02-09
* | copyright year 2011Max Kellermann2011-01-29
|/
* Merge release 0.15.15 from branch 'v0.15.x'Max Kellermann2010-11-08
|\
| * output/shout: artist comes first in stream titleMax Kellermann2010-11-08
* | output/shout: implement delay()Max Kellermann2010-11-05
* | eliminate g_error() usageThomas Jansen2010-09-25
* | Update copyright notices.Avuton Olrich2009-12-31
* | include config.h in all sourcesMax Kellermann2009-11-12
* | audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-21
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
|/
* output/shout: minimize the unpause latencyMax Kellermann2009-08-14
* conf: eliminated CamelCaseMax Kellermann2009-06-03
* all: Update copyright header.Avuton Olrich2009-03-13
* tag: no CamelCaseMax Kellermann2009-02-27
* output_plugin: report errors with GErrorMax Kellermann2009-02-26
* shout: use config_get_block_unsigned()Max Kellermann2009-02-26
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output_api: play() returns a lengthMax Kellermann2009-02-23
* shout: removed shout_plugin.hMax Kellermann2009-02-22
* shout: removed shout_encoder_pluginsMax Kellermann2009-02-22
* shout: use the new encoder APIMax Kellermann2009-02-22
* shout: merged open_shout_conn() into my_shout_open_device()Max Kellermann2009-02-22
* shout: bool return values instead of intMax Kellermann2009-02-22
* shout: clear buffer before calling the encoderMax Kellermann2009-02-09
* shout: don't postpone metadataMax Kellermann2009-02-09
* shout: use libshout's synchronizationMax Kellermann2009-02-09
* shout: switch to blocking modeMax Kellermann2009-02-09
* shout: removed shout_data.tag_to_sendMax Kellermann2009-02-09
* shout: removed shout_data.shout_errorMax Kellermann2009-02-09
* output_api: moved the command check out of method pause()Max Kellermann2009-01-30
* use g_free() instead of free()Max Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: added config_get_block_unsigned()Max Kellermann2009-01-18
* conf: added config_get_block_string()Max Kellermann2009-01-18
* conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2009-01-17
* conf: no CamelCase, part IMax Kellermann2009-01-17
* added missing explicit config.h includesMax Kellermann2009-01-08
* shout: fixed bad error message printoutViliam Mateicka2008-12-23
* shout: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* shout: don't check HAVE_SHOUTMax Kellermann2008-11-25
* removed unneed check for protocol in shout plugin, will assume icecast2 proto...Alam Arias2008-10-31
* output: close device on play errorMax Kellermann2008-10-29