2007-05-27 15:15:12 +02:00
|
|
|
0.14
|
2004-06-25 03:49:35 +02:00
|
|
|
----
|
2006-07-16 19:35:32 +02:00
|
|
|
|
2005-03-06 02:21:15 +01:00
|
|
|
*) data structures
|
|
|
|
*) remove changes made to linked list for TagTracker
|
|
|
|
|
2005-04-10 21:30:37 +02:00
|
|
|
*) input plugins
|
|
|
|
*) add support for playing aac streams
|
2005-03-23 03:29:34 +01:00
|
|
|
|
2005-04-10 21:30:37 +02:00
|
|
|
*) Add support for 24-bit audio
|
|
|
|
|
2005-02-20 19:04:27 +01:00
|
|
|
*) cleanup linked list code!
|
|
|
|
|
2005-03-26 17:14:37 +01:00
|
|
|
*) add error codes for status->error
|
|
|
|
|
|
|
|
*) Cleanup Config File Code
|
|
|
|
|
|
|
|
*) audio output
|
2005-04-10 21:30:37 +02:00
|
|
|
*) allowing "pausing" of audio output devices
|
2008-02-25 01:19:14 +01:00
|
|
|
*) while pausing, play silence for the devices that don't support
|
2005-04-10 21:30:37 +02:00
|
|
|
"pausing"
|
2006-08-08 20:55:29 +02:00
|
|
|
*) more accurate time reporting by determining how much of audio_device
|
2005-04-10 21:30:37 +02:00
|
|
|
buffer has been played
|
2005-03-26 17:14:37 +01:00
|
|
|
|
2005-04-16 18:28:54 +02:00
|
|
|
*) state
|
|
|
|
*) abstract out state code from playlist.c
|
|
|
|
*) put MPD Version in statefile
|
2005-03-22 12:48:24 +01:00
|
|
|
|
2007-05-16 14:02:10 +02:00
|
|
|
*) add playlistreplace command (replace current playlist with saved playlist
|
|
|
|
and keep playing)
|
2004-06-21 20:06:29 +02:00
|
|
|
|
2008-02-25 01:19:14 +01:00
|
|
|
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
|
2004-11-05 21:20:06 +01:00
|
|
|
|
2005-04-16 18:28:54 +02:00
|
|
|
1.0
|
|
|
|
---
|
|
|
|
|
|
|
|
*) bug fixes
|
|
|
|
|
|
|
|
post-1.0
|
2007-03-20 19:43:46 +01:00
|
|
|
--------
|
2005-03-22 12:48:24 +01:00
|
|
|
|
2005-04-16 18:28:54 +02:00
|
|
|
*) rewrite audio pipe
|
|
|
|
*) use pthreads/clone
|
|
|
|
*) try to constrain the use of pthread mutex's and condition's
|
|
|
|
to specific output plugins
|
|
|
|
*) use pull model for audio_output
|
|
|
|
*) threads
|
|
|
|
0) managing thread
|
2006-08-08 20:55:29 +02:00
|
|
|
*) receives commands
|
2005-04-16 18:28:54 +02:00
|
|
|
*) manages state
|
|
|
|
*) handles time/metadata sending
|
|
|
|
1) decoding thread
|
|
|
|
2) effects thread
|
|
|
|
*) crossfading
|
|
|
|
*) *command* resampling/conversions
|
|
|
|
3) audio_output thread
|
|
|
|
*) thread for each audio_output device
|
|
|
|
|
2005-03-22 12:48:24 +01:00
|
|
|
*) dynamic metadata
|
2006-08-08 20:55:29 +02:00
|
|
|
*) implement by recording the ftell positions of entries
|
2005-03-22 12:48:24 +01:00
|
|
|
*) buffer changes and flush them once every 60 seconds
|
|
|
|
*) buffer changes while doing an update
|
|
|
|
*) be sure to check that the metadata "header" is what we expect
|
|
|
|
before writing at the position
|
|
|
|
*) add support for:
|
|
|
|
*) last time played
|
|
|
|
*) times played
|
|
|
|
*) times skipped
|
|
|
|
*) ranking
|