aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs/audioOutput_shout.c
Commit message (Expand)AuthorAge
* audio_output: added method pause()Max Kellermann2008-09-29
* use C99 struct initializersMax Kellermann2008-09-29
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-24
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-24
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-24
* shout: don't write empty buffersMax Kellermann2008-09-12
* shout: removed clear_shout_buffer()Max Kellermann2008-09-12
* shout: make the shout_buffer staticMax Kellermann2008-09-12
* shout: constant plugin declarationsMax Kellermann2008-09-12
* shout: static encoder plugin listMax Kellermann2008-09-12
* shout: removed typedefs on structs and plugin methodsMax Kellermann2008-09-12
* shout: added mp3 encoderEric Wollesen2008-09-12
* shout: introduce pluggable encoder APIEric Wollesen2008-09-12
* shout: send shout metadataEric Wollesen2008-09-12
* shout: added shout_bufferEric Wollesen2008-09-12
* shout: moved code to audioOutput_shout_ogg.cMax Kellermann2008-09-12
* shout: moved declarations to audioOutput_shout.hMax Kellermann2008-09-12
* shout: removed commented codeMax Kellermann2008-09-12
* shout: no CamelCaseMax Kellermann2008-09-12
* shout: use reqAudioFormat instead of outAudioFormatMax Kellermann2008-09-11
* shout: copy the audio_format, instead of taking a pointerMax Kellermann2008-09-11
* timer: constant pointersMax Kellermann2008-09-09
* output: const plugin structuresMax Kellermann2008-09-08
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-07
* output: added output_api.hMax Kellermann2008-09-07
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-07
* tag: fix the shout and oggflac pluginsMax Kellermann2008-08-29
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* converted MpdTagItem.type to an enumMax Kellermann2008-08-26
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-12
* eliminated duplicate initializationMax Kellermann2008-03-26
* parse/initialize with the correct data typeMax Kellermann2008-03-26
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* conf: use getBoolBlockParam for block params, tooEric Wong2007-09-05
* export FATAL() with noreturn attributeEric Wong2007-08-27
* audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman2007-08-11
* Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman2007-06-12
* Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman2007-06-12
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-12
* This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm2007-06-09
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-26
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* The massive copyright updateAvuton Olrich2007-04-05
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-18
* audioOutput_shout: use shout_set_nonblockingEric Wong2006-10-11
* Allow an ogg quality of -1 to be specified.J. Alexander Treuman2006-10-10