diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-22 22:21:02 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-22 22:21:02 +0000 |
commit | 4a742801ab0315ad5628f7f6162b379bcf8e315b (patch) | |
tree | 9925b7ae4973003cb9806245890b73778da98796 | |
parent | 395281c7a090bebaa3a27b112bd526cf8b42a788 (diff) | |
download | mpd-4a742801ab0315ad5628f7f6162b379bcf8e315b.tar.gz mpd-4a742801ab0315ad5628f7f6162b379bcf8e315b.tar.xz mpd-4a742801ab0315ad5628f7f6162b379bcf8e315b.zip |
update for 0.10.2
git-svn-id: https://svn.musicpd.org/mpd/trunk@407 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | INSTALL | 3 |
3 files changed, 15 insertions, 0 deletions
@@ -4,3 +4,6 @@ wave File Support -> normalperson setuid patch -> Nagilum 'next' and 'previous' patch -> Niklas Hofer command.c cleanup -> mackstann + +libid3tag and libmad copyrighted by Robert Leslie, http://www.underbit.com/products/mad +mp4ff copyrighted by M. Bakker, Ahead Software AG, http://www.nero.com @@ -1,3 +1,12 @@ +ver 0.10.2 (2004/3/25) +1) Add suport for AAC +2) Substitute '\n' with ' ' int tag info +3) Remove empty directories from db +4) Resume from current position in song when using state file +5) Pause now closes the music device, and reopens it on resuming +6) Fix unnecessary big endian byte swapping +7) If locale is "C" or "POSIX", then use ISO-8859-1 as the fs charset + ver 0.10.1 (2004/3/7) 1) Check to see if we need to add "-lm" when linking mpd 2) Fix issues with skipping bad frames in an mp3 (this way we get the correct samplerate and such) @@ -25,6 +25,9 @@ libogg, libogg-devel, libvorbis, and libvorbis-devel). Flac - http://flac.sf.net For Flac support, you need Flac 1.1.0 or greater. +FAAD2 - http://faac.sf.net +For MP4/AAC support. + Audiofile - http://www.68k.org/~michael/audiofile/ For wave support. |