add new property list implementation
[pulseaudio.git] / todo
blobf579bebe3b8a1220d331dc233675a9ab2beb8c72
1 *** $Id$ ***
3 Build System:
4 - Remove symdef files and use macros (like most other projects)
5 - Use own name mangling scheme instead of ltdl's, which will eliminate the
6   need for .la files or extra trickery.
8 Porting:
9 - rtp module ported to Win32 (sendmsg/recvmsg emulation)
11 I18N:
12 - iconv stuff sent from utils to server (UTF-8)
13 - iconv sample loading in server
14 - Document utf8.h, timeval.h and util.h
15 - gettextify pulseaudio
17 Cleanups:
18 - drop dependency of libpolyp on libX11, instead use an external mini binary
19 - module-tunnel: improve latency calculation
20 - use software volume when hardware doesn't support all channels (alsa done)
21 - using POSIX monotonous clocks wherever possible instead of gettimeofday()
23 Test:
24 - autoload
26 Auth/Crypto:
27 - ssl
28 - key rings for auth
29 - challenge response auth
30 - sasl auth 
32 Features:
33 - alsa driver with hw mixing
34 - "window manager for sound"
35 - chroot()
36 - use scatter/gather io for sockets
37 - CODECs to reduce bandwidth usage (plug-in based)
38 - multiline configuration statements
39 - paplay needs to set a channel map. our default is only correct for AIFF.
40   (we need help from libsndfile for this)
41 - Fix a way for the threading API to handle state and subscription callbacks
42   in a nice way.
43 - examine if it is possible to mimic esd's handling of half duplex cards
44   (switch to capture when a recording client connects and drop playback during
45   that time)
46 - Support for device selection in waveout driver
47 - add an API to libpulse for allocating memory from the pa_context memory pool
48 - allow buffer metric changes during runtime
49 - better ".include" command in configuration files. should have glob support.
50 - recursive .if
52 Long term:
53 - pass meta info for hearing impaired
54 - X11: support for the X11 synchronization extension
56 Backends for:
57 - portaudio  (semi-done)
58 - sdl
59 - xine (needs update)