aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/ShoutOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-26db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann1-1/+1
2014-01-23output/*: move to output/plugins/Max Kellermann1-544/+0
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
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