aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-1/+1
2008-09-09fix -Wcast-qual -Wwrite-strings warningsMax Kellermann1-2/+2
2008-09-02tag: fix the shout and oggflac pluginsMax Kellermann1-5/+5
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-4/+4
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann1-2/+2
2008-09-01use deconst_ptr instead of duplicating deconst logicEric Wong1-6/+6
2008-08-30converted 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
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes1-0/+4
2004-11-19don't need to pass audioFormat to openDeviceFuncWarren Dukes1-3/+1
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-3/+15
2004-11-09add "genre" and "description" to shout config parametersWarren Dukes1-0/+19
2004-11-09be sure to flush the metadata on song changeWarren Dukes1-39/+47
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes1-5/+0
2004-11-09try one other thing to fix icecast dropping clientsWarren Dukes1-0/+1
2004-11-04make default non-publicWarren Dukes1-1/+1
2004-11-04shout config: make "user" optional and default to "source", also add optional...Warren Dukes1-2/+17