aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-596/+0
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
2008-09-12shout: make the shout_buffer staticMax Kellermann1-7/+0
2008-09-12shout: constant plugin declarationsMax Kellermann1-2/+2
2008-09-12shout: static encoder plugin listMax Kellermann1-35/+15
2008-09-12shout: removed typedefs on structs and plugin methodsMax Kellermann1-3/+3
2008-09-12shout: added mp3 encoderEric Wollesen1-0/+1
2008-09-12shout: introduce pluggable encoder APIEric Wollesen1-7/+68
2008-09-12shout: send shout metadataEric Wollesen1-3/+13
2008-09-12shout: added shout_bufferEric Wollesen1-26/+28
2008-09-12shout: moved code to audioOutput_shout_ogg.cMax Kellermann1-153/+5
2008-09-12shout: moved declarations to audioOutput_shout.hMax Kellermann1-40/+1
2008-09-12shout: removed commented codeMax Kellermann1-4/+0
2008-09-12shout: no CamelCaseMax Kellermann1-194/+194
2008-09-11shout: use reqAudioFormat instead of outAudioFormatMax Kellermann1-1/+1
2008-09-11shout: copy the audio_format, instead of taking a pointerMax Kellermann1-13/+12
2008-09-09timer: constant pointersMax Kellermann1-1/+1
2008-09-08output: const plugin structuresMax Kellermann1-1/+1
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-9/+11
2008-09-07output: added output_api.hMax Kellermann1-3/+2
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+1
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann1-1/+1
2008-08-29tag: fix the shout and oggflac pluginsMax Kellermann1-8/+8
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-2/+2
2008-08-26converted MpdTagItem.type to an enumMax Kellermann1-0/+2
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-3/+5
2008-03-26eliminated duplicate initializationMax Kellermann1-1/+1
2008-03-26parse/initialize with the correct data typeMax Kellermann1-1/+1
2008-02-05fix -Wconst warningsMax Kellermann1-6/+11
2008-01-26fixed "comparison between signed and unsigned"Max Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-5/+0
2007-09-05conf: use getBoolBlockParam for block params, tooEric Wong1-10/+4
2007-08-27export FATAL() with noreturn attributeEric Wong1-3/+1
2007-08-11audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman1-27/+80
2007-06-12Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman1-2/+2
2007-06-12Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman1-2/+13
2007-06-12Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman1-96/+29
2007-06-09This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm1-8/+76