2004-07-16 20:02:44 +00:00
|
|
|
*** $Id$ ***
|
|
|
|
|
|
2006-05-25 01:26:10 +00:00
|
|
|
Post 0.9.0:
|
2006-02-22 00:06:16 +00:00
|
|
|
- alsa mmap driver
|
2006-07-10 17:56:05 +00:00
|
|
|
- dbus/hal (Shams King is working on this one)
|
2006-02-22 00:06:16 +00:00
|
|
|
- polish for starting polypaudio as root/system-wide instance
|
|
|
|
|
- chroot()
|
|
|
|
|
- module-tunnel: improve latency calculation
|
2006-02-24 01:07:55 +00:00
|
|
|
- multiline configuration statements
|
2006-02-24 17:27:55 +00:00
|
|
|
- use scatter/gather io for sockets
|
2006-04-18 13:37:34 +00:00
|
|
|
- rtp module ported to Win32 (sendmsg/recvmsg emulation)
|
2006-04-20 07:44:47 +00:00
|
|
|
- CODECs to reduce bandwidth usage (plug-in based)
|
|
|
|
|
- Remove symdef files and use macros (like most other projects)
|
2006-06-01 13:49:17 +00:00
|
|
|
- Use own name mangling scheme instead of ltdl's, which will eliminate the
|
|
|
|
|
need for .la files or extra trickery.
|
2006-04-25 07:55:14 +00:00
|
|
|
- use software volume when hardware doesn't support all channels (alsa done)
|
2006-04-26 09:38:33 +00:00
|
|
|
- paplay needs to set a channel map. our default is only correct for AIFF.
|
2006-04-27 05:26:29 +00:00
|
|
|
(we need help from libsndfile for this)
|
2006-05-03 08:56:03 +00:00
|
|
|
- silence generation should be moved into the core to avoid races and code
|
|
|
|
|
duplication in the backends
|
|
|
|
|
- examine if it is possible to mimic esd's handling of half duplex cards
|
|
|
|
|
(switch to capture when a recording client connects and drop playback during
|
|
|
|
|
that time)
|
2006-05-17 11:23:07 +00:00
|
|
|
- Fix a way for the threading API to handle state and subscription callbacks
|
|
|
|
|
in a nice way.
|
|
|
|
|
- iconv stuff sent from utils to server (UTF-8)
|
2006-05-26 12:24:37 +00:00
|
|
|
- iconv sample loading in server
|
2006-05-18 06:46:27 +00:00
|
|
|
- Document utf8.h, timeval.h and util.h
|
2006-05-20 19:27:47 +00:00
|
|
|
- fix clock of the NULL sink
|
2006-05-22 15:19:50 +00:00
|
|
|
- gettextify polypaudio
|
2006-05-30 15:28:46 +00:00
|
|
|
- use send() with MSG_NOSIGNAL instead of write() wherever possible, and than drop that SIGPIPE warning
|
2006-05-31 15:07:37 +00:00
|
|
|
- drop dependency of libpolyp on libX11, instead use an external mini binary
|
|
|
|
|
- "hot" moving of streams between sinks
|
|
|
|
|
- check if using prctl(PR_GET_NAME) makes sense in pa_get_binary_name()
|
2006-06-15 17:34:27 +00:00
|
|
|
- gconf module + frontend
|
|
|
|
|
- hooks for creating sink inputs
|
2004-06-15 00:29:01 +00:00
|
|
|
|
2004-12-12 22:58:53 +00:00
|
|
|
Long term:
|
|
|
|
|
- pass meta info for hearing impaired
|
|
|
|
|
- X11: support for the X11 synchronization extension
|
2004-07-17 15:22:12 +00:00
|
|
|
|
2004-12-12 22:58:53 +00:00
|
|
|
Backends for:
|
2004-09-26 17:02:26 +00:00
|
|
|
- portaudio (semi-done)
|
2004-09-10 22:35:12 +00:00
|
|
|
- sdl
|
2006-05-25 01:26:10 +00:00
|
|
|
- xine (needs update)
|