summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* udev: handle sound cards with both modem and audio properlyDaniel T. Chen2010-02-091-3/+56
* alsa: Cover the 'Int Mic Boost' element.Colin Guthrie2010-02-091-0/+9
* alsa: cover Input Source:Int MicColin Guthrie2010-02-091-0/+4
* cpu: check for CMOV flag before using this intsruction in assemblyLennart Poettering2010-02-093-4/+8
* alsa: ignore volume changes from the hw if we are not on the active consoleLennart Poettering2010-02-092-0/+6
* udev: make sure we get events only for sound devicesLennart Poettering2010-02-091-0/+5
* log: add an easy way to disable log rate limitingLennart Poettering2010-02-091-38/+50
* bluetooth: fix invalid memory accessLennart Poettering2010-02-091-1/+7
* once: make once related variables volatileLennart Poettering2010-02-094-10/+5
* udev: don't forget to unref devices we are not interested inLennart Poettering2010-02-091-1/+3
* client: verify connection state in pa_stream_connect_upload()Lennart Poettering2010-02-091-0/+1
* client: detect forking in sample cache API, tooLennart Poettering2010-02-092-2/+8
* bluetooth: don't hit an assert if latency is queried for a stooped recording ...Lennart Poettering2010-02-091-3/+7
* bluetooth: destruct stream only if it is not already destructedLennart Poettering2010-02-091-13/+15
* core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering2010-02-096-6/+24
* native: fix request counter miscalculationsLennart Poettering2010-02-093-57/+55
* dbus: remove filter functions only if they were actually set beforeLennart Poettering2010-02-097-34/+34
* bump sonameLennart Poettering2010-02-091-1/+1
* build-sys: bump sonameLennart Poettering2010-02-091-1/+1
* core: Fix macro typo - PA_SINK_IS_LINKED -> PA_SINK_INPUT_IS_LINKEDColin Guthrie2010-02-091-1/+1
* stream-restore: Clear the save_sink/save_source flags on apply_entry.Colin Guthrie2010-02-051-12/+36
* osx: don't build the once-test binary on OS XDaniel Mack2010-02-021-1/+5
* client.conf.in: Typo. s/a/are/Paul Menzel2010-02-021-1/+1
* man pages: correct formatting/markup of optionsPaul Menzel2010-02-022-6/+6
* shm: explicitly mark shm seg for MAP_NORESERVE to request overcommiting no ma...Lennart Poettering2010-02-021-1/+5
* Typo. s/a/are/Paul Menzel2010-01-211-1/+1
* client: include dolby channel names in commentsLennart Poettering2010-01-141-10/+10
* start: we don't need to check for $PULSE_SERVER anymoreLennart Poettering2010-01-141-2/+0
* native: when run in system mode, do not look for fallback portLennart Poettering2010-01-141-1/+1
* native: fallback to another port if the default port is takenLennart Poettering2010-01-143-33/+61
* client: introduce auto-connect-display= following the scheme of auto-connect-...Lennart Poettering2010-01-135-7/+19
* client: introduce auto-connect-localhost= option in client.confLennart Poettering2010-01-135-4/+20
* Merge remote branch 'tanuk/fixes'Lennart Poettering2010-01-134-8/+38
|\
| * daemon: Don't autospawn if a server address is explicitly configured.Tanu Kaskinen2010-01-092-6/+36
| * sink-input: Replace a tab indentation with spaces.Tanu Kaskinen2010-01-061-1/+1
| * idxset: Fix _get_by_data() comment.Tanu Kaskinen2010-01-061-1/+1
* | tests: add pa_once_xxx() testLennart Poettering2010-01-133-0/+110
|/
* core: volume ramping fixhuan zheng2010-01-061-1/+1
* Merge remote branch 'zonque/topic/osx'Lennart Poettering2010-01-0518-83/+1720
|\
| * fix a number of warningsDaniel Mack2009-12-164-12/+16
| * osx: add native zeroconf implementation via BonjourDaniel Mack2009-12-163-0/+533
| * CoreAudio: add audio device moduleDaniel Mack2009-12-162-1/+828
| * CoreAudio: add device detection moduleDaniel Mack2009-12-162-0/+243
| * hack around another OS X bug: recv() with MSG_PEEK does not workDaniel Mack2009-12-161-0/+22
| * poll() is totally broken on Mac OS XDaniel Mack2009-12-1612-40/+34
| * src/Makefile.am: add specific OS_IS_DARWIN filesKim Lester2009-12-091-2/+11
| * core-rtclock.c: tweak OS_IS_DARWIN constraintsDaniel Mack2009-12-091-41/+28
| * configure.ac: add DARWIN_OS variableKim Lester2009-12-091-0/+22
| * Merge branch 'master' of git://0pointer.de/pulseaudioDaniel Mack2009-12-069-26/+50
| |\
| * \ Merge branch 'master' of git://0pointer.de/pulseaudioDaniel Mack2009-12-011-0/+2
| |\ \