use default alsa channel map for alsa devices
[profile/ivi/pulseaudio.git] / src / modules /
2006-05-13 Lennart Poetteringuse default alsa channel map for alsa devices
2006-05-02 Pierre OssmanFix control flow in pa_oss_open(). Also fall back to...
2006-04-28 Pierre OssmanWhen a control is removed, all bits are set so we need...
2006-04-28 Pierre OssmanZero the fd list since we do a memcmp on it later.
2006-04-27 Pierre OssmanChannel map argument support for solaris.
2006-04-27 Pierre OssmanChannel map argument support for waveout.
2006-04-26 Lennart Poetteringfail if the channel map doesn't match the sample specs
2006-04-26 Lennart Poetteringsupport new channel_map argument in sink/source modules
2006-04-25 Pierre OssmanFall back to software volume if hardware mixer cannot...
2006-04-24 Lennart Poettering* rework reference counting in the client libraries...
2006-04-23 Lennart Poettering* when playing back a sample from the sample cache...
2006-04-22 Lennart Poetteringmodify x11 modules to not cache the Display variable...
2006-04-22 Lennart Poettering* for unix sockets: remove the right parent directory...
2006-04-19 Pierre OssmanTweaks for the solaris module. The sound system require...
2006-04-19 Pierre OssmanSun's documentation about SIGPOLL on EOF:s is wrong...
2006-04-19 Pierre OssmanWaveOut needs to have rather large chunks. This is...
2006-04-19 Pierre OssmanReverse order of IPv6/IPv4 binding to handle systems...
2006-04-18 Lennart Poetteringmake proper use of the muting facility of sinks in...
2006-04-18 Lennart Poetteringfix a couple of issues I found when compiling polypaudi...
2006-04-18 Lennart Poetteringfix connecting of jack source in jack daemon
2006-04-18 Pierre OssmanMore fixes caused by Sun's complete inability to follow...
2006-04-18 Lennart Poetteringadd a jack source module
2006-04-18 Lennart Poettering* allow the user to set the jack client name
2006-04-18 Pierre OssmanC99 requires explicit marking of integer literals'...
2006-04-17 Lennart Poetteringadd new JACK sink
2006-04-16 Lennart Poetteringproperly initialize session counter
2006-04-16 Lennart Poetteringlimit number of concurrent RTP streams
2006-04-16 Lennart Poetteringfix typo in module description
2006-04-16 Lennart Poetteringchange default mcast address once again, to make sure...
2006-04-16 Lennart Poetteringrename module-rtp-monitor to module-rtp-send
2006-04-16 Lennart Poettering* make sure RTP ports are chosen to be even
2006-04-16 Pierre OssmanFix ALSA fd handling to be compatible with blocking...
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...