Update ChangeLog and TODO
ChangeLog and TODO have been updated to reflect "addid" improvement. esd support has been removed from the TODO, PulseAudio supercedes esd and we already have a PulseAudio output. Moving NAS, SUN, OSX mixer/output off into the unknown because nobody seems to use them or care enough to implement them (I sure don't). git-svn-id: https://svn.musicpd.org/mpd/trunk@7187 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
5915fe55c0
commit
7d574703ad
|
@ -11,6 +11,7 @@ ver 0.14.0 (????/??/??)
|
||||||
* New FIFO audio output
|
* New FIFO audio output
|
||||||
* Support for WavPack files
|
* Support for WavPack files
|
||||||
* Support for reading ReplayGain from LAME tags on MP3s
|
* Support for reading ReplayGain from LAME tags on MP3s
|
||||||
|
* addid takes optional second argument to specify position
|
||||||
|
|
||||||
ver 0.13.0 (2007/5/28)
|
ver 0.13.0 (2007/5/28)
|
||||||
* New JACK audio output
|
* New JACK audio output
|
||||||
|
|
33
TODO
33
TODO
|
@ -7,32 +7,18 @@
|
||||||
*) input plugins
|
*) input plugins
|
||||||
*) add support for playing aac streams
|
*) add support for playing aac streams
|
||||||
|
|
||||||
*) mixer
|
|
||||||
*) add sun support
|
|
||||||
*) add OS X support
|
|
||||||
|
|
||||||
*) Add support for 24-bit audio
|
*) Add support for 24-bit audio
|
||||||
|
|
||||||
*) cleanup linked list code!
|
*) cleanup linked list code!
|
||||||
|
|
||||||
*) implement listener socket protocol as documented here:
|
|
||||||
http://mpd.wikia.com/wiki/MusicPlayerDaemonListenerProtocol
|
|
||||||
|
|
||||||
*) support for dynamically loading plugins
|
|
||||||
*) cleanup input plugins "API"
|
|
||||||
*) cleanup output plugins "API"
|
|
||||||
|
|
||||||
*) add error codes for status->error
|
*) add error codes for status->error
|
||||||
|
|
||||||
*) Cleanup Config File Code
|
*) Cleanup Config File Code
|
||||||
|
|
||||||
*) audio output
|
*) audio output
|
||||||
*) write a esd native audioOutput
|
|
||||||
*) write a nas native audioOutput
|
|
||||||
*) allowing "pausing" of audio output devices
|
*) allowing "pausing" of audio output devices
|
||||||
*) while pausing, play silence for the devices that don't support
|
*) while pausing, play silence for the devices that don't support
|
||||||
"pausing"
|
"pausing"
|
||||||
*) write a sun native audioOutput
|
|
||||||
*) more accurate time reporting by determining how much of audio_device
|
*) more accurate time reporting by determining how much of audio_device
|
||||||
buffer has been played
|
buffer has been played
|
||||||
|
|
||||||
|
@ -43,7 +29,24 @@
|
||||||
*) add playlistreplace command (replace current playlist with saved playlist
|
*) add playlistreplace command (replace current playlist with saved playlist
|
||||||
and keep playing)
|
and keep playing)
|
||||||
|
|
||||||
*) add command for inserting songs in a specific position
|
0.15.0
|
||||||
|
------
|
||||||
|
*) support for dynamically loading plugins
|
||||||
|
*) cleanup input plugins "API"
|
||||||
|
*) cleanup output plugins "API"
|
||||||
|
|
||||||
|
*) implement listener socket protocol as documented here:
|
||||||
|
http://mpd.wikia.com/wiki/MusicPlayerDaemonListenerProtocol
|
||||||
|
|
||||||
|
|
||||||
|
???
|
||||||
|
---
|
||||||
|
*) mixer
|
||||||
|
*) add sun support
|
||||||
|
*) add OS X support
|
||||||
|
*) audio output
|
||||||
|
*) write a nas native audioOutput
|
||||||
|
*) write a sun native audioOutput
|
||||||
|
|
||||||
1.0
|
1.0
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue