]> code.delx.au - pulseaudio/history - src/modules
* deal properly with underruns, overflows and packet losses
[pulseaudio] / src / modules /
2006-04-16 Lennart Poettering* deal properly with underruns, overflows and packet...
2006-04-16 Lennart Poettering* increase default MTU
2006-04-16 Lennart Poetteringreplace homegrown endswith() with pa_endswith() from...
2006-04-16 Lennart Poettering* add RTP/SAP/SDP reciever module
2006-04-15 Lennart Poettering* change default multicast address
2006-04-14 Lennart Poetteringadd an RTP sender module
2006-04-13 Lennart Poetteringunbreak module-tunnel
2006-04-13 Lennart Poetteringfix latency calculations of module-combine
2006-04-12 Lennart Poettering* fix latency calculation where a full playback buffer...
2006-04-10 Lennart Poettering* Beef up latency calculation in module-oss-mmap
2006-04-10 Lennart Poetteringminor cleanups for OSS module
2006-04-08 Lennart Poetteringclip volume at PA_VOLUME_NORM for alsa devices
2006-04-08 Lennart Poetteringadd proper volume clipping support for OSS devices
2006-04-07 Lennart Poetteringminor cleanups
2006-04-06 Lennart Poettering* really pass the ipv6 socket server to protocol_new...
2006-04-06 Lennart Poetterings/index/idx/, to avoid gcc warning
2006-03-31 Pierre OssmanFix some warnings caused by size_t having varying size.
2006-03-11 Pierre OssmanRemember to store the struct with module info.
2006-03-07 Pierre OssmanTrying to listen on an IPv6 socket by default and only...
2006-03-05 Pierre OssmanFetch sound card name into sink/source description.
2006-03-05 Pierre OssmanVolume support in tunnel module.
2006-03-05 Pierre OssmanIt's safer to set buffer size than to try setting numbe...
2006-03-05 Pierre OssmanReturn the proper error code so that we get a correct...
2006-03-05 Pierre OssmanTried to get the volume information even upon init...
2006-03-04 Pierre OssmanUpdate module-tunnel to the new protocol.
2006-02-27 Pierre OssmanWe have both sink and source in this module.
2006-02-27 Pierre OssmanCatch volume update events.
2006-02-26 Pierre OssmanGet notifications about mixer changes from ALSA.
2006-02-26 Pierre OssmanHandle ALSA file descriptors more correctly. This means...
2006-02-26 Pierre OssmanFix correct default device.
2006-02-26 Pierre OssmanHardware volume support in ALSA modules.
2006-02-24 Lennart Poettering* Add new "auth-group=" parameter to protocol-native...
2006-02-24 Lennart Poetteringadd support for authentication using SCM_CREDENTIALS
2006-02-24 Pierre OssmanCall correct function.
2006-02-24 Pierre OssmanMake local function static.
2006-02-24 Pierre OssmanHardware sink mute support.
2006-02-24 Pierre OssmanIGAIN is a better choice than IMIX for source volume.
2006-02-23 Pierre OssmanHardware source volume support.
2006-02-23 Pierre OssmanUpdate hardware volume to a correct initial value.
2006-02-23 Pierre OssmanWrong function name.
2006-02-23 Pierre OssmanMake sure hardware volume gets a correct initial value.
2006-02-23 Pierre OssmanHardware source volume support in OSS.
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-22 Lennart Poetteringadd listen= parameter to tcp protocol modules
2006-02-22 Lennart Poetteringrevive howl support
2006-02-21 Lennart Poetteringadd hw info to description for oss-mmap, too
2006-02-21 Lennart Poetteringinclude hw description gathered from /dev/sndstat in...
2006-02-21 Pierre OssmanHardware volume support on Windows.
2006-02-21 Lennart Poettering* Don't build seperate ipv4/ipv6 versions of the protoc...
2006-02-21 Lennart Poetteringadd hw volume control for module-oss-mmap
2006-02-20 Lennart Poetteringfix snd_pcm_hw_params_set_rate_near() usage
2006-02-20 Lennart Poettering* modify pa_context_exit_daemon() to return a pa_operat...
2006-02-20 Pierre OssmanHardware volume support for Solaris.
2006-02-20 Lennart Poettering* Make typdefs for the pa_context callback prototypes
2006-02-20 Pierre OssmanFixes for the Solaris detection.
2006-02-20 Pierre OssmanDetect support for Windows' waveout.
2006-02-20 Pierre OssmanDetect support for Solaris (/dev/audio).
2006-02-20 Pierre OssmanRemove a debug fprintf that was left in.
2006-02-20 Lennart Poettering1) Add flexible seeking support (including absolute...
2006-02-17 Pierre OssmanCleaned up the includes after the restructuring. Indica...
2006-02-16 Lennart Poettering* rename polypcore/subscribe.[ch] to polypcore/core...
2006-02-16 Lennart Poetteringadd a bunch of simple Makefile in the subdirs, just...
2006-02-16 Lennart Poetteringmove alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch...
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...