5 *) remove changes made to linked list for TagTracker
8 *) add support for playing aac streams
10 *) Add support for 24-bit audio
12 *) cleanup linked list code!
14 *) add error codes for status->error
16 *) Cleanup Config File Code
19 *) allowing "pausing" of audio output devices
20 *) while pausing, play silence for the devices that don't support
22 *) more accurate time reporting by determining how much of audio_device
23 buffer has been played
26 *) abstract out state code from playlist.c
27 *) put MPD Version in statefile
29 *) add playlistreplace command (replace current playlist with saved playlist
34 *) support for dynamically loading plugins
35 *) cleanup input plugins "API"
36 *) cleanup output plugins "API"
38 *) implement listener socket protocol as documented here:
39 http://mpd.wikia.com/wiki/MusicPlayerDaemonListenerProtocol
48 *) write a nas native audioOutput
49 *) write a sun native audioOutput
61 *) try to constrain the use of pthread mutex's and condition's
62 to specific output plugins
63 *) use pull model for audio_output
68 *) handles time/metadata sending
72 *) *command* resampling/conversions
73 3) audio_output thread
74 *) thread for each audio_output device
77 *) implement by recording the ftell positions of entries
78 *) buffer changes and flush them once every 60 seconds
79 *) buffer changes while doing an update
80 *) be sure to check that the metadata "header" is what we expect
81 before writing at the position