mpd/src
J. Alexander Treuman f3be4e8c91 Adding a missing include.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6462 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-02 22:52:53 +00:00
..
audioOutputs Move the timing code from the null plugin to timer.c, so it can be easily 2007-05-30 18:16:35 +00:00
inputPlugins Just specify mimeType as NULL in mpc's InputPlugin struct. 2007-05-22 23:34:26 +00:00
mp4ff Fix warnings for -Wmissing-prototypes 2006-08-20 00:50:44 +00:00
ack.h The massive copyright update 2007-04-05 03:22:33 +00:00
audio.c Adding a null output plugin. 2007-05-30 16:52:56 +00:00
audio.h The massive copyright update 2007-04-05 03:22:33 +00:00
audioOutput.c Only call finishDriverFunc if there is one. The null plugin doesn't have 2007-05-30 18:31:38 +00:00
audioOutput.h Adding a null output plugin. 2007-05-30 16:52:56 +00:00
buffer2array.c The massive copyright update 2007-04-05 03:22:33 +00:00
buffer2array.h The massive copyright update 2007-04-05 03:22:33 +00:00
charConv.c The massive copyright update 2007-04-05 03:22:33 +00:00
charConv.h The massive copyright update 2007-04-05 03:22:33 +00:00
command.c Adding rename command, for renaming stored playlists. 2007-05-24 18:07:19 +00:00
command.h The massive copyright update 2007-04-05 03:22:33 +00:00
compress.c The massive copyright update 2007-04-05 03:22:33 +00:00
compress.h The massive copyright update 2007-04-05 03:22:33 +00:00
conf.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
conf.h The massive copyright update 2007-04-05 03:22:33 +00:00
dbUtils.c Committing pat's rewrite of the stored playlist code. This also adds two 2007-05-16 12:02:10 +00:00
dbUtils.h Adding count command. It's usage is identical to find, but instead of 2007-04-25 23:46:11 +00:00
decode.c The massive copyright update 2007-04-05 03:22:33 +00:00
decode.h The massive copyright update 2007-04-05 03:22:33 +00:00
directory.c "unable open" -> "unable to open" 2007-05-26 18:21:51 +00:00
directory.h Don't list playlists in lsinfo if the path isn't the root directory (they 2007-05-24 17:06:59 +00:00
gcc.h The massive copyright update 2007-04-05 03:22:33 +00:00
inputPlugin.c The massive copyright update 2007-04-05 03:22:33 +00:00
inputPlugin.h The massive copyright update 2007-04-05 03:22:33 +00:00
inputStream_file.c The massive copyright update 2007-04-05 03:22:33 +00:00
inputStream_file.h The massive copyright update 2007-04-05 03:22:33 +00:00
inputStream_http.c Removing some commented code that wrote HTTP streams to stdout. 2007-06-02 21:32:59 +00:00
inputStream_http.h The massive copyright update 2007-04-05 03:22:33 +00:00
inputStream.c The massive copyright update 2007-04-05 03:22:33 +00:00
inputStream.h The massive copyright update 2007-04-05 03:22:33 +00:00
interface.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
interface.h The massive copyright update 2007-04-05 03:22:33 +00:00
ioops.h Changing "//" comments to "/* */" comments. 2007-05-15 23:23:09 +00:00
list.c The massive copyright update 2007-04-05 03:22:33 +00:00
list.h weather -> whether 2007-05-26 15:05:06 +00:00
listen.c Removing the getBoundPort() function and just making boundPort an extern. 2007-06-01 17:44:03 +00:00
listen.h Removing the getBoundPort() function and just making boundPort an extern. 2007-06-01 17:44:03 +00:00
locate.c Use "file" instead of SONG_INFO (literally "file: ") for 2007-03-20 20:22:23 +00:00
locate.h Adding copyright headers to locate.[ch]. 2007-02-24 03:14:00 +00:00
log.c The massive copyright update 2007-04-05 03:22:33 +00:00
log.h The massive copyright update 2007-04-05 03:22:33 +00:00
ls.c The massive copyright update 2007-04-05 03:22:33 +00:00
ls.h The massive copyright update 2007-04-05 03:22:33 +00:00
main.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
Makefile.am Move the timing code from the null plugin to timer.c, so it can be easily 2007-05-30 18:16:35 +00:00
metadataChunk.c The massive copyright update 2007-04-05 03:22:33 +00:00
metadataChunk.h The massive copyright update 2007-04-05 03:22:33 +00:00
mpd_types.h Adding a null output plugin. 2007-05-30 16:52:56 +00:00
myfprintf.c The massive copyright update 2007-04-05 03:22:33 +00:00
myfprintf.h The massive copyright update 2007-04-05 03:22:33 +00:00
normalize.c The massive copyright update 2007-04-05 03:22:33 +00:00
normalize.h The massive copyright update 2007-04-05 03:22:33 +00:00
outputBuffer.c Make pcm_convertAudioFormat return the buffer size. This is necessary 2007-05-26 16:39:55 +00:00
outputBuffer.h Reverting to the full lsr API. Turns out the simple API needs all of the 2007-05-24 21:15:37 +00:00
path.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
path.h The massive copyright update 2007-04-05 03:22:33 +00:00
pcm_utils.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
pcm_utils.h Make pcm_convertAudioFormat return the buffer size. This is necessary 2007-05-26 16:39:55 +00:00
permission.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
permission.h The massive copyright update 2007-04-05 03:22:33 +00:00
player.c Tell the player process (and thus also the decode process) to quit when 2007-06-01 18:10:13 +00:00
player.h Tell the player process (and thus also the decode process) to quit when 2007-06-01 18:10:13 +00:00
playerData.c Tell the player process (and thus also the decode process) to quit when 2007-06-01 18:10:13 +00:00
playerData.h The massive copyright update 2007-04-05 03:22:33 +00:00
playlist.c Tell the player process (and thus also the decode process) to quit when 2007-06-01 18:10:13 +00:00
playlist.h Committing pat's rewrite of the stored playlist code. This also adds two 2007-05-16 12:02:10 +00:00
replayGain.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
replayGain.h The massive copyright update 2007-04-05 03:22:33 +00:00
sig_handlers.c The massive copyright update 2007-04-05 03:22:33 +00:00
sig_handlers.h The massive copyright update 2007-04-05 03:22:33 +00:00
signal_check.c The massive copyright update 2007-04-05 03:22:33 +00:00
signal_check.h The massive copyright update 2007-04-05 03:22:33 +00:00
sllist.c The massive copyright update 2007-04-05 03:22:33 +00:00
sllist.h The massive copyright update 2007-04-05 03:22:33 +00:00
song.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
song.h The massive copyright update 2007-04-05 03:22:33 +00:00
state_file.c After changing ERROR();exit() to FATAL(), gcc incorrectly detects some 2007-05-26 18:20:53 +00:00
state_file.h The massive copyright update 2007-04-05 03:22:33 +00:00
stats.c The massive copyright update 2007-04-05 03:22:33 +00:00
stats.h The massive copyright update 2007-04-05 03:22:33 +00:00
storedPlaylist.c Changing calls to strdup to xstrdup. 2007-05-26 15:04:54 +00:00
storedPlaylist.h Adding rename command, for renaming stored playlists. 2007-05-24 18:07:19 +00:00
tag.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
tag.h The massive copyright update 2007-04-05 03:22:33 +00:00
tagTracker.c The massive copyright update 2007-04-05 03:22:33 +00:00
tagTracker.h The massive copyright update 2007-04-05 03:22:33 +00:00
timer.c Move the timing code from the null plugin to timer.c, so it can be easily 2007-05-30 18:16:35 +00:00
timer.h Move the timing code from the null plugin to timer.c, so it can be easily 2007-05-30 18:16:35 +00:00
tree.c The massive copyright update 2007-04-05 03:22:33 +00:00
tree.h The massive copyright update 2007-04-05 03:22:33 +00:00
utf8.c The massive copyright update 2007-04-05 03:22:33 +00:00
utf8.h The massive copyright update 2007-04-05 03:22:33 +00:00
utils.c The massive copyright update 2007-04-05 03:22:33 +00:00
utils.h The massive copyright update 2007-04-05 03:22:33 +00:00
volume.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
volume.h The massive copyright update 2007-04-05 03:22:33 +00:00
zeroconf.c Adding a missing include. 2007-06-02 22:52:53 +00:00
zeroconf.h The massive copyright update 2007-04-05 03:22:33 +00:00