aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-01 14:12:23 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-01 14:12:23 +0000
commit42e147a1f851db32398b9a2dfc77760a52f473ea (patch)
tree7d5ab8a7c58a6c4216b49c9ee978dc84d5dc78b9 /TODO
parent8cb147764b3b379f0ecd2efb69e6c200ecfbef7c (diff)
downloadmpd-42e147a1f851db32398b9a2dfc77760a52f473ea.tar.gz
mpd-42e147a1f851db32398b9a2dfc77760a52f473ea.tar.xz
mpd-42e147a1f851db32398b9a2dfc77760a52f473ea.zip
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@2444 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 902ef9892..d6dca89a8 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
0.12
----
*) AudioOutput
- *) intigrate np's oss shit
*) have "format" as a default config option for all audioOutputs
*) don't automatically close audioOutput devices on openDevice(),
instead, let the plugins determine if they should be closed
@@ -12,6 +11,8 @@
*) Cleanup Config File Code
+*) Steal resampling code from ices (i think this code works only for 16-bit)
+
*) Rewrite replaygain stuff:
*) Replay gain struct with album and track gain's and peak's
*) Pass these to replaygain function
@@ -38,7 +39,7 @@
*) command for displaying playlist contents
*) command for appending to playlist
-*) abstract out input buffering from inputStream_http to inputStream
+*) max http buffering configurable
*) use getaddrinfo instead of gethostbyname (check libshout)