summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
2009-09-18alsa: fix Surround mixer element nameLennart Poettering3-3/+3
2009-09-18rtp: Factor out direct io writing and use ioline instead.Colin Guthrie1-16/+6
2009-09-18raop: Use pa_module_unload_request_by_index as per module-zeroconf-discoverColin Guthrie1-2/+2
2009-09-17cli: properly destruct cli objectLennart Poettering1-2/+2
2009-09-17cli: don't accidentaly set O_NDELAY on stderrLennart Poettering1-3/+21
2009-09-17position-event-sounds: don't warn that loud about vpos/hpos out of rangeLennart Poettering1-2/+3
2009-09-17alsa: correct assumptions about channels an element lacksVladimir Kokarev1-10/+2
2009-09-11position-event-sounds: apply volume factor after, not before resamplingv0.9.17Lennart Poettering1-6/+6
2009-09-11position-event-sounds: honour window position if set, position both verticall...Lennart Poettering1-11/+44
2009-09-11alsa: properly report suspension error codesLennart Poettering2-18/+27
2009-09-11alsa: properly convert sample buffer sizesLennart Poettering1-3/+3
2009-09-09alsa: disable tsched for software devices before we configure the buffer metr...Lennart Poettering3-11/+4
2009-09-09alsa: when probing for profiles configure buffer/period sizes since some brok...Lennart Poettering3-5/+22
2009-09-09alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same wa...Lennart Poettering2-2/+2
2009-09-09alsa: rework buffer/period configurationLennart Poettering4-130/+217
2009-09-09udev: ratelimit device initializationsLennart Poettering1-6/+41
2009-09-08rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)Lennart Poettering1-0/+2
2009-09-08hal: check properly for failure of libhal_find_device_by_capability() (llvm-c...Lennart Poettering1-1/+1
2009-09-08blueooth: actually honour 'room' variable (llvm-clang-analyzer)Lennart Poettering1-3/+6
2009-09-08alsa-sink: init after_avail earlier (llvm-clang-analyzer)Lennart Poettering1-1/+1
2009-09-08llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering8-20/+12
2009-09-04always-sink: rename null sink created to 'dummy sink' and make it translatableLennart Poettering1-2/+4
2009-09-04null: make name of null sink translatableLennart Poettering1-2/+3
2009-09-03alsa: add more input sources to path setLennart Poettering1-0/+8
2009-09-01ladspa,remap: make description of sink follow movesLennart Poettering2-6/+43
2009-09-01alsa: by default increase watermarks only on real underruns, don't try to be ...Lennart Poettering2-2/+5
2009-09-01alsa: distuingish real underruns from left_to_play=0Lennart Poettering2-2/+6
2009-08-28suspend-on-idle: don't resume devices for corked streamsLennart Poettering1-12/+18
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering7-8/+13
2009-08-28raop: Fix memory leakAndy Shevchenko1-3/+7
2009-08-28bluetooth: remove left-over debug lineLennart Poettering1-1/+0
2009-08-27Handle DisconnectRequested in bluetooth module.Luiz Augusto von Dentz1-0/+17
2009-08-27protocol-native: print more volume change debug messages to easy tracking dow...Lennart Poettering1-0/+4
2009-08-26loopback: quieten gcc on 32bitLennart Poettering1-1/+1
2009-08-26loopback: update description and icons when moving loopback streamsLennart Poettering1-2/+52
2009-08-26loopback: make sure a monitor can't be looped back to its sinkLennart Poettering1-0/+27
2009-08-26combine: store adjust time in usecLennart Poettering1-15/+15
2009-08-26loopback: add loopback module for direct connections of sinks and sourcesLennart Poettering1-0/+706
2009-08-25Solaris: debug my latest enbugging, take 2Finn Thain1-2/+6
2009-08-24Merge commit 'jprvita2/master'Lennart Poettering4-23/+199
2009-08-24detect: recommend module-udev-detect instead of module-hal-detectLennart Poettering1-1/+1
2009-08-23bluetooth: add discover of bluetooth sourcesJoão Paulo Rechi Vita3-10/+31
2009-08-23bluetooth: handle bluetooth sourceJoão Paulo Rechi Vita1-13/+168
2009-08-24alsa: automatically decrease watermark after a time of stabilityLennart Poettering2-68/+223
2009-08-23alsa: increase interval between smoother updates exponentially for alsa sourc...Lennart Poettering2-7/+21
2009-08-23Merge commit 'wtay/optimize'Lennart Poettering1-4/+22
2009-08-22udev: check busy status of alsa cards before loading alsa modules and hence i...Lennart Poettering1-17/+132
2009-08-22udev: process all inotify events queued up, not just the first one in the queueLennart Poettering1-17/+39
2009-08-22ladspa/remap: handle failing stream moves properlyLennart Poettering2-4/+10
2009-08-22Solaris: fixed latency (resent)Finn Thain1-26/+30