2006-07-16 19:35:32 +02:00
|
|
|
0.13
|
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
|
|
|
|
*) add 2-3 tree for sorted 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-03-23 03:44:30 +01:00
|
|
|
*) mixer
|
|
|
|
*) add sun support
|
|
|
|
*) add OS X support
|
|
|
|
|
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!
|
|
|
|
|
2004-11-09 17:02:22 +01:00
|
|
|
*) implement listener socket protocol as documented here:
|
|
|
|
http://www.musicpd.org/wiki/moin.cgi/MpdListenerProtocol
|
|
|
|
|
2005-03-22 12:48:24 +01:00
|
|
|
*) support for dynamically loading plugins
|
2005-04-16 18:28:54 +02:00
|
|
|
*) cleanup input plugins "API"
|
|
|
|
*) cleanup output plugins "API"
|
2005-03-22 12:48:24 +01:00
|
|
|
|
|
|
|
*) input plugins
|
|
|
|
*) Handle mp1 and mp2 files (including files with mp3 suffixes)
|
|
|
|
|
2005-03-26 17:14:37 +01:00
|
|
|
*) add error codes for status->error
|
|
|
|
|
|
|
|
*) Cleanup Config File Code
|
|
|
|
|
|
|
|
*) audio output
|
|
|
|
*) write a esd native audioOutput
|
|
|
|
*) write a nas native audioOutput
|
|
|
|
*) need better resampling code
|
2005-04-10 21:30:37 +02:00
|
|
|
*) allowing "pausing" of audio output devices
|
|
|
|
*) while pausing, play silence for the devices that don't support
|
|
|
|
"pausing"
|
|
|
|
*) write a sun native audioOutput
|
|
|
|
*) more accurate time reporting by determing how much of audio_device
|
|
|
|
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
|
|
|
|
2004-07-23 18:56:14 +02:00
|
|
|
*) rewrite saved playlist code
|
|
|
|
*) abstract out saved playlists from playlist.c
|
|
|
|
*) command for displaying playlist contents
|
|
|
|
*) command for appending to playlist
|
2004-11-03 17:53:43 +01:00
|
|
|
*) new commands
|
|
|
|
*) clear <playlist> /* synonym for rm */
|
|
|
|
*) add <playlist> <path>
|
|
|
|
*) playlist <playlist> /* displays saved playlist */
|
2004-11-03 17:56:09 +01:00
|
|
|
*) replace <playlist> /* replace current playlist
|
2004-11-03 17:55:49 +01:00
|
|
|
with saved playlist and
|
|
|
|
keep playing */
|
2004-06-21 20:06:29 +02:00
|
|
|
|
2004-11-05 21:20:06 +01:00
|
|
|
*) add command for inserting songs in a specific position
|
|
|
|
|
2005-04-16 18:28:54 +02:00
|
|
|
1.0
|
|
|
|
---
|
|
|
|
|
|
|
|
*) bug fixes
|
|
|
|
|
|
|
|
post-1.0
|
2004-11-07 15:25:10 +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
|
|
|
|
*) recieves commands
|
|
|
|
*) 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
|
|
|
|
*) implment by recording the ftell positions of entries
|
|
|
|
*) 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
|