| .. |
|
rtp
|
fix a couple of issues I found when compiling polypaudio with gcc 2.95
|
2006-04-18 19:31:50 +00:00 |
|
alsa-util.c
|
Zero the fd list since we do a memcmp on it later.
|
2006-04-28 07:28:48 +00:00 |
|
alsa-util.h
|
Get notifications about mixer changes from ALSA.
|
2006-02-26 21:50:55 +00:00 |
|
howl-wrap.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
howl-wrap.h
|
revive howl support
|
2006-02-22 20:11:56 +00:00 |
|
Makefile
|
add a bunch of simple Makefile in the subdirs, just to make compilation with emacs easier
|
2006-02-16 22:11:35 +00:00 |
|
module-alsa-sink.c
|
When a control is removed, all bits are set so we need to test for that first.
|
2006-04-28 07:29:32 +00:00 |
|
module-alsa-source.c
|
When a control is removed, all bits are set so we need to test for that first.
|
2006-04-28 07:29:32 +00:00 |
|
module-cli.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
module-combine.c
|
fail if the channel map doesn't match the sample specs
|
2006-04-26 16:50:36 +00:00 |
|
module-defs.h.m4
|
Reorganised the source tree. We now have src/ with a couple of subdirs:
|
2006-02-16 19:19:58 +00:00 |
|
module-detect.c
|
fix a couple of issues I found when compiling polypaudio with gcc 2.95
|
2006-04-18 19:31:50 +00:00 |
|
module-esound-compat-spawnfd.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
module-esound-compat-spawnpid.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
module-esound-sink.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
module-jack-sink.c
|
support new channel_map argument in sink/source modules
|
2006-04-26 15:40:14 +00:00 |
|
module-jack-source.c
|
support new channel_map argument in sink/source modules
|
2006-04-26 15:40:14 +00:00 |
|
module-lirc.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
module-match.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
module-mmkbd-evdev.c
|
make proper use of the muting facility of sinks in module-mmkbd-evdev
|
2006-04-18 19:44:50 +00:00 |
|
module-native-protocol-fd.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
module-null-sink.c
|
support new channel_map argument in sink/source modules
|
2006-04-26 15:40:14 +00:00 |
|
module-oss-mmap.c
|
support new channel_map argument in sink/source modules
|
2006-04-26 15:40:14 +00:00 |
|
module-oss.c
|
support new channel_map argument in sink/source modules
|
2006-04-26 15:40:14 +00:00 |
|
module-pipe-sink.c
|
support new channel_map argument in sink/source modules
|
2006-04-26 15:40:14 +00:00 |
|
module-pipe-source.c
|
support new channel_map argument in sink/source modules
|
2006-04-26 15:40:14 +00:00 |
|
module-protocol-stub.c
|
* for unix sockets: remove the right parent directory on shutdown
|
2006-04-22 20:06:48 +00:00 |
|
module-sine.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
module-solaris.c
|
Channel map argument support for solaris.
|
2006-04-27 05:41:18 +00:00 |
|
module-tunnel.c
|
support new channel_map argument in sink/source modules
|
2006-04-26 15:40:14 +00:00 |
|
module-waveout.c
|
Channel map argument support for waveout.
|
2006-04-27 05:39:11 +00:00 |
|
module-x11-bell.c
|
* when playing back a sample from the sample cache, just take a pa_volume_t and not a pa_cvolume_t as argument for the volume. Usually it is not known to the player of theses samples how many channels it has, hence it doesn't make any sense to allow him to pass a by-channel volume structure here.
|
2006-04-23 19:49:01 +00:00 |
|
module-x11-publish.c
|
modify x11 modules to not cache the Display variable since pa_x11wrap_get_display() is now used as notification that the x11 output buffer needs flushing
|
2006-04-22 21:51:30 +00:00 |
|
module-zeroconf-publish.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
oss-util.c
|
Fix control flow in pa_oss_open(). Also fall back to half duplex when device doesn't
|
2006-05-02 11:27:24 +00:00 |
|
oss-util.h
|
IGAIN is a better choice than IMIX for source volume.
|
2006-02-24 09:12:15 +00:00 |