]> code.delx.au - pulseaudio/blobdiff - doc/todo
update todo
[pulseaudio] / doc / todo
index 49e9a88d080177b4950be9e71ece2c8fb46b58f9..9abfd2d077850e972281e39f4cdbeaf3e0bf82a9 100644 (file)
--- a/doc/todo
+++ b/doc/todo
@@ -1,32 +1,43 @@
 *** $Id$ ***
 
-*** 0.4 ***
-- make mcalign merge chunks
-- use ref counting in more objects (i.e. sink, source, sink_input, source_output)
-- unix socket directories include user name
-- native library/protocol:
-   module load/unload
-   kill client/...
-   autoload management
-- more complete pactl
-- cleanup tagstruct and modargs (add s32, pa_volume_t, pa_usec_t)
-- remove all gcc warnings
-- make fragments settings runtime configurable
-- logging
-- automatic termination of daemon if unused
-- add sample directory
-- paman: show scache and sample size
+Test:
+- module-combine
+- module-tunnel
 
-** later ***
-- xmlrpc/http
-- slp/rendezvous
-- modinfo
-- make alsa modules use mmap
+Fixes:
+- better validity checking in protocol-esound
+- change pa_log to not require \n
+- proper use of memcpy in procotol-esound.c so we don't get alignment problems
+- latency api for native protocol
+- add support for auth using SCM_CREDENTIALS
+- use scatter/gather io for sockets
+- notification on hw volume change
+- source volume control
+- mute switch support (like ALSA does it)
+- module-oss-* love:
+  - deal with underflows propely
+  - improve latency measurement for mmap
+- module-alsa-* love: 
+  - volume control
+  - add hw driver name to sink/source description
+  - deal with underflows properly
+- multiline configuration statements
 
-***********
+Post 0.8:
+- alsa mmap driver
+- add radio module
+- dbus/hal
+- polish for starting polypaudio as root/system-wide instance
+- chroot()
+- add threading API
+- module-tunnel: improve latency calculation
+- port from howl to avahi
 
-backends for:
-- mplayer
+Long term:
+- pass meta info for hearing impaired
+- X11: support for the X11 synchronization extension
+
+Backends for:
+- portaudio  (semi-done)
 - sdl
-- gstreamer
-- portaudio
+- OSS (esddsp style)