music player daemon (fork)
Go to file
Max Kellermann 58554e14f9 notify: protect notify->pending with the mutex
There was a known deadlocking bug in the notify library: when the
other thread set notify->pending after the according check in
notify_wait(), the latter thread was deadlocked.  Resolve this by
synchronizing all accesses to notify->pending with the notify object's
mutex.  Since notify_signal_sync() was never used, we can remove it.
As a consequence, we don't need notify_enter() and notify_leave()
anymore; eliminate them, too.
2008-09-26 09:57:11 +02:00
bs build: enable -Wcast-qual -Wwrite-strings CFLAGS 2008-09-07 18:37:29 +02:00
doc doc/COMMANDS: document "addid" 2008-09-23 23:59:55 +02:00
m4 shout: added mp3 encoder 2008-09-12 16:05:23 +02:00
scripts scripts/mpd-indent.sh: fixup goto label indentation 2007-12-16 21:47:48 +00:00
src notify: protect notify->pending with the mutex 2008-09-26 09:57:11 +02:00
AUTHORS Updating Kodest's name/email. 2007-06-25 12:13:45 +00:00
autogen.sh autogen.sh: support for newer autoconf versions (2.60, 2.61) 2008-01-27 23:10:37 +00:00
build.mk bs: better support for mp4/faad/aac and wavpack builds 2008-08-16 04:17:54 +00:00
ChangeLog Update ChangeLog and TODO 2008-02-25 00:19:14 +00:00
configure.ac properly configure the M4 macro directory 2008-09-23 22:38:46 +02:00
COPYING import from SF CVS 2004-02-23 23:41:20 +00:00
INSTALL Updating INSTALL. 2007-05-27 13:38:52 +00:00
Makefile.am properly configure the M4 macro directory 2008-09-23 22:38:46 +02:00
README Doc updates for 0.13.0 2007-03-31 15:20:39 +00:00
TODO Update ChangeLog and TODO 2008-02-25 00:19:14 +00:00
UPGRADING Updating UPGRADING. 2007-05-27 13:30:46 +00:00

                       Music Player Daemon (MPD)
                        http://www.musicpd.org

A daemon for playing music of various formats.  Music is played through the 
server's audio device.  The daemon stores info about all available music, 
and this info can be easily searched and retrieved.  Player control, info
retrieval, and playlist management can all be managed remotely.

To install MPD, see INSTALL.

MPD includes mp4ff in the source, due to licensing issues of the newer 
version and includes bugfixes with the properly licensed version.  mp4ff is 
released under the GPL and copyrighted by M. Bakker, Ahead Software AG 
(http://www.nero.com) and is distributed as a part of the FAAD2 - Freeware 
Advance Audio (AAC) Decoder.

MPD is released under the GNU Public License.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
For the full license, see COPYING.