aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-05-26After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman1-3/+2
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-24/+14
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-1/+1
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes1-3/+0
2006-10-11audioOutput_shout: use shout_set_nonblockingEric Wong1-3/+17
2006-10-10Allow an ogg quality of -1 to be specified.J. Alexander Treuman1-5/+5
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-08-11Spelling & GrammarAvuton Olrich1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-174/+196
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman1-13/+2
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-07-05Remove unnecessary include, has always been pulledAvuton Olrich1-1/+0
2006-03-16Hopefully the last of the spelling fixes :>Eric Wong1-2/+2
2005-11-19remove C++ style commentsEric Wong1-1/+1
2005-03-13a little more error outputWarren Dukes1-2/+3
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes1-0/+2
2005-03-05wee bit of code cleanupWarren Dukes1-1/+1
2005-03-05fix some compilation warningWarren Dukes1-1/+3