aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/ShoutOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-26EncoderPlugin: pass Tag reference to method tag()Max Kellermann1-1/+1
2014-12-26OutputPlugin: pass Tag reference to _send_tag()Max Kellermann1-4/+4
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann1-4/+4
2014-02-24output/{shout,win32}: include cleanupMax Kellermann1-1/+0
2014-01-29output: move functions into the AudioOutput structMax Kellermann1-1/+1
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann1-3/+3
2014-01-28AudioOutput: add constructor and destructorMax Kellermann1-6/+0
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-10/+10
2014-01-28OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann1-1/+1
2014-01-24Config*: move to config/Max Kellermann1-1/+1
2014-01-23output/*: move to output/plugins/Max Kellermann1-1/+1
2014-01-23Encoder*: move to src/encoderMax Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-7/+7
2013-09-26*Plugin: remove redundant "line %i" from error messagesMax Kellermann1-2/+2
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann1-3/+3
2013-09-04util/Error: new error passing libraryMax Kellermann1-85/+69
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-25/+22
2013-08-03audio_format: convert to C++Max Kellermann1-6/+5
2013-07-30tag: convert to C++Max Kellermann1-2/+3
2013-07-30encoder_api: convert to C++Max Kellermann1-7/+6
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-04-17encoder_list: convert to C++Max Kellermann1-1/+1
2013-04-17output/shout: convert to C++Max Kellermann1-135/+138
2013-01-10output/shout: refactor check_block_param() to a functionMax Kellermann1-18/+15
2012-10-02output/shout: move code to my_shout_configure()Max Kellermann1-31/+40
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