mpd/src
Eric Wong 63475b5a68 r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800
Fix a couple of warnings (sbh, from oggflac branch)

git-svn-id: https://svn.musicpd.org/mpd/trunk@3752 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2005-12-31 03:23:46 +00:00
..
audioOutputs potential fix for bug #466 2005-12-12 03:22:27 +00:00
inputPlugins Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (from ticho) 2005-09-08 21:08:02 +00:00
libid3tag restore compat.c 2005-08-18 16:48:53 +00:00
libmad we don't need these! 2004-03-18 16:33:10 +00:00
mp4ff - Fix compilation error when compiling in a working directory with mp4 support. 2004-11-14 19:03:28 +00:00
ack.h add copyright notices 2004-06-16 21:52:59 +00:00
audio.c Saving state of output-device in state-file. (This is a temporary solution, rewrite of state-file is planned for 0.13) 2005-08-23 12:01:37 +00:00
audio.h Saving state of output-device in state-file. (This is a temporary solution, rewrite of state-file is planned for 0.13) 2005-08-23 12:01:37 +00:00
audioOutput.c don't require format parameter for audio_output options 2005-06-05 20:09:35 +00:00
audioOutput.h if no audioOutput specified, we no attempt to detect if there exists a usable oss or alsa device 2005-03-12 03:10:09 +00:00
buffer2array.c todo update 2004-11-03 18:13:45 +00:00
buffer2array.h remove vim &*(@ 2004-11-03 18:28:29 +00:00
charConv.c optimize away a boatload of strdups during update 2005-12-05 01:21:03 +00:00
charConv.h remove vim &*(@ 2004-11-03 18:28:29 +00:00
command.c Fix AddId handler, It tried to add the first argument instead of the 2nd. Resulting it tries to add "addid" 2005-08-07 18:47:49 +00:00
command.h DJWLindenaar's fix race condition and some memory leaks patch 2005-11-18 12:09:05 +00:00
conf.c remove C++ style comments 2005-11-19 10:52:47 +00:00
conf.h DJWLindenaar's fix race condition and some memory leaks patch 2005-11-18 12:09:05 +00:00
dbUtils.c add "any" option for search and find, patch from Robert Andersson 2005-02-28 23:57:47 +00:00
dbUtils.h now more flexible list, search, find, where you can enter pairs of 2004-11-12 01:44:27 +00:00
decode.c call dropBufferedAudio() when pausing 2005-12-17 00:56:48 +00:00
decode.h now player and decoder processes should only exit() when receiving term signal from their respective parent processes 2005-03-08 00:17:33 +00:00
directory.c r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800 2005-12-31 03:23:46 +00:00
directory.h config file change! now 'port' is optional and 'db_file' is required! 2005-03-06 19:00:58 +00:00
inputPlugin.c will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack to 2005-02-01 03:20:16 +00:00
inputPlugin.h add copyright notices 2004-06-16 21:52:59 +00:00
inputStream_file.c oops forgot a \n in a debu statement 2004-07-14 10:52:39 +00:00
inputStream_file.h remove vim &*(@ 2004-11-03 18:28:29 +00:00
inputStream_http.c fix some parsing of http_prebuffer_size 2005-04-17 18:51:03 +00:00
inputStream_http.h remove vim &*(@ 2004-11-03 18:28:29 +00:00
inputStream.c fix qball's bug, crossfading playing with funny samplerate 2004-06-20 17:07:13 +00:00
inputStream.h todo update 2004-11-03 16:53:43 +00:00
interface.c change a break; to a return statement 2005-08-18 16:50:29 +00:00
interface.h todo update 2004-06-21 00:22:02 +00:00
list.c this shit really needs to be cleaned up, but its good enough for testing, 2004-11-15 19:29:20 +00:00
list.h this shit really needs to be cleaned up, but its good enough for testing, 2004-11-15 19:29:20 +00:00
listen.c DJWLindenaar balanced tree and master process patch 2005-11-16 14:43:04 +00:00
listen.h DJWLindenaar balanced tree and master process patch 2005-11-16 14:43:04 +00:00
log.c if no audioOutput specified, we no attempt to detect if there exists a usable oss or alsa device 2005-03-12 03:10:09 +00:00
log.h Add WARNING log method. it's the same as ERROR, except that when mpd starts, 2004-06-12 02:06:16 +00:00
ls.c debug messages no longer cause segfaults :P 2005-10-25 20:35:16 +00:00
ls.h todo update 2004-06-21 04:11:23 +00:00
main.c r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800 2005-12-31 03:23:46 +00:00
Makefile.am patch from Oliver Logghe for Hauppage Media MVP support 2005-08-11 12:34:38 +00:00
metadataChunk.c make copyTag to metadatachunk a little more efficient 2004-11-11 00:04:16 +00:00
metadataChunk.h add copyright notices 2004-06-16 21:52:59 +00:00
mpd_types.h remove vim &*(@ 2004-11-03 18:28:29 +00:00
myfprintf.c DJWLindenaar's fix race condition and some memory leaks patch 2005-11-18 12:09:05 +00:00
myfprintf.h DJWLindenaar's fix race condition and some memory leaks patch 2005-11-18 12:09:05 +00:00
outputBuffer.c print out bits in debug message output for OSS and ALSA 2005-03-19 14:30:07 +00:00
outputBuffer.h rewrite replaygain code, needs testing 2004-11-02 19:56:59 +00:00
path.c simpler parentPath() function from the uclinux branch (well-tested) 2005-03-28 12:21:12 +00:00
path.h config file change! now 'port' is optional and 'db_file' is required! 2005-03-06 19:00:58 +00:00
pcm_utils.c wee found the audioFormatConversion bug, was actually a bug in shout plugin 2004-10-23 12:58:59 +00:00
pcm_utils.h remove vim &*(@ 2004-11-03 18:28:29 +00:00
permission.c ok, now song->url is only the filename, not the full path to the song 2004-11-11 02:59:16 +00:00
permission.h remove vim &*(@ 2004-11-03 18:28:29 +00:00
player.c remove C++ style comments 2005-11-19 10:52:47 +00:00
player.h fix a big time bug in metadataChunk (off by one in an array assignment) 2004-10-25 20:09:03 +00:00
playerData.c DJWLindenaar balanced tree and master process patch 2005-11-16 14:43:04 +00:00
playerData.h DJWLindenaar balanced tree and master process patch 2005-11-16 14:43:04 +00:00
playlist.c for windows compatibility, if we're unable to add a song, convert '\' to '/' and try again to add the file 2005-03-08 01:07:46 +00:00
playlist.h remove vim &*(@ 2004-11-03 18:28:29 +00:00
replayGain.c hopefully replaygain now works for musepack 2005-03-07 01:30:29 +00:00
replayGain.h rewrite replaygain code, needs testing 2004-11-02 19:56:59 +00:00
sig_handlers.c DJWLindenaar's fix race condition and some memory leaks patch 2005-11-18 12:09:05 +00:00
sig_handlers.h DJWLindenaar balanced tree and master process patch 2005-11-16 14:43:04 +00:00
signal_check.c a few extra strerror()'s sprinkled in the code 2004-11-02 05:29:22 +00:00
signal_check.h remove vim &*(@ 2004-11-03 18:28:29 +00:00
song.c debug messages no longer cause segfaults :P 2005-10-25 20:35:16 +00:00
song.h implement saved memory by not storing full path 2004-11-11 02:36:25 +00:00
stats.c merge changes from metadata-rewrite branch 2004-11-10 21:58:27 +00:00
stats.h remove vim &*(@ 2004-11-03 18:28:29 +00:00
tag.c remove C++ style comments 2005-11-19 10:52:47 +00:00
tag.h add support for parsing ape tags in musepack files 2005-03-07 00:51:21 +00:00
tagTracker.c remove C++ style comments 2005-11-19 10:52:47 +00:00
tagTracker.h DJWLindenaar balanced tree and master process patch 2005-11-16 14:43:04 +00:00
tree.c begin tree implementation 2005-02-24 03:27:19 +00:00
tree.h remove C++ style comments 2005-11-19 10:52:47 +00:00
utf8.c todo update 2004-11-03 18:13:45 +00:00
utf8.h add audioOutput.c 2004-10-10 13:51:33 +00:00
utils.c fix bug 421: database read failed with newline in ID3-tag 2005-04-30 01:50:29 +00:00
utils.h add support for parsing ape tags in musepack files 2005-03-07 00:51:21 +00:00
volume.c undo change 3081 2005-03-15 23:18:23 +00:00
volume.h undo change 3081 2005-03-15 23:18:23 +00:00