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
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								- 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-22 15:19:50 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								- gettextify polypaudio
							 | 
						
					
						
							
								
									
										
										
										
											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
							 | 
						
					
						
							
								
									
										
										
										
											2006-06-15 17:34:27 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								- gconf module + frontend
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								- hooks for creating sink inputs
							 | 
						
					
						
							
								
									
										
										
										
											2006-07-14 10:20:57 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								- insert the low-level device name in the default sink/source name, to make them recognizable
							 | 
						
					
						
							
								
									
										
										
										
											2006-07-19 21:48:35 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								- ssl
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								- key rings for auth
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								- challenge response auth
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								- sasl auth 
							 | 
						
					
						
							
								
									
										
										
										
											2006-07-13 23:10:48 +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)
							 |