Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
2fa7125c
Commit
2fa7125c
authored
Jul 14, 2006
by
J. Alexander Treuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change shank's email address
git-svn-id:
https://svn.musicpd.org/mpd/trunk@4333
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
2a65e866
Show whitespace changes
Inline
Side-by-side
Showing
102 changed files
with
103 additions
and
103 deletions
+103
-103
AUTHORS
AUTHORS
+1
-1
configure.ac
configure.ac
+1
-1
mpd.1
doc/mpd.1
+1
-1
ack.h
src/ack.h
+1
-1
audio.c
src/audio.c
+1
-1
audio.h
src/audio.h
+1
-1
audioOutput.c
src/audioOutput.c
+1
-1
audioOutput.h
src/audioOutput.h
+1
-1
audioOutput_alsa.c
src/audioOutputs/audioOutput_alsa.c
+1
-1
audioOutput_ao.c
src/audioOutputs/audioOutput_ao.c
+1
-1
audioOutput_mvp.c
src/audioOutputs/audioOutput_mvp.c
+1
-1
audioOutput_oss.c
src/audioOutputs/audioOutput_oss.c
+1
-1
audioOutput_osx.c
src/audioOutputs/audioOutput_osx.c
+1
-1
audioOutput_pulse.c
src/audioOutputs/audioOutput_pulse.c
+1
-1
audioOutput_shout.c
src/audioOutputs/audioOutput_shout.c
+1
-1
buffer2array.c
src/buffer2array.c
+1
-1
buffer2array.h
src/buffer2array.h
+1
-1
charConv.c
src/charConv.c
+1
-1
charConv.h
src/charConv.h
+1
-1
command.c
src/command.c
+1
-1
command.h
src/command.h
+1
-1
conf.c
src/conf.c
+1
-1
conf.h
src/conf.h
+1
-1
dbUtils.c
src/dbUtils.c
+1
-1
dbUtils.h
src/dbUtils.h
+1
-1
decode.c
src/decode.c
+1
-1
decode.h
src/decode.h
+1
-1
directory.c
src/directory.c
+1
-1
directory.h
src/directory.h
+1
-1
inputPlugin.c
src/inputPlugin.c
+1
-1
inputPlugin.h
src/inputPlugin.h
+1
-1
_flac_common.c
src/inputPlugins/_flac_common.c
+1
-1
_flac_common.h
src/inputPlugins/_flac_common.h
+1
-1
_ogg_common.c
src/inputPlugins/_ogg_common.c
+1
-1
_ogg_common.h
src/inputPlugins/_ogg_common.h
+1
-1
aac_plugin.c
src/inputPlugins/aac_plugin.c
+1
-1
audiofile_plugin.c
src/inputPlugins/audiofile_plugin.c
+1
-1
flac_plugin.c
src/inputPlugins/flac_plugin.c
+1
-1
mod_plugin.c
src/inputPlugins/mod_plugin.c
+1
-1
mp3_plugin.c
src/inputPlugins/mp3_plugin.c
+1
-1
mp4_plugin.c
src/inputPlugins/mp4_plugin.c
+1
-1
mpc_plugin.c
src/inputPlugins/mpc_plugin.c
+1
-1
oggflac_plugin.c
src/inputPlugins/oggflac_plugin.c
+1
-1
oggvorbis_plugin.c
src/inputPlugins/oggvorbis_plugin.c
+1
-1
inputStream.c
src/inputStream.c
+1
-1
inputStream.h
src/inputStream.h
+1
-1
inputStream_file.c
src/inputStream_file.c
+1
-1
inputStream_file.h
src/inputStream_file.h
+1
-1
inputStream_http.c
src/inputStream_http.c
+1
-1
inputStream_http.h
src/inputStream_http.h
+1
-1
interface.c
src/interface.c
+1
-1
interface.h
src/interface.h
+1
-1
list.c
src/list.c
+1
-1
list.h
src/list.h
+1
-1
listen.c
src/listen.c
+1
-1
listen.h
src/listen.h
+1
-1
log.c
src/log.c
+1
-1
log.h
src/log.h
+1
-1
ls.c
src/ls.c
+1
-1
ls.h
src/ls.h
+1
-1
main.c
src/main.c
+2
-2
metadataChunk.c
src/metadataChunk.c
+1
-1
metadataChunk.h
src/metadataChunk.h
+1
-1
mpd_types.h
src/mpd_types.h
+1
-1
myfprintf.c
src/myfprintf.c
+1
-1
myfprintf.h
src/myfprintf.h
+1
-1
outputBuffer.c
src/outputBuffer.c
+1
-1
outputBuffer.h
src/outputBuffer.h
+1
-1
path.c
src/path.c
+1
-1
path.h
src/path.h
+1
-1
pcm_utils.c
src/pcm_utils.c
+1
-1
pcm_utils.h
src/pcm_utils.h
+1
-1
permission.c
src/permission.c
+1
-1
permission.h
src/permission.h
+1
-1
player.c
src/player.c
+1
-1
player.h
src/player.h
+1
-1
playerData.c
src/playerData.c
+1
-1
playerData.h
src/playerData.h
+1
-1
playlist.c
src/playlist.c
+1
-1
playlist.h
src/playlist.h
+1
-1
replayGain.c
src/replayGain.c
+1
-1
replayGain.h
src/replayGain.h
+1
-1
sig_handlers.c
src/sig_handlers.c
+1
-1
sig_handlers.h
src/sig_handlers.h
+1
-1
signal_check.c
src/signal_check.c
+1
-1
signal_check.h
src/signal_check.h
+1
-1
song.c
src/song.c
+1
-1
song.h
src/song.h
+1
-1
stats.c
src/stats.c
+1
-1
stats.h
src/stats.h
+1
-1
tag.c
src/tag.c
+1
-1
tag.h
src/tag.h
+1
-1
tagTracker.c
src/tagTracker.c
+1
-1
tagTracker.h
src/tagTracker.h
+1
-1
tree.c
src/tree.c
+1
-1
tree.h
src/tree.h
+1
-1
utf8.c
src/utf8.c
+1
-1
utf8.h
src/utf8.h
+1
-1
utils.c
src/utils.c
+1
-1
utils.h
src/utils.h
+1
-1
volume.c
src/volume.c
+1
-1
volume.h
src/volume.h
+1
-1
No files found.
AUTHORS
View file @
2fa7125c
Developer -> Warren Dukes <
shank@mercury.chem.pitt.edu
>
Developer -> Warren Dukes <
warren.dukes@gmail.com
>
Developer -> tw-nym
audiofile support and command.c cleanup -> normalperson
setuid patch -> Nagilum
...
...
configure.ac
View file @
2fa7125c
...
...
@@ -2,7 +2,7 @@ dnl AC_INIT(src/main.c)
dnl AM_INIT_AUTOMAKE(mpd, 0.10.0)
AC_PREREQ(2.52)
AC_INIT(mpd, 0.12.0,
shank@mercury.chem.pitt.edu
)
AC_INIT(mpd, 0.12.0,
warren.dukes@gmail.com
)
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
dnl MAD wants this stuff
...
...
doc/mpd.1
View file @
2fa7125c
...
...
@@ -56,6 +56,6 @@ If you find a bug, please report it at
.br
<\fBhttp://www.musicpd.org/mantis/bug_report_page.php\fP>.
.SH AUTHORS
Warren Dukes <warren.dukes
__AT__
gmail.com>
Warren Dukes <warren.dukes
@
gmail.com>
Special thanks to all the people that provided feedback and patches.
src/ack.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audio.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audio.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutput.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutput.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutputs/audioOutput_alsa.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutputs/audioOutput_ao.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutputs/audioOutput_mvp.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* Media MVP audio output based on code from MVPMC project:
...
...
src/audioOutputs/audioOutput_oss.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* OSS audio output (c) 2004, 2005, 2006 by Eric Wong <eric@petta-tech.com>
...
...
src/audioOutputs/audioOutput_osx.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutputs/audioOutput_pulse.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutputs/audioOutput_shout.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/buffer2array.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/buffer2array.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/charConv.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/charConv.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/command.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/command.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/conf.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/conf.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/dbUtils.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/dbUtils.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/decode.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/decode.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/directory.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/directory.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugin.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugin.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/_flac_common.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* Common data structures and functions used by FLAC and OggFLAC
...
...
src/inputPlugins/_flac_common.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* Common data structures and functions used by FLAC and OggFLAC
...
...
src/inputPlugins/_ogg_common.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC)
...
...
src/inputPlugins/_ogg_common.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC)
...
...
src/inputPlugins/aac_plugin.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/audiofile_plugin.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* libaudiofile (wave) support added by Eric Wong <normalperson@yhbt.net>
...
...
src/inputPlugins/flac_plugin.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/mod_plugin.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/mp3_plugin.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/mp4_plugin.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/mpc_plugin.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/oggflac_plugin.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* OggFLAC support (half-stolen from flac_plugin.c :))
...
...
src/inputPlugins/oggvorbis_plugin.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream_file.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream_file.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream_http.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream_http.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/interface.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/interface.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/list.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/list.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/listen.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/listen.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/log.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/log.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/ls.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/ls.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/main.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -127,7 +127,7 @@ void usage(char * argv[]) {
void
version
()
{
LOG
(
"mpd (MPD: Music Player Daemon) %s
\n
"
,
VERSION
);
LOG
(
"
\n
"
);
LOG
(
"Copyright (C) 2003-2004 Warren Dukes <
shank@mercury.chem.pitt.edu
>
\n
"
);
LOG
(
"Copyright (C) 2003-2004 Warren Dukes <
warren.dukes@gmail.com
>
\n
"
);
LOG
(
"This is free software; see the source for copying conditions. There is NO
\n
"
);
LOG
(
"warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
\n
"
);
LOG
(
"
\n
"
);
...
...
src/metadataChunk.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/metadataChunk.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/mpd_types.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/myfprintf.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/myfprintf.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/outputBuffer.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/outputBuffer.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/path.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/path.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/pcm_utils.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/pcm_utils.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/permission.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/permission.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/player.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/player.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/playerData.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/playerData.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/playlist.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/playlist.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/replayGain.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* (c)2004 replayGain code by AliasMrJones
* This project's homepage is: http://www.musicpd.org
*
...
...
src/replayGain.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* (c)2004 replayGain code by AliasMrJones
* This project's homepage is: http://www.musicpd.org
*
...
...
src/sig_handlers.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* (c) 2004 Nick Welch (mack@incise.org)
* This project's homepage is: http://www.musicpd.org
*
...
...
src/sig_handlers.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/signal_check.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
* (c)2004 by mackstann
* This project's homepage is: http://www.musicpd.org
*
...
...
src/signal_check.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
* (c)2004 by mackstann
* This project's homepage is: http://www.musicpd.org
*
...
...
src/song.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/song.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/stats.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/stats.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/tag.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/tag.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/tagTracker.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/tagTracker.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/tree.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/tree.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/utf8.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/utf8.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/utils.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/utils.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/volume.c
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/volume.h
View file @
2fa7125c
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (
shank@mercury.chem.pitt.edu
)
* (c)2003-2006 by Warren Dukes (
warren.dukes@gmail.com
)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment