aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2005-11-19remove C++ style commentsEric Wong9-36/+41
2005-11-19gcc 2.95 fixesEric Wong5-6/+9
2005-11-18DJWLindenaar's fix race condition and some memory leaks patchQball Cow7-8/+44
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow12-115/+284
2005-10-25debug messages no longer cause segfaults :PEric Wong2-6/+4
2005-10-02Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow1-2/+2
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow11-13/+81
2005-09-03forgot to print a strerrorWarren Dukes1-1/+1
2005-08-25patch for using Tremor to decode Ogg-VorbisEric Wong1-0/+15
2005-08-23Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow3-0/+142
2005-08-20"&", not "&&" (the bug itself was harmless, but a bug nevertheless)Eric Wong1-1/+1
2005-08-18change a break; to a return statementWarren Dukes1-1/+1
2005-08-18restore compat.cWarren Dukes1-0/+503
2005-08-18attempt to fix an issue discoverred by jat with sending two close commands ba...Warren Dukes2-503/+5
2005-08-11patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes3-0/+299
2005-08-07Fix AddId handler, It tried to add the first argument instead of the 2nd. Res...Qball Cow1-1/+1
2005-08-07fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong1-1/+2
2005-08-07Fix musepack bitrate displayEric Wong1-3/+4
2005-07-30update musepack decoding code to use the newer mpcdec libraryEric Wong1-4/+4
2005-07-03don't check errno unless we have an error (ret<0) from write()Eric Wong1-1/+1
2005-06-05don't require format parameter for audio_output optionsWarren Dukes1-1/+1
2005-05-29forgot to parse the format string of audio_output'sWarren Dukes1-11/+14
2005-05-07fix spelling errorWarren Dukes1-1/+1
2005-05-03'add' command now requires one argumentWarren Dukes1-6/+4
2005-04-30fix bug 421: database read failed with newline in ID3-tagWarren Dukes2-2/+2
2005-04-27change the default max_output_buffer_size from 2048 to 8192Warren Dukes1-1/+1
2005-04-17fix some parsing of http_prebuffer_sizeWarren Dukes1-3/+3
2005-04-06fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes1-5/+10
2005-04-03syntax error cleanupWarren Dukes1-1/+1
2005-04-03fix syntax errorWarren Dukes1-1/+1
2005-03-29- Fix incompatible type warningsAvuton Olrich1-2/+2
2005-03-28simpler parentPath() function from the uclinux branch (well-tested)Eric Wong1-12/+9
2005-03-24destroy mutex's and condition'sWarren Dukes1-0/+2
2005-03-24revert to r3105Warren Dukes1-35/+59
2005-03-23fix compilation error in os x pluginWarren Dukes1-3/+3
2005-03-22potentially fix OS X woesWarren Dukes1-59/+35
2005-03-21drop the current audio buffer when seekingWarren Dukes1-0/+1
2005-03-20some potential optimizations for OS XWarren Dukes1-26/+55
2005-03-19print out bits in debug message output for OSS and ALSAWarren Dukes3-5/+9
2005-03-19fix a spelling error in a debug msgWarren Dukes1-1/+1
2005-03-19cleanup some debug codeWarren Dukes1-14/+11
2005-03-19fix some signal handlingWarren Dukes3-15/+13
2005-03-17bump the OS X buffer up to 1sWarren Dukes1-3/+3
2005-03-17dynamically allocate a buffer for 0.5s of audio for OS XWarren Dukes1-13/+20
2005-03-17tweak OS X a bit moreWarren Dukes1-1/+1
2005-03-17OS X tweaksWarren Dukes1-4/+2
2005-03-17fix for dmixWarren Dukes1-2/+1
2005-03-17slight tweak of avuton's idea of causing an error when no audio output's foundWarren Dukes1-6/+1
2005-03-16cleanup debugging code and implement _dropBufferedAudio()Warren Dukes1-32/+26
2005-03-16closing the audio device seems to work nowWarren Dukes1-1/+9