aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-1/+1
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-091-2/+2
* tag: fix the shout and oggflac pluginsMax Kellermann2008-09-021-5/+5
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-4/+4
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-2/+2
* use deconst_ptr instead of duplicating deconst logicEric Wong2008-09-011-6/+6
* converted MpdTagItem.type to an enumMax Kellermann2008-08-301-0/+2
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-121-3/+5
* eliminated duplicate initializationMax Kellermann2008-03-261-1/+1
* parse/initialize with the correct data typeMax Kellermann2008-03-261-1/+1
* fix -Wconst warningsMax Kellermann2008-02-051-6/+11
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-261-1/+1
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-5/+0
* conf: use getBoolBlockParam for block params, tooEric Wong2007-09-051-10/+4
* export FATAL() with noreturn attributeEric Wong2007-08-271-3/+1
* audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman2007-08-111-27/+80
* Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman2007-06-121-2/+2
* Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman2007-06-121-2/+13
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-121-96/+29
* This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm2007-06-091-8/+76
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-261-3/+2
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-24/+14
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-1/+1
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-181-3/+0
* audioOutput_shout: use shout_set_nonblockingEric Wong2006-10-111-3/+17
* Allow an ogg quality of -1 to be specified.J. Alexander Treuman2006-10-101-5/+5
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+1
* Spelling & GrammarAvuton Olrich2006-08-111-2/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-174/+196
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-1/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-141-13/+2
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Remove unnecessary include, has always been pulledAvuton Olrich2006-07-051-1/+0
* Hopefully the last of the spelling fixes :>Eric Wong2006-03-161-2/+2
* remove C++ style commentsEric Wong2005-11-191-1/+1
* a little more error outputWarren Dukes2005-03-131-2/+3
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-0/+2
* wee bit of code cleanupWarren Dukes2005-03-051-1/+1
* fix some compilation warningWarren Dukes2005-03-051-1/+3
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-0/+4
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-191-3/+1
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-3/+15
* add "genre" and "description" to shout config parametersWarren Dukes2004-11-091-0/+19
* be sure to flush the metadata on song changeWarren Dukes2004-11-091-39/+47
* don't set granulepos, that's pad, mmmkay?Warren Dukes2004-11-091-5/+0
* try one other thing to fix icecast dropping clientsWarren Dukes2004-11-091-0/+1
* make default non-publicWarren Dukes2004-11-041-1/+1
* shout config: make "user" optional and default to "source", also add optional...Warren Dukes2004-11-041-2/+17