]> code.delx.au - pulseaudio/blobdiff - doc/todo
todo update
[pulseaudio] / doc / todo
index f0afd106edb550ebd3d70a646bb65e3c99612493..e23233e697d4f316cca5b460097705337ac7e060 100644 (file)
--- a/doc/todo
+++ b/doc/todo
@@ -1,39 +1,49 @@
 *** $Id$ ***
 
-*** 0.5 ***
-- 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
-   rename streams/contexts
-- more complete pactl
-- add sample directory
-- config file for command line arguments
-- option to use default fragment size on alsa drivers
-- lazy sample cache
-- per-channel volume
-- fix or work around libtool bug
-- merge pa_context_connect_*
-- input latency
-- fix public=
-- fix POLYP_SERVER=foo:4711
-- fix tcp/native
+Test:
+- module-combine
+- latency foo
+- howl
 
-** later ***
-- xmlrpc/http
-- dbus
-- slp/rendezvous
-- modinfo
+Fixes:
+- improve module-oss-mmap latency measurement
+- module-tunnel: improve latency calculation
 - make alsa modules use mmap
+- better validity checking in protocol-{native,esound}
+- change pa_log to not require \n
+- proper use of memcpy in procotol-esound.c so we don't get alignment problems
+
+Features:
+- add radio module
+- dbus/hal
+- polish for starting polypaudio as root/system-wide instance
+- add threading API
+- add support for auth using SCM_CREDENTIALS
+- include hw description in sink/source info
+- use scatter/gather io for sockets
+- hw volume support for alsa
+- notifcation on hw volume change
+- source volume control
+- deal with underflows reported by OSS/ALSA properly
+- mute switch support (like ALSA does it)
+- add listen-on paramater to protocol modules
 
-***********
+Long term:
+- pass meta info for hearing impaired
+- X11: support for the X11 synchronization extension
 
-backends for:
-- portaudio
+Backends for:
+- portaudio  (semi-done)
 - sdl
-- gstreamer (semi-done)
-- alsa-lib
 - OSS (esddsp style)
+
+------------------
+
+Done:
+- per-channel volume
+- channel mapping ("left", "right", "rear", "subwoofer")
+- hardware volume support
+- alsa-lib
+- remove "polyplib-" prefix
+- add API for synchronizing multiple sinks/sources to a common clock
+- absolutely indexed write()s from client