summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* fix suspend for alsa sinkLennart Poettering2008-05-151-1/+4
* add adaptive resampler to the RTP receiver, other modernizationsLennart Poettering2008-05-151-22/+129
* export a few more properties for RTP streamsLennart Poettering2008-05-151-0/+3
* reduce number of allocated memblocks when receiving RTP data by reusing blocksLennart Poettering2008-05-152-7/+39
* more pa_bool_t'izationLennart Poettering2008-05-152-4/+4
* use pa_bool_tLennart Poettering2008-05-151-3/+3
* modernizationsLennart Poettering2008-05-141-10/+9
* modernizationsLennart Poettering2008-05-144-9/+5
* initialize volume properly, set more properties, modernizationsLennart Poettering2008-05-141-45/+64
* don't spam us with wakeup msgs in non-tsched modeLennart Poettering2008-05-141-1/+1
* update pipe source for glitch-free, tooLennart Poettering2008-05-142-5/+3
* fix pipe sink for glitch-freeLennart Poettering2008-05-142-36/+63
* fix module-sine for glitch-freeLennart Poettering2008-05-091-6/+38
* - Fix moving of sink inputs between sinksLennart Poettering2008-05-096-190/+233
* fix a race condition when tearing down the ladspa/remap sinkLennart Poettering2008-05-072-15/+15
* apparently alsa expects us to free the memory for card namesLennart Poettering2008-05-071-0/+3
* update to new rewinding logicLennart Poettering2008-05-072-10/+4
* decrease verbosity a bitLennart Poettering2008-05-071-4/+4
* fix remapping sink for glitch-freeLennart Poettering2008-05-032-42/+88
* update LADSPA module for glitch-free moedLennart Poettering2008-05-031-26/+101
* explain why a rewind was requestedLennart Poettering2008-05-031-1/+5
* Yes, yet another evil all-in-one commit of intervowen changes. I suck.Lennart Poettering2008-05-0116-214/+380
* define minimal and maximal wakeup/sleep times; check for underrun condition o...Lennart Poettering2008-04-232-10/+68
* fix build for auxiliary modulesLennart Poettering2008-04-238-27/+19
* Big pile of interdependant changes:Lennart Poettering2008-04-235-254/+276
* add missing header definitions for last commitLennart Poettering2008-04-231-0/+4
* add new function pa_alsa_build_pollfd() to alsa-util to unify a bit more comm...Lennart Poettering2008-04-231-0/+24
* * don't increase tsched_watermark on underrun without limits Lennart Poettering2008-04-222-167/+98
* add new function pa_alsa_recover_from_poll() to merge common core from module...Lennart Poettering2008-04-222-2/+51
* - Change meaning of special values of latency request: 0 -> "minimal latency,...Lennart Poettering2008-04-222-9/+18
* initialize properties for ALSA sinks/sources more elaborately, re #277Lennart Poettering2008-04-204-26/+78
* Big pile of dependant changes:Lennart Poettering2008-04-206-124/+183
* redirect alsa errors to normal PA log system; export buffer settings in devic...Lennart Poettering2008-04-112-8/+32
* make use of new alsa SND_PCM_NO_AUTO_xxx flags; redirect alsa errors to norma...Lennart Poettering2008-04-112-4/+44
* add new module module-device-restoreLennart Poettering2008-04-111-0/+348
* init min/max latency properly; fix avail_min updatingLennart Poettering2008-04-094-9/+11
* call snd_pcm_hwsync() expclicitly before we access any of the status fields, ...Lennart Poettering2008-04-072-85/+150
* add utility functions to dump alsa PCM stateLennart Poettering2008-04-072-0/+46
* propery calculate min_avail in frames instead of bytes. don't use device_id= ...Lennart Poettering2008-04-044-24/+49
* - deprecate autoload stuffLennart Poettering2008-04-034-86/+205
* catch up with trunk HEAD (i.e. 2118:2213)Lennart Poettering2008-03-314-28/+22
* commit glitch-free workLennart Poettering2008-03-153-18/+28
* commit glitch-free workLennart Poettering2008-03-1522-504/+1266
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-135-3/+12
* Implement opcodes in the tunnel modules that were added in version 12 ofSjoerd Simons2008-01-041-0/+40
* Add a missing pa_xfree.Tanu Kaskinen2008-01-031-0/+2
* The previous commit introduced a new bug: giving too many values in the "cont...Tanu Kaskinen2008-01-031-1/+1
* Fix the parsing of trailing default values in the "control" module argument.Tanu Kaskinen2008-01-031-6/+14
* Downgraded the priority of a message, because it's really quite uninteresting.Tanu Kaskinen2008-01-021-1/+1
* Add a configure switch to enable the per-user ESounD socket path, but default...Diego Petteno2007-12-061-3/+9