aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* little more rewriting of config file stuffssvn/shank-rewrite-configWarren Dukes2004-10-293-239/+213
* sync this branch with trunkWarren Dukes2004-10-292-3/+1
* add audioOutput_oss to this branchWarren Dukes2004-10-291-0/+207
* sync w/ trunkWarren Dukes2004-10-298-34/+122
* updated mpd config exampleWarren Dukes2004-10-282-35/+33
* new config file format stuff, quick test shows it worksWarren Dukes2004-10-2812-196/+284
* getting closer to being done with initial config file rewriteWarren Dukes2004-10-286-103/+157
* more config rewrite work, done with audioOutput* stuffWarren Dukes2004-10-272-49/+37
* more config file rewrite actions happeningWarren Dukes2004-10-276-142/+235
* more config rewrite progressWarren Dukes2004-10-272-3/+106
* quick commitWarren Dukes2004-10-271-72/+8
* work in progress: config file rewriteWarren Dukes2004-10-275-109/+171
* new branch for config file parsing rewriteWarren Dukes2004-10-270-0/+0
* todo updateWarren Dukes2004-10-271-1/+1
* fix compilation error when shout is not foundWarren Dukes2004-10-261-1/+2
* Added ao_driver options to help the user pick what they need, also told to re...Avuton Olrich2004-10-261-0/+16
* fix segfault when reconnecting to icecast server, this was due to error sendi...Warren Dukes2004-10-262-36/+47
* add shout* stuff to exampe mpd config fileWarren Dukes2004-10-261-0/+14
* also, don't need the device open to send the metadataWarren Dukes2004-10-261-1/+1
* lets try this soltuion to sending metadata, here we store metadata to send on...Warren Dukes2004-10-261-33/+51
* undo last changesWarren Dukes2004-10-261-21/+11
* try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes2004-10-263-14/+24
* some shout cleanupsWarren Dukes2004-10-251-1/+3
* little more robust error handlingWarren Dukes2004-10-251-15/+25
* stream name maybe icy-name or ice-name in the http headersWarren Dukes2004-10-251-1/+3
* parse metadata and send to output when playing another streamWarren Dukes2004-10-252-4/+8
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-2510-30/+116
* shout_sync before shout_send, not afterWarren Dukes2004-10-231-2/+2
* slightly better error handling/broken connection detection for shout outputWarren Dukes2004-10-231-26/+60
* wee found the audioFormatConversion bug, was actually a bug in shout pluginWarren Dukes2004-10-233-2/+8
* ok, resampling and converting to mono no worksWarren Dukes2004-10-231-27/+41
* configure shout encoding quality and audio formatWarren Dukes2004-10-238-56/+167
* fix a snafoo in configure.acWarren Dukes2004-10-221-1/+1
* use vbr for now, less cpu usage for some reasonWarren Dukes2004-10-221-5/+2
* todo and configure script updatesWarren Dukes2004-10-222-2/+9
* initial working shout outputWarren Dukes2004-10-221-1/+85
* on finishAudioDriver, be sure to set shoutOutput = NULLWarren Dukes2004-10-221-0/+1
* this really fixes pauseWarren Dukes2004-10-221-4/+5
* fix segfault when resuming from pauseWarren Dukes2004-10-221-0/+1
* check HAVE_SHOUTWarren Dukes2004-10-201-0/+20
* i changed somethin *shrug*Warren Dukes2004-10-201-0/+7
* shout audioOutput will now connect and disconnect from icecast serverWarren Dukes2004-10-205-9/+121
* oops, forgot to add the shout stubWarren Dukes2004-10-201-0/+83
* stub audioOutput plugin for shoutWarren Dukes2004-10-202-0/+3
* be sure to free "data" when finishing the output driverWarren Dukes2004-10-201-1/+6
* oops, accidently broke crossfading, fixed nowWarren Dukes2004-10-202-1/+2
* some small cleanupsWarren Dukes2004-10-202-15/+8
* ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes2004-10-204-159/+32
* minor little changes to audio junkWarren Dukes2004-10-203-17/+26
* some work on the new audioOutput layerWarren Dukes2004-10-204-133/+89