2 - Remove symdef files and use macros (like most other projects)
3 - Use own name mangling scheme instead of ltdl's, which will eliminate the
4 need for .la files or extra trickery.
7 - rtp module ported to Win32 (sendmsg/recvmsg emulation)
10 - iconv stuff sent from utils to server (UTF-8)
11 - iconv sample loading in server
12 - gettextify pulseaudio
15 - drop dependency of libpulse on libX11, instead use an external mini binary
18 - module-tunnel: improve latency calculation
19 - module-tunnel: more reliable audio streaming over wifi
20 - Compressed network streams for tunnels/rtp streams. (Might be a good GSoC project)
21 This builds on passthrough support. A good candidate codec would be CELT.
29 - challenge response auth
33 - use scatter/gather io for sockets
34 - examine if it is possible to mimic esd's handling of half duplex cards
35 (switch to capture when a recording client connects and drop playback during
37 - add an API to libpulse for allocating memory from the pa_context memory pool
38 - configuration file syntax:
39 - multiline configuration statements
43 - pass meta info for hearing impaired
44 - X11: support for the X11 synchronization extension
47 - portaudio (semi-done)