| .. |
|
gconf
|
fix closing of fds in gconf module
|
2007-08-10 14:49:26 +00:00 |
|
rtp
|
drop chunk argument from various drop() functions, since it doesn't make any sense if we want to guarantee always monotonously increasing read pointers; a couple of other fixes
|
2007-07-25 14:46:40 +00:00 |
|
alsa-util.c
|
be more verbose when device does not support sampling parameters
|
2007-08-08 23:48:25 +00:00 |
|
alsa-util.h
|
Don't stop hardware on buffer underruns. Instead continue playing to guarantee that our time function stays as linear as possible.
|
2007-08-03 23:48:52 +00:00 |
|
dbus-util.c
|
explicitly test for the availability of dbus_watch_get_unix_fd() before using it. The previous version-based check didn't work anyway since the constants checked for weren't set.
|
2007-09-06 20:06:02 +00:00 |
|
dbus-util.h
|
Add copyright notices to all relevant files. (based on svn log)
|
2007-02-13 15:35:19 +00:00 |
|
Makefile
|
big s/polyp/pulse/g
|
2006-06-19 21:53:48 +00:00 |
|
module-alsa-sink.c
|
fix a couple of compiler warnings
|
2007-09-04 20:01:19 +00:00 |
|
module-alsa-source.c
|
fix an assert when runnig module-oss in record only-mode. optimize allocation of memblocks on playback
|
2007-09-06 23:29:16 +00:00 |
|
module-cli.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-combine.c
|
- fix suspend handling
|
2007-08-31 00:22:31 +00:00 |
|
module-default-device-restore.c
|
actually add source code of module-default-device-restore
|
2007-09-03 20:53:44 +00:00 |
|
module-defs.h.m4
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-detect.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-esound-compat-spawnfd.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-esound-compat-spawnpid.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-esound-sink.c
|
Merge HUGE set of changes temporarily into a branch, to allow me to move them from one machine to another (lock-free and stuff)
|
2007-06-11 12:08:37 +00:00 |
|
module-hal-detect.c
|
make sure that the device access event sound is only generated once
|
2007-08-11 16:51:21 +00:00 |
|
module-jack-sink.c
|
Merge HUGE set of changes temporarily into a branch, to allow me to move them from one machine to another (lock-free and stuff)
|
2007-06-11 12:08:37 +00:00 |
|
module-jack-source.c
|
Merge HUGE set of changes temporarily into a branch, to allow me to move them from one machine to another (lock-free and stuff)
|
2007-06-11 12:08:37 +00:00 |
|
module-lirc.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-match.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-mmkbd-evdev.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-native-protocol-fd.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-null-sink.c
|
Lots of assorted minor cleanups and fixes:
|
2007-08-30 22:57:53 +00:00 |
|
module-oss.c
|
fix an assert when runnig module-oss in record only-mode. optimize allocation of memblocks on playback
|
2007-09-06 23:29:16 +00:00 |
|
module-pipe-sink.c
|
TIOCINQ isn't present on all systems.
|
2007-09-10 11:33:47 +00:00 |
|
module-pipe-source.c
|
Lots of assorted minor cleanups and fixes:
|
2007-08-30 22:57:53 +00:00 |
|
module-protocol-stub.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-rescue-streams.c
|
Lots of assorted minor cleanups and fixes:
|
2007-08-30 22:57:53 +00:00 |
|
module-sine.c
|
Lots of assorted minor cleanups and fixes:
|
2007-08-30 22:57:53 +00:00 |
|
module-solaris.c
|
make use of new PA_PAGE_SIZE macro
|
2007-09-02 20:36:00 +00:00 |
|
module-suspend-on-idle.c
|
Lots of assorted minor cleanups and fixes:
|
2007-08-30 22:57:53 +00:00 |
|
module-tunnel.c
|
Convert most snprintf() calls to pa_snprintf()
|
2007-07-25 16:23:03 +00:00 |
|
module-volume-restore.c
|
header file cleanup
|
2007-09-03 20:51:17 +00:00 |
|
module-waveout.c
|
Add copyright notices to all relevant files. (based on svn log)
|
2007-02-13 15:35:19 +00:00 |
|
module-x11-bell.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-x11-publish.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-x11-xsmp.c
|
* drop redundant pa_core argument from module initialization functions
|
2007-08-10 14:28:39 +00:00 |
|
module-zeroconf-publish.c
|
truncate service names if necessary, include user name in service string
|
2007-08-16 13:47:18 +00:00 |
|
oss-util.c
|
a couple of build fixes
|
2007-08-13 00:15:55 +00:00 |
|
oss-util.h
|
Add copyright notices to all relevant files. (based on svn log)
|
2007-02-13 15:35:19 +00:00 |