diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-10-29 03:30:23 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-10-29 03:30:23 +0000 |
commit | 9906d3a7b2c509764afb14e9414789b36b266364 (patch) | |
tree | a7975e491c8dd6260b146c018971d40e9e3b7000 /TODO | |
parent | 94ee53178d3c9e6950e9fccaeaf67555274a4107 (diff) | |
download | mpd-9906d3a7b2c509764afb14e9414789b36b266364.tar.gz mpd-9906d3a7b2c509764afb14e9414789b36b266364.tar.xz mpd-9906d3a7b2c509764afb14e9414789b36b266364.zip |
begin integrating np's oss code
git-svn-id: https://svn.musicpd.org/mpd/trunk@2394 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 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 + or not, so that they can just leave the device open, + like if they are using a constant audioFormat + *) Fix id3v1 encoding *) Cleanup Config File Code |