aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge up to r3928, branch should be closeable unless there aresvn/oggflacEric Wong2006-03-1812-129/+111
* Merge trunk up to r3859 into oggflacEric Wong2006-03-014-31/+73
* r1072@BL4ST: normalperson | 2005-12-30 20:10:46 -0800Eric Wong2005-12-311-0/+3
* r1071@BL4ST: normalperson | 2005-12-30 20:05:16 -0800Eric Wong2005-12-316-56/+52
* decode.c (OggFLAC branch-only): do not assume mp3 is supported, EVEREric Wong2005-12-271-2/+3
* Fix a couple of warningsAvuton Olrich2005-12-132-0/+2
* oops, add missing filesEric Wong2005-12-137-60/+971
* OggFLAC supportEric Wong2005-12-0518-293/+228
* create a new branch for oggflacEric Wong2005-12-050-0/+0
* optimize away a boatload of strdups during updateEric Wong2005-12-051-4/+11
* remove C++ style commentsEric Wong2005-11-199-36/+41
* gcc 2.95 fixesEric Wong2005-11-195-6/+9
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-187-8/+44
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-1613-115/+288
* debug messages no longer cause segfaults :PEric Wong2005-10-252-6/+4
* Ticho's configure.ac patchQball Cow2005-10-071-19/+18
* Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow2005-10-021-2/+2
* Forgot commit message, Added extra debug output when scanning director sturct...Qball Cow2005-09-081-0/+1
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-0812-15/+84
* forgot to print a strerrorWarren Dukes2005-09-031-1/+1
* disable shout if tremor is used because tremor is only an encoderEric Wong2005-08-261-1/+4
* patch for using Tremor to decode Ogg-VorbisEric Wong2005-08-252-4/+73
* todo updateWarren Dukes2005-08-252-1/+16
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-234-0/+143
* "&", not "&&" (the bug itself was harmless, but a bug nevertheless)Eric Wong2005-08-201-1/+1
* change a break; to a return statementWarren Dukes2005-08-181-1/+1
* restore compat.cWarren Dukes2005-08-181-0/+503
* attempt to fix an issue discoverred by jat with sending two close commands ba...Warren Dukes2005-08-182-503/+5
* patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes2005-08-113-0/+299
* Fix AddId handler, It tried to add the first argument instead of the 2nd. Res...Qball Cow2005-08-071-1/+1
* fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong2005-08-071-1/+2
* Fix musepack bitrate displayEric Wong2005-08-071-3/+4
* --enable-ao enables ao, doesn't disable ao supportWarren Dukes2005-08-021-1/+1
* remove unnecessary apostropheEric Wong2005-07-311-1/+1
* update musepack decoding code to use the newer mpcdec libraryEric Wong2005-07-302-21/+21
* don't check errno unless we have an error (ret<0) from write()Eric Wong2005-07-031-1/+1
* actually disable shout if ogg-vorbis is disabled, instead of justEric Wong2005-06-301-0/+1
* fix some typo's reported by jatWarren Dukes2005-06-171-2/+2
* don't require format parameter for audio_output optionsWarren Dukes2005-06-051-1/+1
* forgot to parse the format string of audio_output'sWarren Dukes2005-05-291-11/+14
* fix spelling errorWarren Dukes2005-05-071-1/+1
* 'add' command now requires one argumentWarren Dukes2005-05-031-6/+4
* fix bug 421: database read failed with newline in ID3-tagWarren Dukes2005-04-302-2/+2
* change the default max_output_buffer_size from 2048 to 8192Warren Dukes2005-04-273-3/+3
* potentially clarify state_fileWarren Dukes2005-04-271-1/+1
* fix some parsing of http_prebuffer_sizeWarren Dukes2005-04-171-3/+3
* todo updateWarren Dukes2005-04-161-25/+29
* todo updateWarren Dukes2005-04-101-10/+15
* fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes2005-04-061-5/+10
* syntax error cleanupWarren Dukes2005-04-031-1/+1